Searched refs:ixgbe_adv_tx_desc (Results 1 – 6 of 6) sorted by relevance
18 #define IXGBE_TXD_ALIGN (IXGBE_ALIGN / sizeof(union ixgbe_adv_tx_desc))199 volatile union ixgbe_adv_tx_desc *tx_ring;
213 static const union ixgbe_adv_tx_desc zeroed_desc = { { 0 } }; in _ixgbe_reset_tx_queue_vec()223 volatile union ixgbe_adv_tx_desc *txd = &txq->tx_ring[i]; in _ixgbe_reset_tx_queue_vec()
462 vtx1(volatile union ixgbe_adv_tx_desc *txdp, in vtx1()473 vtx(volatile union ixgbe_adv_tx_desc *txdp, in vtx()487 volatile union ixgbe_adv_tx_desc *txdp; in ixgbe_xmit_fixed_burst_vec()
636 vtx1(volatile union ixgbe_adv_tx_desc *txdp, in vtx1()646 vtx(volatile union ixgbe_adv_tx_desc *txdp, in vtx()660 volatile union ixgbe_adv_tx_desc *txdp; in ixgbe_xmit_fixed_burst_vec()
153 tx4(volatile union ixgbe_adv_tx_desc *txdp, struct rte_mbuf **pkts) in tx4()237 volatile union ixgbe_adv_tx_desc *tx_r = txq->tx_ring; in tx_xmit_pkts()570 volatile union ixgbe_adv_tx_desc *txr = txq->tx_ring; in ixgbe_xmit_cleanup()632 volatile union ixgbe_adv_tx_desc *txr; in ixgbe_xmit_pkts()633 volatile union ixgbe_adv_tx_desc *txd, *txp; in ixgbe_xmit_pkts()2451 static const union ixgbe_adv_tx_desc zeroed_desc = {{0}}; in ixgbe_reset_tx_queue()2463 volatile union ixgbe_adv_tx_desc *txd = &txq->tx_ring[i]; in ixgbe_reset_tx_queue()2711 sizeof(union ixgbe_adv_tx_desc) * IXGBE_MAX_RING_DESC, in ixgbe_dev_tx_queue_setup()2749 txq->tx_ring = (union ixgbe_adv_tx_desc *) tz->addr; in ixgbe_dev_tx_queue_setup()5202 txq->nb_tx_desc * sizeof(union ixgbe_adv_tx_desc)); in ixgbe_dev_tx_init()[all …]
3283 union ixgbe_adv_tx_desc { union