Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_rxtx_vec_common.h202 struct ice_vec_tx_entry *swr = (void *)txq->sw_ring; in _ice_tx_queue_release_mbufs_vec() local
206 rte_pktmbuf_free_seg(swr[i].mbuf); in _ice_tx_queue_release_mbufs_vec()
207 swr[i].mbuf = NULL; in _ice_tx_queue_release_mbufs_vec()
212 rte_pktmbuf_free_seg(swr[i].mbuf); in _ice_tx_queue_release_mbufs_vec()
213 swr[i].mbuf = NULL; in _ice_tx_queue_release_mbufs_vec()
/dpdk/drivers/net/iavf/
H A Diavf_rxtx_vec_avx512.c2000 struct iavf_tx_vec_entry *swr = (void *)txq->sw_ring; in iavf_tx_queue_release_mbufs_avx512() local
2008 rte_pktmbuf_free_seg(swr[i].mbuf); in iavf_tx_queue_release_mbufs_avx512()
2009 swr[i].mbuf = NULL; in iavf_tx_queue_release_mbufs_avx512()
/dpdk/drivers/net/i40e/
H A Di40e_rxtx.c2605 struct i40e_vec_tx_entry *swr = (void *)txq->sw_ring; in i40e_tx_queue_release_mbufs() local
2610 rte_pktmbuf_free_seg(swr[i].mbuf); in i40e_tx_queue_release_mbufs()
2611 swr[i].mbuf = NULL; in i40e_tx_queue_release_mbufs()
2616 rte_pktmbuf_free_seg(swr[i].mbuf); in i40e_tx_queue_release_mbufs()
2617 swr[i].mbuf = NULL; in i40e_tx_queue_release_mbufs()