Searched refs:I40E_VF_STAT_ACTIVE (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/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() 794 clear_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states); in i40e_reset_vf() 850 set_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states); in i40e_reset_vf() 1230 set_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states); in i40e_vc_get_vf_resources_msg() 1253 if (test_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states)) in i40e_vc_reset_vf_msg() 1278 if (!test_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states) || in i40e_vc_config_promiscuous_mode_msg() 1316 if (!test_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states)) { in i40e_vc_config_queues_msg() 1373 if (!test_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states)) { in i40e_vc_config_irq_map_msg() 1433 if (!test_bit(I40E_VF_STAT_ACTIVE, &vf->vf_states)) { in i40e_vc_enable_queues_msg() [all …]
|
| D | i40e_virtchnl_pf.h | 60 I40E_VF_STAT_ACTIVE, enumerator
|
| D | i40e_ethtool.c | 1656 if (test_bit(I40E_VF_STAT_ACTIVE, &vfs[i].vf_states)) in i40e_active_vfs()
|