Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/i386/include/
Dintr_machdep.h153 int msi_alloc(device_t dev, int count, int maxcount, int *irqs);
/freebsd-9-stable/sys/amd64/include/
Dintr_machdep.h163 int msi_alloc(device_t dev, int count, int maxcount, int *irqs);
/freebsd-9-stable/sys/dev/pci/
Dpci.c1411 if (cfg->msi.msi_alloc != 0 || cfg->msix.msix_alloc != 0) in pci_alloc_msix_method()
1981 if (cfg->msi.msi_alloc > 0) { in pci_remap_intr_method()
1986 for (i = 0; i < cfg->msi.msi_alloc; i++) { in pci_remap_intr_method()
2150 if (cfg->msi.msi_alloc != 0 || cfg->msix.msix_alloc != 0) in pci_alloc_msi_method()
2244 cfg->msi.msi_alloc = actual; in pci_alloc_msi_method()
2265 if (msi->msi_alloc == 0) in pci_release_msi_method()
2267 KASSERT(msi->msi_alloc <= 32, ("more than 32 alloc'd messages")); in pci_release_msi_method()
2272 for (i = 0; i < msi->msi_alloc; i++) { in pci_release_msi_method()
2288 PCIB_RELEASE_MSI(device_get_parent(dev), child, msi->msi_alloc, irqs); in pci_release_msi_method()
2289 for (i = 0; i < msi->msi_alloc; i++) in pci_release_msi_method()
[all …]
Dpcivar.h85 int msi_alloc; /* Number of allocated messages. */ member
/freebsd-9-stable/sys/x86/x86/
Dmsi.c332 msi_alloc(device_t dev, int count, int maxcount, int *irqs) in msi_alloc() function
Dnexus.c639 return (msi_alloc(dev, count, maxcount, irqs)); in nexus_alloc_msi()
/freebsd-9-stable/sys/sparc64/pci/
Dfire.c1750 if (dinfo->cfg.msi.msi_alloc > 0) { in fire_map_msi()
1763 if (dinfo->cfg.msi.msi_alloc > 0 && in fire_map_msi()