Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dlag.c758 if (!ldev->tracker.has_inactive) in mlx5_lag_drop_rule_setup()
1897 bool has_inactive = 0; in mlx5_handle_changeupper_event() local
1928 has_inactive |= bond_is_slave_inactive(slave); in mlx5_handle_changeupper_event()
1945 tracker->has_inactive = has_inactive; in mlx5_handle_changeupper_event()
2009 bool has_inactive = 0; in mlx5_handle_changeinfodata_event() local
2023 has_inactive |= bond_is_slave_inactive(slave); in mlx5_handle_changeinfodata_event()
2027 if (tracker->has_inactive == has_inactive) in mlx5_handle_changeinfodata_event()
2030 tracker->has_inactive = has_inactive; in mlx5_handle_changeinfodata_event()