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.c452 if (!ldev->tracker.has_inactive) in mlx5_lag_drop_rule_setup()
1153 bool has_inactive = 0; in mlx5_handle_changeupper_event() local
1182 has_inactive |= bond_is_slave_inactive(slave); in mlx5_handle_changeupper_event()
1199 tracker->has_inactive = has_inactive; in mlx5_handle_changeupper_event()
1263 bool has_inactive = 0; in mlx5_handle_changeinfodata_event() local
1277 has_inactive |= bond_is_slave_inactive(slave); in mlx5_handle_changeinfodata_event()
1281 if (tracker->has_inactive == has_inactive) in mlx5_handle_changeinfodata_event()
1284 tracker->has_inactive = has_inactive; in mlx5_handle_changeinfodata_event()