Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/
H A Digc_txrx.c181 struct igc_tx_entry { struct
193 struct igc_tx_entry *sw_ring; /**< virtual address of SW ring. */ argument
1624 struct igc_tx_entry * const sw_ring = txq->sw_ring; in igc_xmit_pkts()
1625 struct igc_tx_entry *txe, *txn; in igc_xmit_pkts()
1916 struct igc_tx_entry *txe = txq->sw_ring; in igc_reset_tx_queue()
2036 sizeof(struct igc_tx_entry) * nb_desc, in eth_igc_tx_queue_setup()
2058 struct igc_tx_entry *sw_ring; in eth_igc_tx_done_cleanup()