Home
last modified time | relevance | path

Searched refs:num_send (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c1004 uint16_t num_send, num_not_send = 0; in bond_ethdev_tx_burst_alb() local
1067 num_send = rte_eth_tx_burst(i, bd_tx_q->queue_id, in bond_ethdev_tx_burst_alb()
1069 for (j = 0; j < slave_bufs_pkts[i] - num_send; j++) { in bond_ethdev_tx_burst_alb()
1074 num_tx_total += num_send; in bond_ethdev_tx_burst_alb()
1075 num_not_send += slave_bufs_pkts[i] - num_send; in bond_ethdev_tx_burst_alb()
1091 num_send = rte_eth_tx_burst(i, bd_tx_q->queue_id, update_bufs[i], in bond_ethdev_tx_burst_alb()
1093 for (j = num_send; j < update_bufs_pkts[i]; j++) { in bond_ethdev_tx_burst_alb()
1108 num_send = bond_ethdev_tx_burst_tlb(queue, in bond_ethdev_tx_burst_alb()
1117 num_tx_total += num_send; in bond_ethdev_tx_burst_alb()