Lines Matching refs:tmp_vf
1010 struct ice_vf *tmp_vf; in ice_sriov_remap_vectors() local
1016 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()
1035 ice_sriov_get_irqs(pf, tmp_vf->num_msix); in ice_sriov_remap_vectors()
1039 ice_ena_vf_mappings(tmp_vf); in ice_sriov_remap_vectors()
1040 ice_put_vf(tmp_vf); in ice_sriov_remap_vectors()