Lines Matching defs:bond_dev

279 static int bond_vlan_rx_add_vid(struct net_device *bond_dev,  in bond_vlan_rx_add_vid()
312 static int bond_vlan_rx_kill_vid(struct net_device *bond_dev, in bond_vlan_rx_kill_vid()
553 static void bond_hw_addr_flush(struct net_device *bond_dev, in bond_hw_addr_flush()
611 static int bond_set_dev_addr(struct net_device *bond_dev, in bond_set_dev_addr()
983 static void bond_poll_controller(struct net_device *bond_dev) in bond_poll_controller()
1011 static void bond_netpoll_cleanup(struct net_device *bond_dev) in bond_netpoll_cleanup()
1046 static void bond_netpoll_cleanup(struct net_device *bond_dev) in bond_netpoll_cleanup()
1093 struct net_device *bond_dev = bond->dev; in bond_compute_features() local
1144 static void bond_setup_by_slave(struct net_device *bond_dev, in bond_setup_by_slave()
1375 int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev, in bond_enslave()
1869 static int __bond_release_one(struct net_device *bond_dev, in __bond_release_one()
2025 int bond_release(struct net_device *bond_dev, struct net_device *slave_dev) in bond_release()
2033 static int bond_release_and_destroy(struct net_device *bond_dev, in bond_release_and_destroy()
2049 static void bond_info_query(struct net_device *bond_dev, struct ifbond *info) in bond_info_query()
2055 static int bond_slave_info_query(struct net_device *bond_dev, struct ifslave *info) in bond_slave_info_query()
2377 struct net_device *bond_dev = slave->bond->dev; in bond_arp_send() local
3073 struct net_device *bond_dev) in bond_master_netdev_event()
3100 struct net_device *bond_dev; in bond_slave_netdev_event() local
3349 static int bond_open(struct net_device *bond_dev) in bond_open()
3400 static int bond_close(struct net_device *bond_dev) in bond_close()
3442 static void bond_get_stats(struct net_device *bond_dev, in bond_get_stats()
3469 static int bond_do_ioctl(struct net_device *bond_dev, struct ifreq *ifr, int cmd) in bond_do_ioctl()
3574 static void bond_change_rx_flags(struct net_device *bond_dev, int change) in bond_change_rx_flags()
3587 static void bond_set_rx_mode(struct net_device *bond_dev) in bond_set_rx_mode()
3662 static int bond_change_mtu(struct net_device *bond_dev, int new_mtu) in bond_change_mtu()
3719 static int bond_set_mac_address(struct net_device *bond_dev, void *addr) in bond_set_mac_address()
3860 struct net_device *bond_dev) in bond_xmit_roundrobin()
3906 struct net_device *bond_dev) in bond_xmit_activebackup()
4070 struct net_device *bond_dev) in bond_xmit_broadcast()
4200 static int bond_ethtool_get_link_ksettings(struct net_device *bond_dev, in bond_ethtool_get_link_ksettings()
4230 static void bond_ethtool_get_drvinfo(struct net_device *bond_dev, in bond_ethtool_get_drvinfo()
4276 static void bond_destructor(struct net_device *bond_dev) in bond_destructor()
4283 void bond_setup(struct net_device *bond_dev) in bond_setup()
4334 static void bond_uninit(struct net_device *bond_dev) in bond_uninit()
4749 static int bond_init(struct net_device *bond_dev) in bond_init()
4790 struct net_device *bond_dev; in bond_create() local