Home
last modified time | relevance | path

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

/drivers/scsi/pm8001/
Dpm8001_init.c924 u32 number_of_intr; in pm8001_setup_msix() local
930 number_of_intr = 1; in pm8001_setup_msix()
932 number_of_intr = PM8001_MAX_MSIX_VEC; in pm8001_setup_msix()
936 number_of_intr = min_t(int, cpu_online_count, number_of_intr); in pm8001_setup_msix()
937 rc = pci_alloc_irq_vectors(pm8001_ha->pdev, number_of_intr, in pm8001_setup_msix()
938 number_of_intr, PCI_IRQ_MSIX); in pm8001_setup_msix()
944 number_of_intr = min_t(int, allocated_irq_vectors, number_of_intr); in pm8001_setup_msix()
945 pm8001_ha->number_of_intr = number_of_intr; in pm8001_setup_msix()
948 pm8001_ha->max_q_num = number_of_intr; in pm8001_setup_msix()
952 rc, pm8001_ha->number_of_intr); in pm8001_setup_msix()
[all …]
Dpm8001_sas.h522 int number_of_intr;/*will be used in remove()*/ member