Searched refs:tot_vectors (Results 1 – 1 of 1) sorted by relevance
732 int tot_req_vectors, tot_vectors; in oce_setup_intr() 749 tot_vectors = tot_req_vectors; in oce_setup_intr() 750 rc = pci_alloc_msix(sc->dev, &tot_vectors); in oce_setup_intr() 756 if (tot_vectors < tot_req_vectors) { in oce_setup_intr() 758 sc->roce_intr_count = (tot_vectors / 2); in oce_setup_intr() 760 sc->intr_count = tot_vectors - sc->roce_intr_count; in oce_setup_intr() 763 sc->intr_count = tot_vectors; in oce_setup_intr() 734 int tot_req_vectors, tot_vectors; oce_setup_intr() local