Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.h203 struct txgbe_tx_desc { struct
358 volatile struct txgbe_tx_desc *tx_ring;
H A Dtxgbe_rxtx.c147 tx4(volatile struct txgbe_tx_desc *txdp, struct rte_mbuf **pkts) in tx4()
169 tx1(volatile struct txgbe_tx_desc *txdp, struct rte_mbuf **pkts) in tx1()
194 volatile struct txgbe_tx_desc *txdp = &txq->tx_ring[txq->tx_tail]; in txgbe_tx_fill_hw_ring()
587 volatile struct txgbe_tx_desc *txr = txq->tx_ring; in txgbe_xmit_cleanup()
686 volatile struct txgbe_tx_desc *txr; in txgbe_xmit_pkts()
687 volatile struct txgbe_tx_desc *txd; in txgbe_xmit_pkts()
2064 static const struct txgbe_tx_desc zeroed_desc = {0}; in txgbe_reset_tx_queue()
2075 volatile struct txgbe_tx_desc *txd = &txq->tx_ring[i]; in txgbe_reset_tx_queue()
2246 sizeof(struct txgbe_tx_desc) * TXGBE_RING_DESC_MAX, in txgbe_dev_tx_queue_setup()
2280 txq->tx_ring = (struct txgbe_tx_desc *)TMZ_VADDR(tz); in txgbe_dev_tx_queue_setup()