Searched refs:tx_next_dd (Results 1 – 13 of 13) sorted by relevance
86 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()
219 uint16_t tx_next_dd; /**< next desc to scan for DD bit */ member
111 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()
85 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()
831 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()
130 uint16_t tx_next_dd; member
908 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()
369 txq->tx_next_dd = txq->tx_rs_thresh - 1; in reset_tx_queue()
87 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()
1265 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()
159 uint16_t tx_next_dd; member
378 uint16_t tx_next_dd; /**< next desc to scan for DD bit */ member
102 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()