Home
last modified time | relevance | path

Searched refs:iavf_tx_desc (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/iavf/
H A Diavf_rxtx.h213 volatile struct iavf_tx_desc *tx_ring; /* Tx ring virtual address */
518 const volatile struct iavf_tx_desc *tx_desc = desc; in iavf_dump_tx_descriptor()
H A Diavf_rxtx_vec_sse.c1085 vtx1(volatile struct iavf_tx_desc *txdp, struct rte_mbuf *pkt, uint64_t flags) in vtx1()
1099 iavf_vtx(volatile struct iavf_tx_desc *txdp, struct rte_mbuf **pkt, in iavf_vtx()
1113 volatile struct iavf_tx_desc *txdp; in iavf_xmit_fixed_burst_vec()
H A Diavf_rxtx.c214 size = sizeof(struct iavf_tx_desc) * txq->nb_tx_desc; in reset_tx_queue()
690 ring_size = sizeof(struct iavf_tx_desc) * IAVF_MAX_RING_DESC; in iavf_dev_tx_queue_setup()
702 txq->tx_ring = (struct iavf_tx_desc *)mz->addr; in iavf_dev_tx_queue_setup()
1934 volatile struct iavf_tx_desc *txd = txq->tx_ring; in iavf_xmit_cleanup()
2074 volatile struct iavf_tx_desc *txd; in iavf_xmit_pkts()
2075 volatile struct iavf_tx_desc *txr; in iavf_xmit_pkts()
H A Diavf_rxtx_vec_avx2.c1385 iavf_vtx1(volatile struct iavf_tx_desc *txdp, in iavf_vtx1()
1399 iavf_vtx(volatile struct iavf_tx_desc *txdp, in iavf_vtx()
1458 volatile struct iavf_tx_desc *txdp; in iavf_xmit_fixed_burst_vec_avx2()
H A Diavf_rxtx_vec_avx512.c1519 iavf_vtx1(volatile struct iavf_tx_desc *txdp, in iavf_vtx1()
1535 iavf_vtx(volatile struct iavf_tx_desc *txdp, in iavf_vtx()
1592 volatile struct iavf_tx_desc *txdp; in iavf_xmit_fixed_burst_vec_avx512()
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_type.h711 struct iavf_tx_desc { struct