Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/pm8001/
Dpm8001_init.c103 if (pm8001_ha->number_of_intr > 1) { in pm8001_map_queues()
989 pm8001_ha->number_of_intr = allocated_irq_vectors; in pm8001_setup_msix()
996 rc, pm8001_ha->number_of_intr); in pm8001_setup_msix()
1004 int nr_irqs = pm8001_ha->number_of_intr; in pm8001_request_msix()
1011 pm8001_ha->number_of_intr); in pm8001_request_msix()
1087 for (i = 0; i < pm8001_ha->number_of_intr; i++) in pm8001_free_irq()
1090 for (i = 0; i < pm8001_ha->number_of_intr; i++) in pm8001_free_irq()
1183 if (pm8001_ha->number_of_intr > 1) { in pm8001_pci_probe()
1184 shost->nr_hw_queues = pm8001_ha->number_of_intr - 1; in pm8001_pci_probe()
1199 for (i = 1; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_probe()
[all …]
Dpm8001_sas.h522 int number_of_intr;/*will be used in remove()*/ member