Home
last modified time | relevance | path

Searched refs:has_inactive (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/lag/
Dlag.c397 if (!ldev->tracker.has_inactive) in mlx5_lag_drop_rule_setup()
950 bool has_inactive = 0; in mlx5_handle_changeupper_event() local
974 has_inactive |= bond_is_slave_inactive(slave); in mlx5_handle_changeupper_event()
991 tracker->has_inactive = has_inactive; in mlx5_handle_changeupper_event()
1055 bool has_inactive = 0; in mlx5_handle_changeinfodata_event() local
1069 has_inactive |= bond_is_slave_inactive(slave); in mlx5_handle_changeinfodata_event()
1073 if (tracker->has_inactive == has_inactive) in mlx5_handle_changeinfodata_event()
1076 tracker->has_inactive = has_inactive; in mlx5_handle_changeinfodata_event()
Dlag.h49 unsigned int has_inactive:1; member