Searched refs:N_PER_LOOP (Results 1 – 5 of 5) sorted by relevance
159 const int N_PER_LOOP = 4; in ngbe_tx_fill_hw_ring() local160 const int N_PER_LOOP_MASK = N_PER_LOOP - 1; in ngbe_tx_fill_hw_ring()170 for (i = 0; i < mainpart; i += N_PER_LOOP) { in ngbe_tx_fill_hw_ring()172 for (j = 0; j < N_PER_LOOP; ++j) in ngbe_tx_fill_hw_ring()
1413 const int N_PER_LOOP = 4; in i40e_tx_fill_hw_ring() local1414 const int N_PER_LOOP_MASK = N_PER_LOOP - 1; in i40e_tx_fill_hw_ring()1420 for (i = 0; i < mainpart; i += N_PER_LOOP) { in i40e_tx_fill_hw_ring()1421 for (j = 0; j < N_PER_LOOP; ++j) { in i40e_tx_fill_hw_ring()
3121 const int N_PER_LOOP = 4; in ice_tx_fill_hw_ring() local3122 const int N_PER_LOOP_MASK = N_PER_LOOP - 1; in ice_tx_fill_hw_ring()3132 for (i = 0; i < mainpart; i += N_PER_LOOP) { in ice_tx_fill_hw_ring()3134 for (j = 0; j < N_PER_LOOP; ++j) in ice_tx_fill_hw_ring()
202 const int N_PER_LOOP = 4; in txgbe_tx_fill_hw_ring() local203 const int N_PER_LOOP_MASK = N_PER_LOOP - 1; in txgbe_tx_fill_hw_ring()213 for (i = 0; i < mainpart; i += N_PER_LOOP) { in txgbe_tx_fill_hw_ring()215 for (j = 0; j < N_PER_LOOP; ++j) in txgbe_tx_fill_hw_ring()
204 const int N_PER_LOOP = 4; in ixgbe_tx_fill_hw_ring() local205 const int N_PER_LOOP_MASK = N_PER_LOOP-1; in ixgbe_tx_fill_hw_ring()215 for (i = 0; i < mainpart; i += N_PER_LOOP) { in ixgbe_tx_fill_hw_ring()217 for (j = 0; j < N_PER_LOOP; ++j) { in ixgbe_tx_fill_hw_ring()