Searched refs:number_of_intr (Results 1 – 2 of 2) sorted by relevance
892 u32 number_of_intr; in pm8001_setup_msix() local899 number_of_intr = 1; in pm8001_setup_msix()901 number_of_intr = PM8001_MAX_MSIX_VEC; in pm8001_setup_msix()905 rc = pci_alloc_irq_vectors(pm8001_ha->pdev, number_of_intr, in pm8001_setup_msix()906 number_of_intr, PCI_IRQ_MSIX); in pm8001_setup_msix()909 pm8001_ha->number_of_intr = number_of_intr; in pm8001_setup_msix()913 rc, pm8001_ha->number_of_intr)); in pm8001_setup_msix()915 for (i = 0; i < number_of_intr; i++) { in pm8001_setup_msix()1054 for (i = 1; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_probe()1101 for (i = 0; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_remove()[all …]
533 int number_of_intr;/*will be used in remove()*/ member