Searched refs:ICE_VF_STATE_ACTIVE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl.c | 188 !test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_vc_vf_broadcast() 511 set_bit(ICE_VF_STATE_ACTIVE, vf->vf_states); in ice_vc_get_vf_res_msg() 785 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_handle_rss_cfg() 900 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_config_rss_key() 946 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_config_rss_lut() 1000 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_cfg_promiscuous_mode_msg() 1134 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_get_stats_msg() 1238 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_ena_qs_msg() 1366 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states) && in ice_vc_dis_qs_msg() 1525 if (!test_bit(ICE_VF_STATE_ACTIVE, v in ice_vc_cfg_irq_map_msg() [all...] |
H A D | ice_vf_lib.h | 35 ICE_VF_STATE_ACTIVE, /* VF resources are allocated for use */ enumerator
|
H A D | ice_vf_lib.c | 201 clear_bit(ICE_VF_STATE_ACTIVE, vf->vf_states); in ice_trigger_vf_reset() 802 !test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) || in ice_notify_vf_reset()
|
H A D | ice_virtchnl_fdir.c | 104 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_vc_fdir_param_check() 1683 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_flush_fdir_ctx()
|
H A D | ice_ethtool.c | 498 if (test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_active_vfs()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl_pf.c | 90 !test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_vc_vf_broadcast() 436 clear_bit(ICE_VF_STATE_ACTIVE, vf->vf_states); in ice_trigger_vf_reset() 1416 !test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) || in ice_vc_notify_vf_reset() 2003 set_bit(ICE_VF_STATE_ACTIVE, vf->vf_states); in ice_vc_get_vf_res_msg() 2108 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_config_rss_key() 2155 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_config_rss_lut() 2353 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_cfg_promiscuous_mode_msg() 2496 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_get_stats_msg() 2601 if (!test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) { in ice_vc_ena_qs_msg() 2692 if (!test_bit(ICE_VF_STATE_ACTIVE, v in ice_vc_dis_qs_msg() [all...] |
H A D | ice_virtchnl_pf.h | 45 ICE_VF_STATE_ACTIVE, /* VF resources are allocated for use */ enumerator
|
H A D | ice_ethtool.c | 320 if (test_bit(ICE_VF_STATE_ACTIVE, vf->vf_states)) in ice_active_vfs()
|
Completed in 21 milliseconds