Searched refs:tmp_vf (Results 1 – 1 of 1) sorted by relevance
879 struct ice_vf *tmp_vf; in ice_sriov_remap_vectors() local885 ice_for_each_vf(pf, bkt, tmp_vf) { in ice_sriov_remap_vectors()887 if (restricted_id == tmp_vf->vf_id || in ice_sriov_remap_vectors()888 test_bit(ICE_VF_STATE_ACTIVE, tmp_vf->vf_states)) in ice_sriov_remap_vectors()891 ice_dis_vf_mappings(tmp_vf); in ice_sriov_remap_vectors()892 ice_virt_free_irqs(pf, tmp_vf->first_vector_idx, in ice_sriov_remap_vectors()893 tmp_vf->num_msix); in ice_sriov_remap_vectors()895 vf_ids[to_remap] = tmp_vf->vf_id; in ice_sriov_remap_vectors()900 tmp_vf = ice_get_vf_by_id(pf, vf_ids[i]); in ice_sriov_remap_vectors()901 if (!tmp_vf) in ice_sriov_remap_vectors()[all …]