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

Function pfe_eth_start

dpdk/drivers/net/pfe/pfe_ethdev.c:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86static int pfe_eth_start(struct pfe_eth_priv_s *priv)
87{
88 gpi_enable(priv->GPI_baseaddr);
89 gemac_enable(priv->EMAC_baseaddr);
90
91 return 0;
92}
93
94static void
95pfe_eth_flush_txQ(struct pfe_eth_priv_s *priv, int tx_q_num, int

Callers 2

pfe_eth_openFunction · 0.85
pfe_link_upFunction · 0.85

Calls 2

gpi_enableFunction · 0.85
gemac_enableFunction · 0.85

Tested by

no test coverage detected