Searched refs:I40E_VF_STAT_ACTIVE (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl_pf.c | 54 !test_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states)) in i40e_vc_vf_broadcast() 141 !test_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states)) in i40e_vc_notify_vf_reset() 781 clear_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states); in i40e_reset_vf() 837 set_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states); in i40e_reset_vf() 1181 set_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states); in i40e_vc_get_vf_resources_msg() 1204 if (test_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states)) in i40e_vc_reset_vf_msg() 1229 if (!test_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states) || in i40e_vc_config_promiscuous_mode_msg() 1267 if (!test_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states)) { in i40e_vc_config_queues_msg() 1324 if (!test_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states)) { in i40e_vc_config_irq_map_msg() 1384 if (!test_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states)) { in i40e_vc_enable_queues_msg() [all …]
|
D | i40e_virtchnl_pf.h | 59 I40E_VF_STAT_ACTIVE, enumerator
|