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 | 832 u8 act_prt, pri_prt; in ice_reset_vf() local 838 act_prt = ICE_LAG_INVALID_PORT; in ice_reset_vf() 858 act_prt = lag->active_port; in ice_reset_vf() 859 if (act_prt != pri_prt && act_prt != ICE_LAG_INVALID_PORT && in ice_reset_vf() 861 ice_lag_move_vf_nodes_cfg(lag, act_prt, pri_prt); in ice_reset_vf() 863 act_prt = ICE_LAG_INVALID_PORT; in ice_reset_vf() 951 act_prt != ICE_LAG_INVALID_PORT) in ice_reset_vf() 952 ice_lag_move_vf_nodes_cfg(lag, pri_prt, act_prt); in ice_reset_vf()
|
H A D | ice_virtchnl.c | 1589 u8 act_prt, pri_prt; in ice_vc_cfg_qs_msg() local 1594 act_prt = ICE_LAG_INVALID_PORT; in ice_vc_cfg_qs_msg() 1597 act_prt = lag->active_port; in ice_vc_cfg_qs_msg() 1598 if (act_prt != pri_prt && act_prt != ICE_LAG_INVALID_PORT && in ice_vc_cfg_qs_msg() 1600 ice_lag_move_vf_nodes_cfg(lag, act_prt, pri_prt); in ice_vc_cfg_qs_msg() 1602 act_prt = ICE_LAG_INVALID_PORT; in ice_vc_cfg_qs_msg() 1713 act_prt != ICE_LAG_INVALID_PORT) in ice_vc_cfg_qs_msg() 1714 ice_lag_move_vf_nodes_cfg(lag, pri_prt, act_prt); in ice_vc_cfg_qs_msg() 1732 act_prt != ICE_LAG_INVALID_PORT) in ice_vc_cfg_qs_msg() 1733 ice_lag_move_vf_nodes_cfg(lag, pri_prt, act_prt); in ice_vc_cfg_qs_msg()
|