| 84 | } |
| 85 | |
| 86 | static 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 | |
| 94 | static void |
| 95 | pfe_eth_flush_txQ(struct pfe_eth_priv_s *priv, int tx_q_num, int |
no test coverage detected