Searched refs:ICE_VF_STATE_ACTIVE (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/ice/ |
| D | ice_virtchnl_pf.c | 57 !test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_vc_vf_broadcast() 376 clear_bit(ICE_VF_STATE_ACTIVE, vf->vf_states); in ice_trigger_vf_reset() 961 set_bit(ICE_VF_STATE_ACTIVE, vf->vf_states); in ice_cleanup_and_realloc_vf() 1292 !test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_vc_notify_vf_reset() 1675 set_bit(ICE_VF_STATE_ACTIVE, vf->vf_states); in ice_vc_get_vf_res_msg() 1696 if (test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_vc_reset_vf_msg() 1780 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_config_rss_key() 1827 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_config_rss_lut() 1876 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_get_stats_msg() 1920 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_ena_qs_msg() [all …]
|
| D | ice_virtchnl_pf.h | 45 ICE_VF_STATE_ACTIVE, /* VF resources are allocated for use */ enumerator
|
| D | ice_ethtool.c | 289 if (test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_active_vfs()
|