Searched refs:IFF_SLAVE (Results 1 – 8 of 8) 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()
1778 slave->dev->flags |= IFF_SLAVE; in bond_master_upper_dev_link()1785 slave->dev->flags &= ~IFF_SLAVE; in bond_upper_dev_unlink()1915 unsigned int flags = bond_dev->flags & (IFF_SLAVE | IFF_UP); in bond_ether_setup()2491 if (!(slave_dev->flags & IFF_SLAVE) || in __bond_release_one()4142 if (event_dev->flags & IFF_SLAVE) in bond_netdev_event()
555 IFF_MASTER | IFF_SLAVE); in vlan_dev_init()
2245 dev_change_flags(vf_netdev, ndev->flags | IFF_SLAVE, NULL); in __netvsc_vf_setup()2354 vf_netdev->flags |= IFF_SLAVE; in netvsc_prepare_bonding()
1829 if (dev->flags & IFF_SLAVE || !netif_carrier_ok(dev)) in vortex_timer()
3040 if (ac->ports[port_index]->flags & IFF_SLAVE) in mana_get_primary_netdev_rcu()
5084 return dev->flags & IFF_SLAVE && dev->priv_flags & IFF_BONDING; in netif_is_bond_slave()