Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_rxtx_vec_common.h82 struct ice_tx_entry *txep; in ice_tx_free_bufs_vec()
137 ice_tx_backlog_entry(struct ice_tx_entry *txep, in ice_tx_backlog_entry()
H A Dice_rxtx.h100 struct ice_tx_entry { struct
114 struct ice_tx_entry *sw_ring; /* virtual address of SW ring */ argument
H A Dice_rxtx.c926 struct ice_tx_entry *txe; in ice_reset_tx_queue()
1370 sizeof(struct ice_tx_entry) * nb_desc, in ice_tx_queue_setup()
2602 struct ice_tx_entry *sw_ring = txq->sw_ring; in ice_xmit_cleanup()
2725 struct ice_tx_entry *sw_ring; in ice_xmit_pkts()
2726 struct ice_tx_entry *txe, *txn; in ice_xmit_pkts()
2943 struct ice_tx_entry *txep; in ice_tx_free_bufs()
2980 struct ice_tx_entry *swr_ring = txq->sw_ring; in ice_tx_done_cleanup_full()
3120 struct ice_tx_entry *txep = &txq->sw_ring[txq->tx_tail]; in ice_tx_fill_hw_ring()
H A Dice_rxtx_vec_sse.c695 struct ice_tx_entry *txep; in ice_xmit_fixed_burst_vec()
H A Dice_rxtx_vec_avx2.c898 struct ice_tx_entry *txep; in ice_xmit_fixed_burst_vec_avx2()
H A Dice_dcf_ethdev.c372 struct ice_tx_entry *txe; in reset_tx_queue()