Searched refs:txgbe_tx_desc (Results 1 – 2 of 2) sorted by relevance
204 struct txgbe_tx_desc { struct368 volatile struct txgbe_tx_desc *tx_ring;
153 tx4(volatile struct txgbe_tx_desc *txdp, struct rte_mbuf **pkts) in tx4()175 tx1(volatile struct txgbe_tx_desc *txdp, struct rte_mbuf **pkts) in tx1()200 volatile struct txgbe_tx_desc *txdp = &txq->tx_ring[txq->tx_tail]; in txgbe_tx_fill_hw_ring()602 volatile struct txgbe_tx_desc *txr = txq->tx_ring; in txgbe_xmit_cleanup()725 volatile struct txgbe_tx_desc *txr; in txgbe_xmit_pkts()726 volatile struct txgbe_tx_desc *txd; in txgbe_xmit_pkts()2141 static const struct txgbe_tx_desc zeroed_desc = {0}; in txgbe_reset_tx_queue()2152 volatile struct txgbe_tx_desc *txd = &txq->tx_ring[i]; in txgbe_reset_tx_queue()2331 sizeof(struct txgbe_tx_desc) * TXGBE_RING_DESC_MAX, in txgbe_dev_tx_queue_setup()2369 txq->tx_ring = (struct txgbe_tx_desc *)TMZ_VADDR(tz); in txgbe_dev_tx_queue_setup()