Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx_vec_common.h86 status = txq->tx_ring[txq->tx_next_dd].wb.status; in ixgbe_tx_free_bufs()
96 txep = &txq->sw_ring_v[txq->tx_next_dd - (n - 1)]; in ixgbe_tx_free_bufs()
125 txq->tx_next_dd = (uint16_t)(txq->tx_next_dd + txq->tx_rs_thresh); in ixgbe_tx_free_bufs()
126 if (txq->tx_next_dd >= txq->nb_tx_desc) in ixgbe_tx_free_bufs()
127 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in ixgbe_tx_free_bufs()
153 for (i = txq->tx_next_dd - (txq->tx_rs_thresh - 1); in _ixgbe_tx_queue_release_mbufs_vec()
229 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in _ixgbe_reset_tx_queue_vec()
H A Dixgbe_rxtx.h219 uint16_t tx_next_dd; /**< next desc to scan for DD bit */ member
H A Dixgbe_rxtx.c111 status = txq->tx_ring[txq->tx_next_dd].wb.status; in ixgbe_tx_free_bufs()
119 txep = &(txq->sw_ring[txq->tx_next_dd - (txq->tx_rs_thresh - 1)]); in ixgbe_tx_free_bufs()
144 txq->tx_next_dd = (uint16_t)(txq->tx_next_dd + txq->tx_rs_thresh); in ixgbe_tx_free_bufs()
145 if (txq->tx_next_dd >= txq->nb_tx_desc) in ixgbe_tx_free_bufs()
146 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in ixgbe_tx_free_bufs()
2472 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in ixgbe_reset_tx_queue()
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx_vec_common.h85 if ((txq->tx_ring[txq->tx_next_dd].cmd_type_offset_bsz & in ice_tx_free_bufs()
95 txep = &txq->sw_ring[txq->tx_next_dd - (n - 1)]; in ice_tx_free_bufs()
125 txq->tx_next_dd = (uint16_t)(txq->tx_next_dd + txq->tx_rs_thresh); in ice_tx_free_bufs()
126 if (txq->tx_next_dd >= txq->nb_tx_desc) in ice_tx_free_bufs()
127 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in ice_tx_free_bufs()
191 i = txq->tx_next_dd - txq->tx_rs_thresh + 1; in _ice_tx_queue_release_mbufs_vec()
H A Dice_rxtx_vec_avx512.c831 if ((txq->tx_ring[txq->tx_next_dd].cmd_type_offset_bsz & in ice_tx_free_bufs_avx512()
842 txep += txq->tx_next_dd - (n - 1); in ice_tx_free_bufs_avx512()
922 txq->tx_next_dd = (uint16_t)(txq->tx_next_dd + txq->tx_rs_thresh); in ice_tx_free_bufs_avx512()
923 if (txq->tx_next_dd >= txq->nb_tx_desc) in ice_tx_free_bufs_avx512()
924 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in ice_tx_free_bufs_avx512()
H A Dice_rxtx.h130 uint16_t tx_next_dd; member
H A Dice_rxtx.c908 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in ice_reset_tx_queue()
2728 if ((txq->tx_ring[txq->tx_next_dd].cmd_type_offset_bsz & in ice_tx_free_bufs()
2733 txep = &txq->sw_ring[txq->tx_next_dd - (txq->tx_rs_thresh - 1)]; in ice_tx_free_bufs()
2751 txq->tx_next_dd = (uint16_t)(txq->tx_next_dd + txq->tx_rs_thresh); in ice_tx_free_bufs()
2752 if (txq->tx_next_dd >= txq->nb_tx_desc) in ice_tx_free_bufs()
2753 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in ice_tx_free_bufs()
H A Dice_dcf_ethdev.c369 txq->tx_next_dd = txq->tx_rs_thresh - 1; in reset_tx_queue()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_rxtx_vec_common.h87 if ((txq->tx_ring[txq->tx_next_dd].cmd_type_offset_bsz & in i40e_tx_free_bufs()
97 txep = &txq->sw_ring[txq->tx_next_dd - (n - 1)]; in i40e_tx_free_bufs()
127 txq->tx_next_dd = (uint16_t)(txq->tx_next_dd + txq->tx_rs_thresh); in i40e_tx_free_bufs()
128 if (txq->tx_next_dd >= txq->nb_tx_desc) in i40e_tx_free_bufs()
129 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in i40e_tx_free_bufs()
H A Di40e_rxtx.c1265 if ((txq->tx_ring[txq->tx_next_dd].cmd_type_offset_bsz & in i40e_tx_free_bufs()
1270 txep = &(txq->sw_ring[txq->tx_next_dd - (txq->tx_rs_thresh - 1)]); in i40e_tx_free_bufs()
1288 txq->tx_next_dd = (uint16_t)(txq->tx_next_dd + txq->tx_rs_thresh); in i40e_tx_free_bufs()
1289 if (txq->tx_next_dd >= txq->nb_tx_desc) in i40e_tx_free_bufs()
1290 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in i40e_tx_free_bufs()
2509 i = txq->tx_next_dd - txq->tx_rs_thresh + 1; in i40e_tx_queue_release_mbufs()
2666 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in i40e_reset_tx_queue()
H A Di40e_rxtx.h159 uint16_t tx_next_dd; member
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.h378 uint16_t tx_next_dd; /**< next desc to scan for DD bit */ member
H A Dtxgbe_rxtx.c102 status = txq->tx_ring[txq->tx_next_dd].dw3; in txgbe_tx_free_bufs()
114 txep = &txq->sw_ring[txq->tx_next_dd - (txq->tx_free_thresh - 1)]; in txgbe_tx_free_bufs()
138 txq->tx_next_dd = (uint16_t)(txq->tx_next_dd + txq->tx_free_thresh); in txgbe_tx_free_bufs()
139 if (txq->tx_next_dd >= txq->nb_tx_desc) in txgbe_tx_free_bufs()
140 txq->tx_next_dd = (uint16_t)(txq->tx_free_thresh - 1); in txgbe_tx_free_bufs()
2084 txq->tx_next_dd = (uint16_t)(txq->tx_free_thresh - 1); in txgbe_reset_tx_queue()