Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_lag.c910 if (act_port != pri_port && act_port != ICE_LAG_INVALID_PORT) in ice_lag_unlink()
913 lag->active_port = ICE_LAG_INVALID_PORT; in ice_lag_unlink()
923 act_port != ICE_LAG_INVALID_PORT) { in ice_lag_unlink()
926 primary_lag->active_port = ICE_LAG_INVALID_PORT; in ice_lag_unlink()
1254 lag->active_port != ICE_LAG_INVALID_PORT) { in ice_lag_monitor_link()
1258 lag->active_port = ICE_LAG_INVALID_PORT; in ice_lag_monitor_link()
1306 if (lag->active_port == ICE_LAG_INVALID_PORT) { in ice_lag_monitor_active()
1332 lag->active_port = ICE_LAG_INVALID_PORT; in ice_lag_monitor_active()
1449 p_lag->active_port != ICE_LAG_INVALID_PORT) { in ice_lag_unregister()
1456 lag->active_port = ICE_LAG_INVALID_PORT; in ice_lag_unregister()
[all …]
Dice_lag.h17 #define ICE_LAG_INVALID_PORT 0xFF macro