Searched refs:number_of_intr (Results 1 – 3 of 3) sorted by relevance
873 u32 number_of_intr; in pm8001_setup_msix() local880 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()[all …]
532 int number_of_intr;/*will be used in remove()*/ member
582 ((pm8001_ha->number_of_intr - 1) << 8); in update_main_config_table()3816 if (vec == (pm8001_ha->number_of_intr - 1)) { in process_oq()