Lines Matching refs:number_of_intr
927 u32 number_of_intr; in pm8001_setup_msix() local
933 number_of_intr = 1; in pm8001_setup_msix()
935 number_of_intr = PM8001_MAX_MSIX_VEC; in pm8001_setup_msix()
939 number_of_intr = min_t(int, cpu_online_count, number_of_intr); in pm8001_setup_msix()
940 rc = pci_alloc_irq_vectors(pm8001_ha->pdev, number_of_intr, in pm8001_setup_msix()
941 number_of_intr, PCI_IRQ_MSIX); in pm8001_setup_msix()
947 number_of_intr = min_t(int, allocated_irq_vectors, number_of_intr); in pm8001_setup_msix()
948 pm8001_ha->number_of_intr = number_of_intr; in pm8001_setup_msix()
951 pm8001_ha->max_q_num = number_of_intr; in pm8001_setup_msix()
955 rc, pm8001_ha->number_of_intr)); in pm8001_setup_msix()
969 pm8001_ha->number_of_intr)); in pm8001_request_msix()
971 for (i = 0; i < pm8001_ha->number_of_intr; i++) { in pm8001_request_msix()
1126 for (i = 1; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_probe()
1232 for (i = 0; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_remove()
1234 for (i = 0; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_remove()
1282 for (i = 0; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_suspend()
1284 for (i = 0; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_suspend()
1373 for (i = 1; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_resume()