Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/lag/
A Dlag.c446 if (!ldev->tracker.has_inactive) in mlx5_lag_drop_rule_setup()
1147 bool has_inactive = 0; in mlx5_handle_changeupper_event() local
1176 has_inactive |= bond_is_slave_inactive(slave); in mlx5_handle_changeupper_event()
1193 tracker->has_inactive = has_inactive; in mlx5_handle_changeupper_event()
1257 bool has_inactive = 0; in mlx5_handle_changeinfodata_event() local
1271 has_inactive |= bond_is_slave_inactive(slave); in mlx5_handle_changeinfodata_event()
1275 if (tracker->has_inactive == has_inactive) in mlx5_handle_changeinfodata_event()
1278 tracker->has_inactive = has_inactive; in mlx5_handle_changeinfodata_event()
A Dlag.h49 unsigned int has_inactive:1; member

Completed in 11 milliseconds