Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.c57 !test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_vc_vf_broadcast()
377 clear_bit(ICE_VF_STATE_ACTIVE, vf->vf_states); in ice_trigger_vf_reset()
962 set_bit(ICE_VF_STATE_ACTIVE, vf->vf_states); in ice_cleanup_and_realloc_vf()
1295 !test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) || in ice_vc_notify_vf_reset()
1679 set_bit(ICE_VF_STATE_ACTIVE, vf->vf_states); in ice_vc_get_vf_res_msg()
1700 if (test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_vc_reset_vf_msg()
1784 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_config_rss_key()
1831 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_config_rss_lut()
1880 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_get_stats_msg()
1923 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_ena_qs_msg()
[all …]
Dice_virtchnl_pf.h45 ICE_VF_STATE_ACTIVE, /* VF resources are allocated for use */ enumerator
Dice_ethtool.c289 if (test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_active_vfs()