Searched refs:act_prt (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_vf_lib.c | 863 u8 act_prt, pri_prt; in ice_reset_vf() local 869 act_prt = ICE_LAG_INVALID_PORT; in ice_reset_vf() 889 act_prt = lag->active_port; in ice_reset_vf() 890 if (act_prt != pri_prt && act_prt != ICE_LAG_INVALID_PORT && in ice_reset_vf() 892 ice_lag_move_vf_nodes_cfg(lag, act_prt, pri_prt); in ice_reset_vf() 894 act_prt = ICE_LAG_INVALID_PORT; in ice_reset_vf() 982 act_prt != ICE_LAG_INVALID_PORT) in ice_reset_vf() 983 ice_lag_move_vf_nodes_cfg(lag, pri_prt, act_prt); in ice_reset_vf()
|
| H A D | ice_virtchnl.c | 2002 u8 act_prt, pri_prt; in ice_vc_cfg_qs_msg() local 2008 act_prt = ICE_LAG_INVALID_PORT; in ice_vc_cfg_qs_msg() 2011 act_prt = lag->active_port; in ice_vc_cfg_qs_msg() 2012 if (act_prt != pri_prt && act_prt != ICE_LAG_INVALID_PORT && in ice_vc_cfg_qs_msg() 2014 ice_lag_move_vf_nodes_cfg(lag, act_prt, pri_prt); in ice_vc_cfg_qs_msg() 2016 act_prt = ICE_LAG_INVALID_PORT; in ice_vc_cfg_qs_msg() 2146 act_prt != ICE_LAG_INVALID_PORT) in ice_vc_cfg_qs_msg() 2147 ice_lag_move_vf_nodes_cfg(lag, pri_prt, act_prt); in ice_vc_cfg_qs_msg() 2165 act_prt != ICE_LAG_INVALID_PORT) in ice_vc_cfg_qs_msg() 2166 ice_lag_move_vf_nodes_cfg(lag, pri_prt, act_prt); in ice_vc_cfg_qs_msg()
|