Home
last modified time | relevance | path

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

/dpdk/drivers/net/iavf/
H A Diavf_rxtx.h240 volatile struct iavf_tx_desc *tx_ring; /* Tx ring virtual address */
728 const volatile struct iavf_tx_desc *tx_desc = desc; in iavf_dump_tx_descriptor()
H A Diavf_rxtx_vec_sse.c1088 vtx1(volatile struct iavf_tx_desc *txdp, struct rte_mbuf *pkt, uint64_t flags) in vtx1()
1102 iavf_vtx(volatile struct iavf_tx_desc *txdp, struct rte_mbuf **pkt, in iavf_vtx()
1116 volatile struct iavf_tx_desc *txdp; in iavf_xmit_fixed_burst_vec()
H A Diavf_rxtx_vec_avx2.c1373 iavf_vtx1(volatile struct iavf_tx_desc *txdp, in iavf_vtx1()
1387 iavf_vtx(volatile struct iavf_tx_desc *txdp, in iavf_vtx()
1446 volatile struct iavf_tx_desc *txdp; in iavf_xmit_fixed_burst_vec_avx2()
H A Diavf_rxtx.c254 size = sizeof(struct iavf_tx_desc) * txq->nb_tx_desc; in reset_tx_queue()
799 ring_size = sizeof(struct iavf_tx_desc) * IAVF_MAX_RING_DESC; in iavf_dev_tx_queue_setup()
811 txq->tx_ring = (struct iavf_tx_desc *)mz->addr; in iavf_dev_tx_queue_setup()
2274 volatile struct iavf_tx_desc *txd = txq->tx_ring; in iavf_xmit_cleanup()
2558 iavf_fill_data_desc(volatile struct iavf_tx_desc *desc, in iavf_fill_data_desc()
2621 volatile struct iavf_tx_desc *txr = txq->tx_ring; in iavf_xmit_pkts()
2643 volatile struct iavf_tx_desc *ddesc; in iavf_xmit_pkts()
2758 ddesc = (volatile struct iavf_tx_desc *) in iavf_xmit_pkts()
H A Diavf_rxtx_vec_avx512.c1820 iavf_vtx1(volatile struct iavf_tx_desc *txdp, in iavf_vtx1()
1838 iavf_vtx(volatile struct iavf_tx_desc *txdp, in iavf_vtx()
1903 volatile struct iavf_tx_desc *txdp; in iavf_xmit_fixed_burst_vec_avx512()
/dpdk/drivers/common/iavf/
H A Diavf_type.h713 struct iavf_tx_desc { struct