Home
last modified time | relevance | path

Searched defs:slave_dev (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/net/bonding/
Dbond_main.c807 int bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb, struct net_device *slave_dev) in bond_dev_queue_xmit()
870 struct net_device *slave_dev = slave->dev; in bond_vlan_rx_register() local
891 struct net_device *slave_dev = slave->dev; in bond_vlan_rx_add_vid() local
920 struct net_device *slave_dev = slave->dev; in bond_vlan_rx_kill_vid() local
941 static void bond_add_vlans_on_slave(struct bonding *bond, struct net_device *slave_dev) in bond_add_vlans_on_slave()
969 static void bond_del_vlans_from_slave(struct bonding *bond, struct net_device *slave_dev) in bond_del_vlans_from_slave()
1014 struct net_device *slave_dev = slave->dev; in bond_update_speed_duplex() local
1086 static int bond_check_dev_link(struct bonding *bond, struct net_device *slave_dev, int reporting) in bond_check_dev_link()
1307 static void bond_mc_list_flush(struct net_device *bond_dev, struct net_device *slave_dev) in bond_mc_list_flush()
1581 static int bond_sethwaddr(struct net_device *bond_dev, struct net_device *slave_dev) in bond_sethwaddr()
[all …]
Dbonding.h213 …tern inline struct slave *bond_get_slave_by_dev(struct bonding *bond, struct net_device *slave_dev) in bond_get_slave_by_dev()
/linux-2.4.37.9/drivers/net/
Deql.c487 struct net_device *slave_dev = 0; in eql_slave_xmit() local
561 struct net_device *slave_dev; in eql_enslave() local
624 struct net_device *slave_dev; in eql_emancipate() local
654 struct net_device *slave_dev; in eql_g_slave_cfg() local
688 struct net_device *slave_dev; in eql_s_slave_cfg() local
/linux-2.4.37.9/drivers/net/wan/
Dsbni.c1286 struct net_device *slave_dev; in sbni_ioctl() local
1376 enslave( struct net_device *dev, struct net_device *slave_dev ) in enslave()