Searched refs:IFF_SLAVE (Results 1 – 8 of 8) sorted by relevance
95 IFF_SLAVE = 1<<11, /* volatile */ enumerator122 #define IFF_SLAVE IFF_SLAVE macro136 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
137 #define eql_is_slave(dev) ((dev->flags & IFF_SLAVE) == IFF_SLAVE)225 slave->dev->flags &= ~IFF_SLAVE; in eql_kill_one_slave()399 slave->dev->flags |= IFF_SLAVE; in __eql_insert_slave()
1272 slave->dev->flags &= ~IFF_SLAVE; in bond_upper_dev_unlink()1537 slave_dev->flags |= IFF_SLAVE; in bond_enslave()1810 slave_dev->flags &= ~IFF_SLAVE; in bond_enslave()1868 if (!(slave_dev->flags & IFF_SLAVE) || in __bond_release_one()3209 if (event_dev->flags & IFF_SLAVE) { in bond_netdev_event()
558 IFF_MASTER | IFF_SLAVE); in vlan_dev_init()
1960 vf_netdev->flags |= IFF_SLAVE; in netvsc_vf_join()1987 dev_change_flags(vf_netdev, ndev->flags | IFF_SLAVE); in __netvsc_vf_setup()
4459 return dev->flags & IFF_SLAVE && dev->priv_flags & IFF_BONDING; in netif_is_bond_slave()
1829 if (dev->flags & IFF_SLAVE || !netif_carrier_ok(dev)) in vortex_timer()
3468 if (dev->flags & IFF_SLAVE) in addrconf_notify()