Searched refs:IFF_SLAVE (Results 1 – 7 of 7) sorted by relevance
96 IFF_SLAVE = 1<<11, /* volatile */ enumerator123 #define IFF_SLAVE IFF_SLAVE macro137 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
139 #define eql_is_slave(dev) ((dev->flags & IFF_SLAVE) == IFF_SLAVE)227 slave->dev->flags &= ~IFF_SLAVE; in eql_kill_one_slave()405 slave->dev->flags |= IFF_SLAVE; in __eql_insert_slave()
1661 slave->dev->flags |= IFF_SLAVE; in bond_master_upper_dev_link()1668 slave->dev->flags &= ~IFF_SLAVE; in bond_upper_dev_unlink()1798 unsigned int flags = bond_dev->flags & (IFF_SLAVE | IFF_UP); in bond_ether_setup()2370 if (!(slave_dev->flags & IFF_SLAVE) || in __bond_release_one()4013 if (event_dev->flags & IFF_SLAVE) in bond_netdev_event()
577 IFF_MASTER | IFF_SLAVE); in vlan_dev_init()
2242 dev_change_flags(vf_netdev, ndev->flags | IFF_SLAVE, NULL); in __netvsc_vf_setup()2351 vf_netdev->flags |= IFF_SLAVE; in netvsc_prepare_bonding()
1829 if (dev->flags & IFF_SLAVE || !netif_carrier_ok(dev)) in vortex_timer()
5054 return dev->flags & IFF_SLAVE && dev->priv_flags & IFF_BONDING; in netif_is_bond_slave()