Home
last modified time | relevance | path

Searched refs:ICE_VF_STATE_ACTIVE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.c340 !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 …]
Dice_virtchnl_pf.h47 ICE_VF_STATE_ACTIVE, /* VF resources are allocated for use */ enumerator
Dice_virtchnl_fdir.c294 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()
Dice_ethtool.c319 if (test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_active_vfs()