Searched refs:act_prt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_vf_lib.c | 832 u8 act_prt, pri_prt; in ice_reset_vf() local 838 act_prt = ICE_LAG_INVALID_PORT; in ice_reset_vf() 853 act_prt = lag->active_port; in ice_reset_vf() 854 if (act_prt != pri_prt && act_prt != ICE_LAG_INVALID_PORT && in ice_reset_vf() 856 ice_lag_move_vf_nodes_cfg(lag, act_prt, pri_prt); in ice_reset_vf() 858 act_prt = ICE_LAG_INVALID_PORT; in ice_reset_vf() 954 act_prt != ICE_LAG_INVALID_PORT) in ice_reset_vf() 955 ice_lag_move_vf_nodes_cfg(lag, pri_prt, act_prt); in ice_reset_vf()
|
H A D | ice_virtchnl.c | 1596 u8 act_prt, pri_prt; in ice_vc_cfg_qs_msg() local 1601 act_prt = ICE_LAG_INVALID_PORT; in ice_vc_cfg_qs_msg() 1604 act_prt = lag->active_port; in ice_vc_cfg_qs_msg() 1605 if (act_prt != pri_prt && act_prt != ICE_LAG_INVALID_PORT && in ice_vc_cfg_qs_msg() 1607 ice_lag_move_vf_nodes_cfg(lag, act_prt, pri_prt); in ice_vc_cfg_qs_msg() 1609 act_prt = ICE_LAG_INVALID_PORT; in ice_vc_cfg_qs_msg() 1720 act_prt != ICE_LAG_INVALID_PORT) in ice_vc_cfg_qs_msg() 1721 ice_lag_move_vf_nodes_cfg(lag, pri_prt, act_prt); in ice_vc_cfg_qs_msg() 1739 act_prt ! in ice_vc_cfg_qs_msg() [all...] |
Completed in 5 milliseconds