Searched refs:first_vector_idx (Results 1 – 2 of 2) sorted by relevance
69 last_vector_idx = vf->first_vector_idx + vf->num_msix - 1; in ice_free_vf_res()76 for (i = vf->first_vector_idx; i <= last_vector_idx; i++) { in ice_free_vf_res()106 first = vf->first_vector_idx; in ice_dis_vf_mappings()161 ice_virt_free_irqs(pf, vf->first_vector_idx, vf->num_msix); in ice_free_vfs()240 pf_based_first_msix = vf->first_vector_idx; in ice_ena_vf_msix_mappings()444 vf->first_vector_idx = ice_virt_get_irqs(pf, vf->num_msix); in ice_init_vf_vsi_res()445 if (vf->first_vector_idx < 0) in ice_init_vf_vsi_res()892 ice_virt_free_irqs(pf, tmp_vf->first_vector_idx, in ice_sriov_remap_vectors()904 tmp_vf->first_vector_idx = in ice_sriov_remap_vectors()982 if (vf->first_vector_idx < 0) in ice_sriov_set_msix_vec_count()[all …]
135 int first_vector_idx; member
Completed in 8 milliseconds