Home
last modified time | relevance | path

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

/openbmc/linux/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()
759 struct netdev_bonding_info *bonding_info; in ice_lag_info_event() local
766 bonding_info = &info->bonding_info; in ice_lag_info_event()
781 if (bonding_info->slave.state) in ice_lag_info_event()
1318 struct netdev_bonding_info *bonding_info; in ice_lag_monitor_active() local
1343 bonding_info = &info->bonding_info; in ice_lag_monitor_active()
1345 if (!bonding_info->slave.state) { in ice_lag_monitor_active()
1415 bonding_info = &info->bonding_info; in ice_lag_chk_comp()
1624 &lag_work->info.bonding_info); in ice_lag_process_event()
[all …]
H A Dice_lag.h56 struct netdev_notifier_bonding_info bonding_info; member
/openbmc/linux/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()
/openbmc/linux/include/linux/
H A Dnetdevice.h4842 struct netdev_bonding_info bonding_info; member
4846 struct netdev_bonding_info *bonding_info);
/openbmc/linux/net/core/
H A Ddev.c7973 struct netdev_bonding_info *bonding_info) in netdev_bonding_info_change() argument
7979 memcpy(&info.bonding_info, bonding_info, in netdev_bonding_info_change()