Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c2576 unsigned int slave_ok = 0; in bond_ethdev_promiscuous_enable() local
2587 slave_ok++; in bond_ethdev_promiscuous_enable()
2593 if (slave_ok > 0) in bond_ethdev_promiscuous_enable()
2630 unsigned int slave_ok = 0; in bond_ethdev_promiscuous_disable() local
2638 slave_ok++; in bond_ethdev_promiscuous_disable()
2647 slave_ok++; in bond_ethdev_promiscuous_disable()
2653 if (slave_ok > 0) in bond_ethdev_promiscuous_disable()
2701 slave_ok++; in bond_ethdev_allmulticast_enable()
2707 if (slave_ok > 0) in bond_ethdev_allmulticast_enable()
2760 slave_ok++; in bond_ethdev_allmulticast_disable()
[all …]