Home
last modified time | relevance | path

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

/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.h18 #define IXGBE_TXD_ALIGN (IXGBE_ALIGN / sizeof(union ixgbe_adv_tx_desc))
202 volatile union ixgbe_adv_tx_desc *tx_ring;
H A Dixgbe_rxtx_vec_common.h212 static const union ixgbe_adv_tx_desc zeroed_desc = { { 0 } }; in _ixgbe_reset_tx_queue_vec()
222 volatile union ixgbe_adv_tx_desc *txd = &txq->tx_ring[i]; in _ixgbe_reset_tx_queue_vec()
H A Dixgbe_rxtx_vec_neon.c550 vtx1(volatile union ixgbe_adv_tx_desc *txdp, in vtx1()
561 vtx(volatile union ixgbe_adv_tx_desc *txdp, in vtx()
575 volatile union ixgbe_adv_tx_desc *txdp; in ixgbe_xmit_fixed_burst_vec()
H A Dixgbe_rxtx_vec_sse.c673 vtx1(volatile union ixgbe_adv_tx_desc *txdp, in vtx1()
683 vtx(volatile union ixgbe_adv_tx_desc *txdp, in vtx()
697 volatile union ixgbe_adv_tx_desc *txdp; in ixgbe_xmit_fixed_burst_vec()
H A Dixgbe_rxtx.c152 tx4(volatile union ixgbe_adv_tx_desc *txdp, struct rte_mbuf **pkts) in tx4()
236 volatile union ixgbe_adv_tx_desc *tx_r = txq->tx_ring; in tx_xmit_pkts()
568 volatile union ixgbe_adv_tx_desc *txr = txq->tx_ring; in ixgbe_xmit_cleanup()
630 volatile union ixgbe_adv_tx_desc *txr; in ixgbe_xmit_pkts()
631 volatile union ixgbe_adv_tx_desc *txd, *txp; in ixgbe_xmit_pkts()
2498 static const union ixgbe_adv_tx_desc zeroed_desc = {{0}}; in ixgbe_reset_tx_queue()
2510 volatile union ixgbe_adv_tx_desc *txd = &txq->tx_ring[i]; in ixgbe_reset_tx_queue()
2758 sizeof(union ixgbe_adv_tx_desc) * IXGBE_MAX_RING_DESC, in ixgbe_dev_tx_queue_setup()
2797 txq->tx_ring = (union ixgbe_adv_tx_desc *) tz->addr; in ixgbe_dev_tx_queue_setup()
5236 txq->nb_tx_desc * sizeof(union ixgbe_adv_tx_desc)); in ixgbe_dev_tx_init()
[all …]
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h3283 union ixgbe_adv_tx_desc { union