Home
last modified time | relevance | path

Searched refs:bonding_info (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_lag.c243 struct netdev_bonding_info *bonding_info; in ice_lag_cfg_pf_fltrs() local
253 bonding_info = &info->bonding_info; in ice_lag_cfg_pf_fltrs()
257 if (bonding_info->slave.state && lag->pf_rule_id) { in ice_lag_cfg_pf_fltrs()
264 if (!bonding_info->slave.state && !lag->pf_rule_id) in ice_lag_cfg_pf_fltrs()
759 struct netdev_bonding_info *bonding_info; in ice_lag_info_event() local
766 bonding_info = &info->bonding_info; in ice_lag_info_event()
771 if (bonding_info->master.bond_mode != BOND_MODE_ACTIVEBACKUP) { in ice_lag_info_event()
776 if (strcmp(bonding_info in ice_lag_info_event()
1318 struct netdev_bonding_info *bonding_info; ice_lag_monitor_active() local
1389 struct netdev_bonding_info *bonding_info; ice_lag_chk_comp() local
[all...]
H A Dice_lag.h56 struct netdev_notifier_bonding_info bonding_info; member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c2996 struct netdev_bonding_info *bonding_info = in mlx4_en_netdev_event() local
2997 &notifier_info->bonding_info; in mlx4_en_netdev_event()
3000 if ((bonding_info->master.bond_mode != BOND_MODE_ACTIVEBACKUP) && in mlx4_en_netdev_event()
3001 (bonding_info->master.bond_mode != BOND_MODE_XOR) && in mlx4_en_netdev_event()
3002 (bonding_info->master.bond_mode != BOND_MODE_8023AD)) in mlx4_en_netdev_event()
3006 if (bonding_info->master.num_slaves != 2) in mlx4_en_netdev_event()
3011 if (bonding_info->master.bond_mode == in mlx4_en_netdev_event()
3016 if (bonding_info->slave.state == in mlx4_en_netdev_event()
3038 __s8 link = bonding_info->slave.link; in mlx4_en_netdev_event()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c2942 struct netdev_bonding_info *bonding_info = in mlx4_en_netdev_event() local
2943 &notifier_info->bonding_info; in mlx4_en_netdev_event()
2946 if ((bonding_info->master.bond_mode != BOND_MODE_ACTIVEBACKUP) && in mlx4_en_netdev_event()
2947 (bonding_info->master.bond_mode != BOND_MODE_XOR) && in mlx4_en_netdev_event()
2948 (bonding_info->master.bond_mode != BOND_MODE_8023AD)) in mlx4_en_netdev_event()
2952 if (bonding_info->master.num_slaves != 2) in mlx4_en_netdev_event()
2957 if (bonding_info->master.bond_mode == in mlx4_en_netdev_event()
2962 if (bonding_info->slave.state == in mlx4_en_netdev_event()
2984 __s8 link = bonding_info->slave.link; in mlx4_en_netdev_event()
/kernel/linux/linux-5.10/include/linux/
H A Dnetdevice.h4753 struct netdev_bonding_info bonding_info; member
4757 struct netdev_bonding_info *bonding_info);
/kernel/linux/linux-6.6/include/linux/
H A Dnetdevice.h4842 struct netdev_bonding_info bonding_info; member
4846 struct netdev_bonding_info *bonding_info);
/kernel/linux/linux-5.10/net/core/
H A Ddev.c8110 * @bonding_info: info to dispatch
8116 struct netdev_bonding_info *bonding_info) in netdev_bonding_info_change()
8122 memcpy(&info.bonding_info, bonding_info, in netdev_bonding_info_change()
8115 netdev_bonding_info_change(struct net_device *dev, struct netdev_bonding_info *bonding_info) netdev_bonding_info_change() argument
/kernel/linux/linux-6.6/net/core/
H A Ddev.c7967 * @bonding_info: info to dispatch
7973 struct netdev_bonding_info *bonding_info) in netdev_bonding_info_change()
7979 memcpy(&info.bonding_info, bonding_info, in netdev_bonding_info_change()
7972 netdev_bonding_info_change(struct net_device *dev, struct netdev_bonding_info *bonding_info) netdev_bonding_info_change() argument

Completed in 53 milliseconds