Home
last modified time | relevance | path

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

/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c2615 unsigned int slave_ok = 0; in bond_ethdev_promiscuous_enable() local
2626 slave_ok++; in bond_ethdev_promiscuous_enable()
2632 if (slave_ok > 0) in bond_ethdev_promiscuous_enable()
2669 unsigned int slave_ok = 0; in bond_ethdev_promiscuous_disable() local
2677 slave_ok++; in bond_ethdev_promiscuous_disable()
2686 slave_ok++; in bond_ethdev_promiscuous_disable()
2692 if (slave_ok > 0) in bond_ethdev_promiscuous_disable()
2773 slave_ok++; in bond_ethdev_allmulticast_enable()
2779 if (slave_ok > 0) in bond_ethdev_allmulticast_enable()
2832 slave_ok++; in bond_ethdev_allmulticast_disable()
[all …]