Searched refs:tmp_vf (Results 1 – 1 of 1) sorted by relevance
1010 struct ice_vf *tmp_vf; in ice_sriov_remap_vectors() local1016 ice_for_each_vf(pf, bkt, tmp_vf) { in ice_sriov_remap_vectors()1018 if (restricted_id == tmp_vf->vf_id || in ice_sriov_remap_vectors()1019 test_bit(ICE_VF_STATE_ACTIVE, tmp_vf->vf_states)) in ice_sriov_remap_vectors()1022 ice_dis_vf_mappings(tmp_vf); in ice_sriov_remap_vectors()1023 ice_sriov_free_irqs(pf, tmp_vf); in ice_sriov_remap_vectors()1025 vf_ids[to_remap] = tmp_vf->vf_id; in ice_sriov_remap_vectors()1030 tmp_vf = ice_get_vf_by_id(pf, vf_ids[i]); in ice_sriov_remap_vectors()1031 if (!tmp_vf) in ice_sriov_remap_vectors()1034 tmp_vf->first_vector_idx = in ice_sriov_remap_vectors()[all …]