MCPcopy Create free account
hub / github.com/F-Stack/f-stack / gemac_tx_enable

Function gemac_tx_enable

dpdk/drivers/net/pfe/pfe_hal.c:229–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void
230gemac_tx_enable(void *base)
231{
232 writel(readl(base + EMAC_TCNTRL_REG) & ~EMAC_TCNTRL_GTS, base +
233 EMAC_TCNTRL_REG);
234}
235
236/* Sets the hash register of the MAC.
237 * This register is used for matching unicast and multicast frames.

Callers

nothing calls this directly

Calls 2

writelFunction · 0.50
readlFunction · 0.50

Tested by

no test coverage detected