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 | 846 u8 act_prt, pri_prt; in ice_reset_vf() local 852 act_prt = ICE_LAG_INVALID_PORT; in ice_reset_vf() 872 act_prt = lag->active_port; in ice_reset_vf() 873 if (act_prt != pri_prt && act_prt != ICE_LAG_INVALID_PORT && in ice_reset_vf() 875 ice_lag_move_vf_nodes_cfg(lag, act_prt, pri_prt); in ice_reset_vf() 877 act_prt = ICE_LAG_INVALID_PORT; in ice_reset_vf() 965 act_prt != ICE_LAG_INVALID_PORT) in ice_reset_vf() 966 ice_lag_move_vf_nodes_cfg(lag, pri_prt, act_prt); in ice_reset_vf()
|
H A D | ice_virtchnl.c | 1653 u8 act_prt, pri_prt; in ice_vc_cfg_qs_msg() local 1658 act_prt = ICE_LAG_INVALID_PORT; in ice_vc_cfg_qs_msg() 1661 act_prt = lag->active_port; in ice_vc_cfg_qs_msg() 1662 if (act_prt != pri_prt && act_prt != ICE_LAG_INVALID_PORT && in ice_vc_cfg_qs_msg() 1664 ice_lag_move_vf_nodes_cfg(lag, act_prt, pri_prt); in ice_vc_cfg_qs_msg() 1666 act_prt = ICE_LAG_INVALID_PORT; in ice_vc_cfg_qs_msg() 1793 act_prt != ICE_LAG_INVALID_PORT) in ice_vc_cfg_qs_msg() 1794 ice_lag_move_vf_nodes_cfg(lag, pri_prt, act_prt); in ice_vc_cfg_qs_msg() 1812 act_prt != ICE_LAG_INVALID_PORT) in ice_vc_cfg_qs_msg() 1813 ice_lag_move_vf_nodes_cfg(lag, pri_prt, act_prt); in ice_vc_cfg_qs_msg()
|