Home
last modified time | relevance | path

Searched refs:msi_alloc (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/sys/sys/
H A Dmachintr.h77 int (*msi_alloc) /* alloc count MSIs on cpu */ member
/dflybsd-src/sys/bus/pci/
H A Dpci.c1657 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 …]
H A Dpcivar.h85 int msi_alloc; /* Number of allocated messages. */ member
/dflybsd-src/sys/platform/pc64/icu/
H A Dicu_abi.c153 .msi_alloc = icu_abi_msi_alloc,
/dflybsd-src/sys/platform/pc64/x86_64/
H A Dnexus.c595 return MachIntrABI.msi_alloc(irqs, count, cpuid); in nexus_alloc_msi()
/dflybsd-src/sys/platform/pc64/apic/
H A Dioapic_abi.c538 .msi_alloc = ioapic_abi_msi_alloc,