Home
last modified time | relevance | path

Searched refs:txgbe_tx_desc (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.h204 struct txgbe_tx_desc { struct
368 volatile struct txgbe_tx_desc *tx_ring;
H A Dtxgbe_rxtx.c153 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()