Searched refs:iavf_tx_desc (Results 1 – 6 of 6) sorted by relevance
240 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()
1088 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()
1373 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()
254 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()
1820 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()
713 struct iavf_tx_desc { struct