Home
last modified time | relevance | path

Searched refs:number_of_intr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/pm8001/
H A Dpm8001_init.c91 if (pm8001_ha->number_of_intr > 1) { in pm8001_map_queues()
976 pm8001_ha->number_of_intr = allocated_irq_vectors; in pm8001_setup_msix()
983 rc, pm8001_ha->number_of_intr); in pm8001_setup_msix()
991 int nr_irqs = pm8001_ha->number_of_intr; in pm8001_request_msix()
998 pm8001_ha->number_of_intr); in pm8001_request_msix()
1144 if (pm8001_ha->number_of_intr > 1) { in pm8001_pci_probe()
1145 shost->nr_hw_queues = pm8001_ha->number_of_intr - 1; in pm8001_pci_probe()
1160 for (i = 1; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_probe()
1267 for (i = 0; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_remove()
1269 for (i = 0; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_remove()
[all …]
H A Dpm8001_sas.h524 int number_of_intr;/*will be used in remove()*/ member