Searched refs:ICE_VF_STATE_ACTIVE (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/intel/ice/ |
| D | ice_virtchnl_pf.c | 340 !test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_vc_vf_broadcast() 712 clear_bit(ICE_VF_STATE_ACTIVE, vf->vf_states); in ice_trigger_vf_reset() 1773 !test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) || in ice_vc_notify_vf_reset() 2401 set_bit(ICE_VF_STATE_ACTIVE, vf->vf_states); in ice_vc_get_vf_res_msg() 2607 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_handle_rss_cfg() 2721 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_config_rss_key() 2767 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_config_rss_lut() 2965 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_cfg_promiscuous_mode_msg() 3113 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_get_stats_msg() 3217 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_ena_qs_msg() [all …]
|
| D | ice_virtchnl_pf.h | 47 ICE_VF_STATE_ACTIVE, /* VF resources are allocated for use */ enumerator
|
| D | ice_virtchnl_fdir.c | 294 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_vc_fdir_param_check() 1861 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_flush_fdir_ctx()
|
| D | ice_ethtool.c | 319 if (test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_active_vfs()
|