Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c2988 struct netdev_bonding_info *bonding_info = in mlx4_en_netdev_event() local
2989 &notifier_info->bonding_info; in mlx4_en_netdev_event()
2992 if ((bonding_info->master.bond_mode != BOND_MODE_ACTIVEBACKUP) && in mlx4_en_netdev_event()
2993 (bonding_info->master.bond_mode != BOND_MODE_XOR) && in mlx4_en_netdev_event()
2994 (bonding_info->master.bond_mode != BOND_MODE_8023AD)) in mlx4_en_netdev_event()
2998 if (bonding_info->master.num_slaves != 2) in mlx4_en_netdev_event()
3003 if (bonding_info->master.bond_mode == in mlx4_en_netdev_event()
3008 if (bonding_info->slave.state == in mlx4_en_netdev_event()
3030 __s8 link = bonding_info->slave.link; in mlx4_en_netdev_event()
/Linux-v5.10/include/linux/
Dnetdevice.h4667 struct netdev_bonding_info bonding_info; member
4671 struct netdev_bonding_info *bonding_info);
/Linux-v5.10/net/core/
Ddev.c8028 struct netdev_bonding_info *bonding_info) in netdev_bonding_info_change() argument
8034 memcpy(&info.bonding_info, bonding_info, in netdev_bonding_info_change()