Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.h18 #define IXGBE_TXD_ALIGN (IXGBE_ALIGN / sizeof(union ixgbe_adv_tx_desc))
199 volatile union ixgbe_adv_tx_desc *tx_ring;
H A Dixgbe_rxtx_vec_common.h213 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()
H A Dixgbe_rxtx_vec_neon.c462 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()
H A Dixgbe_rxtx_vec_sse.c636 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()
H A Dixgbe_rxtx.c153 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 …]
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h3283 union ixgbe_adv_tx_desc { union