Searched refs:tmp_vf (Results 1 – 1 of 1) sorted by relevance
878 struct ice_vf *tmp_vf; in ice_sriov_remap_vectors() local884 ice_for_each_vf(pf, bkt, tmp_vf) { in ice_sriov_remap_vectors()886 if (restricted_id == tmp_vf->vf_id || in ice_sriov_remap_vectors()890 ice_dis_vf_mappings(tmp_vf); in ice_sriov_remap_vectors()892 tmp_vf->num_msix); in ice_sriov_remap_vectors()894 vf_ids[to_remap] = tmp_vf->vf_id; in ice_sriov_remap_vectors()899 tmp_vf = ice_get_vf_by_id(pf, vf_ids[i]); in ice_sriov_remap_vectors()900 if (!tmp_vf) in ice_sriov_remap_vectors()903 tmp_vf->first_vector_idx = in ice_sriov_remap_vectors()908 ice_ena_vf_mappings(tmp_vf); in ice_sriov_remap_vectors()[all …]