Searched refs:num_tx_slave (Results 1 – 1 of 1) sorted by relevance
575 uint16_t num_tx_total = 0, num_tx_slave; in bond_ethdev_tx_burst_round_robin() local605 num_tx_slave = rte_eth_tx_burst(slaves[i], bd_tx_q->queue_id, in bond_ethdev_tx_burst_round_robin()609 if (unlikely(num_tx_slave < slave_nb_pkts[i])) { in bond_ethdev_tx_burst_round_robin()610 int tx_fail_slave = slave_nb_pkts[i] - num_tx_slave; in bond_ethdev_tx_burst_round_robin()615 &slave_bufs[i][num_tx_slave], in bond_ethdev_tx_burst_round_robin()618 num_tx_total += num_tx_slave; in bond_ethdev_tx_burst_round_robin()