Searched refs:num_tx_slave (Results 1 – 1 of 1) sorted by relevance
579 uint16_t num_tx_total = 0, num_tx_slave; in bond_ethdev_tx_burst_round_robin() local609 num_tx_slave = rte_eth_tx_burst(slaves[i], bd_tx_q->queue_id, in bond_ethdev_tx_burst_round_robin()613 if (unlikely(num_tx_slave < slave_nb_pkts[i])) { in bond_ethdev_tx_burst_round_robin()614 int tx_fail_slave = slave_nb_pkts[i] - num_tx_slave; in bond_ethdev_tx_burst_round_robin()619 &slave_bufs[i][num_tx_slave], in bond_ethdev_tx_burst_round_robin()622 num_tx_total += num_tx_slave; in bond_ethdev_tx_burst_round_robin()