Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c1008 uint16_t num_send, num_not_send = 0; in bond_ethdev_tx_burst_alb() local
1071 num_send = rte_eth_tx_burst(i, bd_tx_q->queue_id, in bond_ethdev_tx_burst_alb()
1073 for (j = 0; j < slave_bufs_pkts[i] - num_send; j++) { in bond_ethdev_tx_burst_alb()
1078 num_tx_total += num_send; in bond_ethdev_tx_burst_alb()
1079 num_not_send += slave_bufs_pkts[i] - num_send; in bond_ethdev_tx_burst_alb()
1095 num_send = rte_eth_tx_burst(i, bd_tx_q->queue_id, update_bufs[i], in bond_ethdev_tx_burst_alb()
1097 for (j = num_send; j < update_bufs_pkts[i]; j++) { in bond_ethdev_tx_burst_alb()
1112 num_send = bond_ethdev_tx_burst_tlb(queue, in bond_ethdev_tx_burst_alb()
1121 num_tx_total += num_send; in bond_ethdev_tx_burst_alb()