Searched refs:act_prt (Results 1 – 2 of 2) sorted by relevance
/linux/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 | 1976 u8 act_prt, pri_prt; in ice_vc_cfg_qs_msg() local 1981 act_prt = ICE_LAG_INVALID_PORT; in ice_vc_cfg_qs_msg() 1984 act_prt = lag->active_port; in ice_vc_cfg_qs_msg() 1985 if (act_prt != pri_prt && act_prt != ICE_LAG_INVALID_PORT && in ice_vc_cfg_qs_msg() 1987 ice_lag_move_vf_nodes_cfg(lag, act_prt, pri_prt); in ice_vc_cfg_qs_msg() 1989 act_prt = ICE_LAG_INVALID_PORT; in ice_vc_cfg_qs_msg() 2114 act_prt != ICE_LAG_INVALID_PORT) in ice_vc_cfg_qs_msg() 2115 ice_lag_move_vf_nodes_cfg(lag, pri_prt, act_prt); in ice_vc_cfg_qs_msg() 2133 act_prt != ICE_LAG_INVALID_PORT) in ice_vc_cfg_qs_msg() 2134 ice_lag_move_vf_nodes_cfg(lag, pri_prt, act_prt); in ice_vc_cfg_qs_msg()
|