Home
last modified time | relevance | path

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

/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c65 uint16_t active_slave; in bond_ethdev_rx_burst() local
72 active_slave = bd_rx_q->active_slave; in bond_ethdev_rx_burst()
80 rte_eth_rx_burst(internals->active_slaves[active_slave], in bond_ethdev_rx_burst()
85 if (++active_slave == slave_count) in bond_ethdev_rx_burst()
86 active_slave = 0; in bond_ethdev_rx_burst()
89 if (++bd_rx_q->active_slave >= slave_count) in bond_ethdev_rx_burst()
90 bd_rx_q->active_slave = 0; in bond_ethdev_rx_burst()
306 idx = bd_rx_q->active_slave; in rx_burst_8023ad()
308 bd_rx_q->active_slave = 0; in rx_burst_8023ad()
370 if (++bd_rx_q->active_slave >= slave_count) in rx_burst_8023ad()
[all …]
H A Deth_bond_private.h54 uint16_t active_slave; member