Home
last modified time | relevance | path

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

/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()
228 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in _ixgbe_reset_tx_queue_vec()
H A Dixgbe_rxtx.h222 uint16_t tx_next_dd; /**< next desc to scan for DD bit */ member
H A Dixgbe_rxtx.c110 status = txq->tx_ring[txq->tx_next_dd].wb.status; in ixgbe_tx_free_bufs()
118 txep = &(txq->sw_ring[txq->tx_next_dd - (txq->tx_rs_thresh - 1)]); in ixgbe_tx_free_bufs()
143 txq->tx_next_dd = (uint16_t)(txq->tx_next_dd + txq->tx_rs_thresh); in ixgbe_tx_free_bufs()
144 if (txq->tx_next_dd >= txq->nb_tx_desc) in ixgbe_tx_free_bufs()
145 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in ixgbe_tx_free_bufs()
2519 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in ixgbe_reset_tx_queue()
/dpdk/drivers/net/i40e/
H A Di40e_rxtx_vec_common.h91 if ((txq->tx_ring[txq->tx_next_dd].cmd_type_offset_bsz & in i40e_tx_free_bufs()
101 txep = &txq->sw_ring[txq->tx_next_dd - (n - 1)]; in i40e_tx_free_bufs()
142 txq->tx_next_dd = (uint16_t)(txq->tx_next_dd + txq->tx_rs_thresh); in i40e_tx_free_bufs()
143 if (txq->tx_next_dd >= txq->nb_tx_desc) in i40e_tx_free_bufs()
144 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in i40e_tx_free_bufs()
H A Di40e_rxtx_vec_avx512.c890 if ((txq->tx_ring[txq->tx_next_dd].cmd_type_offset_bsz & in i40e_tx_free_bufs_avx512()
901 txep += txq->tx_next_dd - (n - 1); in i40e_tx_free_bufs_avx512()
982 txq->tx_next_dd = (uint16_t)(txq->tx_next_dd + txq->tx_rs_thresh); in i40e_tx_free_bufs_avx512()
983 if (txq->tx_next_dd >= txq->nb_tx_desc) in i40e_tx_free_bufs_avx512()
984 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in i40e_tx_free_bufs_avx512()
H A Di40e_rxtx.c1332 if ((txq->tx_ring[txq->tx_next_dd].cmd_type_offset_bsz & in i40e_tx_free_bufs()
1337 txep = &txq->sw_ring[txq->tx_next_dd - (tx_rs_thresh - 1)]; in i40e_tx_free_bufs()
1369 txq->tx_next_dd = (uint16_t)(txq->tx_next_dd + txq->tx_rs_thresh); in i40e_tx_free_bufs()
1370 if (txq->tx_next_dd >= txq->nb_tx_desc) in i40e_tx_free_bufs()
1371 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in i40e_tx_free_bufs()
2607 i = txq->tx_next_dd - txq->tx_rs_thresh + 1; in i40e_tx_queue_release_mbufs()
2624 i = txq->tx_next_dd - txq->tx_rs_thresh + 1; in i40e_tx_queue_release_mbufs()
2781 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in i40e_reset_tx_queue()
H A Di40e_rxtx.h164 uint16_t tx_next_dd; member
/dpdk/drivers/net/ice/
H A Dice_rxtx_vec_common.h89 if ((txq->tx_ring[txq->tx_next_dd].cmd_type_offset_bsz & in ice_tx_free_bufs_vec()
99 txep = &txq->sw_ring[txq->tx_next_dd - (n - 1)]; in ice_tx_free_bufs_vec()
129 txq->tx_next_dd = (uint16_t)(txq->tx_next_dd + txq->tx_rs_thresh); in ice_tx_free_bufs_vec()
130 if (txq->tx_next_dd >= txq->nb_tx_desc) in ice_tx_free_bufs_vec()
131 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in ice_tx_free_bufs_vec()
195 i = txq->tx_next_dd - txq->tx_rs_thresh + 1; in _ice_tx_queue_release_mbufs_vec()
H A Dice_rxtx_vec_avx512.c985 if ((txq->tx_ring[txq->tx_next_dd].cmd_type_offset_bsz & in ice_tx_free_bufs_avx512()
996 txep += txq->tx_next_dd - (n - 1); in ice_tx_free_bufs_avx512()
1076 txq->tx_next_dd = (uint16_t)(txq->tx_next_dd + txq->tx_rs_thresh); in ice_tx_free_bufs_avx512()
1077 if (txq->tx_next_dd >= txq->nb_tx_desc) in ice_tx_free_bufs_avx512()
1078 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in ice_tx_free_bufs_avx512()
H A Dice_rxtx.h137 uint16_t tx_next_dd; member
H A Dice_rxtx.c951 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in ice_reset_tx_queue()
2946 if ((txq->tx_ring[txq->tx_next_dd].cmd_type_offset_bsz & in ice_tx_free_bufs()
2951 txep = &txq->sw_ring[txq->tx_next_dd - (txq->tx_rs_thresh - 1)]; in ice_tx_free_bufs()
2969 txq->tx_next_dd = (uint16_t)(txq->tx_next_dd + txq->tx_rs_thresh); in ice_tx_free_bufs()
2970 if (txq->tx_next_dd >= txq->nb_tx_desc) in ice_tx_free_bufs()
2971 txq->tx_next_dd = (uint16_t)(txq->tx_rs_thresh - 1); in ice_tx_free_bufs()
H A Dice_dcf_ethdev.c402 txq->tx_next_dd = txq->tx_rs_thresh - 1; in reset_tx_queue()
/dpdk/drivers/net/ngbe/
H A Dngbe_rxtx.h342 uint16_t tx_next_dd; /**< next desc to scan for DD bit */ member
H A Dngbe_rxtx.c65 status = txq->tx_ring[txq->tx_next_dd].dw3; in ngbe_tx_free_bufs()
77 txep = &txq->sw_ring[txq->tx_next_dd - (txq->tx_free_thresh - 1)]; in ngbe_tx_free_bufs()
101 txq->tx_next_dd = (uint16_t)(txq->tx_next_dd + txq->tx_free_thresh); in ngbe_tx_free_bufs()
102 if (txq->tx_next_dd >= txq->nb_tx_desc) in ngbe_tx_free_bufs()
103 txq->tx_next_dd = (uint16_t)(txq->tx_free_thresh - 1); in ngbe_tx_free_bufs()
1855 txq->tx_next_dd = (uint16_t)(txq->tx_free_thresh - 1); in ngbe_reset_tx_queue()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.h388 uint16_t tx_next_dd; /**< next desc to scan for DD bit */ member
H A Dtxgbe_rxtx.c108 status = txq->tx_ring[txq->tx_next_dd].dw3; in txgbe_tx_free_bufs()
120 txep = &txq->sw_ring[txq->tx_next_dd - (txq->tx_free_thresh - 1)]; in txgbe_tx_free_bufs()
144 txq->tx_next_dd = (uint16_t)(txq->tx_next_dd + txq->tx_free_thresh); in txgbe_tx_free_bufs()
145 if (txq->tx_next_dd >= txq->nb_tx_desc) in txgbe_tx_free_bufs()
146 txq->tx_next_dd = (uint16_t)(txq->tx_free_thresh - 1); in txgbe_tx_free_bufs()
2161 txq->tx_next_dd = (uint16_t)(txq->tx_free_thresh - 1); in txgbe_reset_tx_queue()