Searched refs:to_send (Results 1 – 3 of 3) sorted by relevance
357 uint16_t to_send; in bnxt_xmit_fixed_burst_vec() local372 to_send = nb_pkts; in bnxt_xmit_fixed_burst_vec()373 while (to_send >= RTE_BNXT_DESCS_PER_LOOP) { in bnxt_xmit_fixed_burst_vec()383 to_send -= RTE_BNXT_DESCS_PER_LOOP; in bnxt_xmit_fixed_burst_vec()387 while (to_send) { in bnxt_xmit_fixed_burst_vec()389 to_send--; in bnxt_xmit_fixed_burst_vec()
360 uint16_t to_send; in bnxt_xmit_fixed_burst_vec() local368 to_send = nb_pkts; in bnxt_xmit_fixed_burst_vec()369 while (to_send) { in bnxt_xmit_fixed_burst_vec()383 to_send--; in bnxt_xmit_fixed_burst_vec()
5288 uint16_t to_send = buffer->length; in rte_eth_tx_buffer_flush() local5290 if (to_send == 0) in rte_eth_tx_buffer_flush()5293 sent = rte_eth_tx_burst(port_id, queue_id, buffer->pkts, to_send); in rte_eth_tx_buffer_flush()5298 if (unlikely(sent != to_send)) in rte_eth_tx_buffer_flush()5300 (uint16_t)(to_send - sent), in rte_eth_tx_buffer_flush()