Home
last modified time | relevance | path

Searched refs:eth_em_xmit_pkts (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/
H A De1000_ethdev.h498 uint16_t eth_em_xmit_pkts(void *tx_queue, struct rte_mbuf **tx_pkts,
H A Dem_ethdev.c254 eth_dev->tx_pkt_burst = (eth_tx_burst_t)&eth_em_xmit_pkts; in eth_em_dev_init()
H A Dem_rxtx.c365 eth_em_xmit_pkts(void *tx_queue, struct rte_mbuf **tx_pkts, in eth_em_xmit_pkts() function