| 1200 | } |
| 1201 | |
| 1202 | uint16_t |
| 1203 | dpaa_eth_queue_tx_slow(void *q, struct rte_mbuf **bufs, uint16_t nb_bufs) |
| 1204 | { |
| 1205 | qman_ern_poll_free(); |
| 1206 | |
| 1207 | return dpaa_eth_queue_tx(q, bufs, nb_bufs); |
| 1208 | } |
| 1209 | |
| 1210 | uint16_t dpaa_eth_tx_drop_all(void *q __rte_unused, |
| 1211 | struct rte_mbuf **bufs __rte_unused, |
nothing calls this directly
no test coverage detected