Lines Matching refs:number_of_intr
873 u32 number_of_intr; in pm8001_setup_msix() local
880 number_of_intr = 1; in pm8001_setup_msix()
882 number_of_intr = PM8001_MAX_MSIX_VEC; in pm8001_setup_msix()
886 rc = pci_alloc_irq_vectors(pm8001_ha->pdev, number_of_intr, in pm8001_setup_msix()
887 number_of_intr, PCI_IRQ_MSIX); in pm8001_setup_msix()
890 pm8001_ha->number_of_intr = number_of_intr; in pm8001_setup_msix()
894 rc, pm8001_ha->number_of_intr)); in pm8001_setup_msix()
896 for (i = 0; i < number_of_intr; i++) { in pm8001_setup_msix()
1035 for (i = 1; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_probe()
1083 for (i = 0; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_remove()
1085 for (i = 0; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_remove()
1133 for (i = 0; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_suspend()
1135 for (i = 0; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_suspend()
1224 for (i = 1; i < pm8001_ha->number_of_intr; i++) in pm8001_pci_resume()