Searched refs:nb_tx_pkts (Results 1 – 5 of 5) sorted by relevance
433 uint32_t nb_tx_pkts = 0; in bnxt_handle_tx_cp() local456 nb_tx_pkts += opaque; in bnxt_handle_tx_cp()462 } while (nb_tx_pkts < ring_mask); in bnxt_handle_tx_cp()464 if (nb_tx_pkts) { in bnxt_handle_tx_cp()466 bnxt_tx_cmp_fast(txq, nb_tx_pkts); in bnxt_handle_tx_cp()468 bnxt_tx_cmp(txq, nb_tx_pkts); in bnxt_handle_tx_cp()473 return nb_tx_pkts; in bnxt_handle_tx_cp()480 uint16_t nb_tx_pkts = 0; in bnxt_xmit_pkts() local495 for (nb_tx_pkts = 0; nb_tx_pkts < nb_pkts; nb_tx_pkts++) { in bnxt_xmit_pkts()504 if (likely(nb_tx_pkts)) { in bnxt_xmit_pkts()[all …]
299 uint32_t nb_tx_pkts = 0; in bnxt_handle_tx_cp_vec() local313 nb_tx_pkts += txcmp->opaque; in bnxt_handle_tx_cp_vec()319 } while (nb_tx_pkts < ring_mask); in bnxt_handle_tx_cp_vec()322 if (nb_tx_pkts) { in bnxt_handle_tx_cp_vec()324 bnxt_tx_cmp_vec_fast(txq, nb_tx_pkts); in bnxt_handle_tx_cp_vec()326 bnxt_tx_cmp_vec(txq, nb_tx_pkts); in bnxt_handle_tx_cp_vec()
317 uint32_t nb_tx_pkts = 0; in bnxt_handle_tx_cp_vec() local331 nb_tx_pkts += txcmp->opaque; in bnxt_handle_tx_cp_vec()337 } while (nb_tx_pkts < ring_mask); in bnxt_handle_tx_cp_vec()340 if (nb_tx_pkts) { in bnxt_handle_tx_cp_vec()342 bnxt_tx_cmp_vec_fast(txq, nb_tx_pkts); in bnxt_handle_tx_cp_vec()344 bnxt_tx_cmp_vec(txq, nb_tx_pkts); in bnxt_handle_tx_cp_vec()
196 uint16_t nb_tx_pkts; in bnx2x_xmit_pkts() local208 nb_tx_pkts = RTE_MIN(nb_pkts, txq->nb_tx_avail / BDS_PER_TX_PKT); in bnx2x_xmit_pkts()209 if (unlikely(nb_tx_pkts == 0)) in bnx2x_xmit_pkts()212 while (nb_tx_pkts--) { in bnx2x_xmit_pkts()
2247 uint16_t nb_tx_pkts; local2264 nb_tx_pkts = nb_pkts;2268 while (nb_tx_pkts--) {2368 uint16_t nb_tx_pkts; local2405 nb_tx_pkts = nb_pkts;2407 while (nb_tx_pkts--) {