Lines Matching refs:number_of_intr
90 if (pm8001_ha->number_of_intr > 1) in pm8001_map_queues()
970 pm8001_ha->number_of_intr = allocated_irq_vectors; in pm8001_setup_msix()
977 rc, pm8001_ha->number_of_intr); in pm8001_setup_msix()
985 int nr_irqs = pm8001_ha->number_of_intr; in pm8001_request_msix()
992 pm8001_ha->number_of_intr); in pm8001_request_msix()
1147 if (pm8001_ha->number_of_intr > 1) { in pm8001_pci_probe()
1148 shost->nr_hw_queues = pm8001_ha->number_of_intr - 1; in pm8001_pci_probe()
1163 for (i = 1; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_probe()
1268 for (i = 0; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_remove()
1270 for (i = 0; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_remove()
1326 for (i = 0; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_suspend()
1328 for (i = 0; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_suspend()
1402 for (i = 1; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_resume()