Home
last modified time | relevance | path

Searched refs:bonding_info (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c3087 struct netdev_bonding_info *bonding_info = in mlx4_en_netdev_event() local
3088 &notifier_info->bonding_info; in mlx4_en_netdev_event()
3091 if ((bonding_info->master.bond_mode != BOND_MODE_ACTIVEBACKUP) && in mlx4_en_netdev_event()
3092 (bonding_info->master.bond_mode != BOND_MODE_XOR) && in mlx4_en_netdev_event()
3093 (bonding_info->master.bond_mode != BOND_MODE_8023AD)) in mlx4_en_netdev_event()
3097 if (bonding_info->master.num_slaves != 2) in mlx4_en_netdev_event()
3102 if (bonding_info->master.bond_mode == in mlx4_en_netdev_event()
3107 if (bonding_info->slave.state == in mlx4_en_netdev_event()
3129 __s8 link = bonding_info->slave.link; in mlx4_en_netdev_event()
/Linux-v4.19/include/linux/
Dnetdevice.h4239 struct netdev_bonding_info bonding_info; member
4243 struct netdev_bonding_info *bonding_info);
/Linux-v4.19/net/core/
Ddev.c7083 struct netdev_bonding_info *bonding_info) in netdev_bonding_info_change() argument
7089 memcpy(&info.bonding_info, bonding_info, in netdev_bonding_info_change()