Searched refs:act_prt (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_vf_lib.c | 849 u8 act_prt, pri_prt; in ice_reset_vf() 855 act_prt = ICE_LAG_INVALID_PORT; in ice_reset_vf() 875 act_prt = lag->active_port; in ice_reset_vf() 876 if (act_prt != pri_prt && act_prt != ICE_LAG_INVALID_PORT && in ice_reset_vf() 878 ice_lag_move_vf_nodes_cfg(lag, act_prt, pri_prt); in ice_reset_vf() 880 act_prt = ICE_LAG_INVALID_PORT; in ice_reset_vf() 968 act_prt != ICE_LAG_INVALID_PORT) in ice_set_vf_state_dis() 969 ice_lag_move_vf_nodes_cfg(lag, pri_prt, act_prt); in ice_set_vf_state_dis() 832 u8 act_prt, pri_prt; ice_reset_vf() local
|
H A D | ice_virtchnl.c | 1592 u8 act_prt, pri_prt; in ice_vc_cfg_qs_msg() local 1597 act_prt = ICE_LAG_INVALID_PORT; in ice_vc_cfg_qs_msg() 1600 act_prt = lag->active_port; in ice_vc_cfg_qs_msg() 1601 if (act_prt != pri_prt && act_prt != ICE_LAG_INVALID_PORT && in ice_vc_cfg_qs_msg() 1603 ice_lag_move_vf_nodes_cfg(lag, act_prt, pri_prt); in ice_vc_cfg_qs_msg() 1605 act_prt = ICE_LAG_INVALID_PORT; in ice_vc_cfg_qs_msg() 1727 act_prt != ICE_LAG_INVALID_PORT) in ice_vc_cfg_qs_msg() 1728 ice_lag_move_vf_nodes_cfg(lag, pri_prt, act_prt); in ice_vc_cfg_qs_msg() 1746 act_prt ! in ice_vc_cfg_qs_msg() [all...] |