Searched refs:msi_alloc (Results 1 – 6 of 6) sorted by relevance
77 int (*msi_alloc) /* alloc count MSIs on cpu */ member
1657 if (cfg->msi.msi_alloc != 0) in pci_setup_msix()1969 if (cfg->msi.msi_alloc != 0 || cfg->msix.msix_table_res != NULL) in pci_alloc_msi_method()2064 cfg->msi.msi_alloc = count; in pci_alloc_msi_method()2079 if (msi->msi_alloc == 0) in pci_release_msi_method()2081 KASSERT(msi->msi_alloc <= 32, ("more than 32 alloc'd messages")); in pci_release_msi_method()2086 for (i = 0; i < msi->msi_alloc; i++) { in pci_release_msi_method()2111 PCIB_RELEASE_MSI(device_get_parent(dev), child, msi->msi_alloc, irqs, in pci_release_msi_method()2113 for (i = 0; i < msi->msi_alloc; i++) in pci_release_msi_method()2117 msi->msi_alloc = 0; in pci_release_msi_method()3322 if (dinfo->cfg.msi.msi_alloc > 0) { in pci_setup_intr()[all …]
85 int msi_alloc; /* Number of allocated messages. */ member
153 .msi_alloc = icu_abi_msi_alloc,
595 return MachIntrABI.msi_alloc(irqs, count, cpuid); in nexus_alloc_msi()
538 .msi_alloc = ioapic_abi_msi_alloc,