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

/freebsd-9.3-release/sys/amd64/include/
H A Dintr_machdep.h163 int msi_alloc(device_t dev, int count, int maxcount, int *irqs);
/freebsd-9.3-release/sys/i386/include/
H A Dintr_machdep.h153 int msi_alloc(device_t dev, int count, int maxcount, int *irqs);
/freebsd-9.3-release/sys/dev/pci/
H A Dpci.c1389 if (cfg->msi.msi_alloc != 0 || cfg->msix.msix_alloc != 0)
1882 if (cfg->msi.msi_alloc > 0) {
1887 for (i = 0; i < cfg->msi.msi_alloc; i++) {
2051 if (cfg->msi.msi_alloc != 0 || cfg->msix.msix_alloc != 0)
2145 cfg->msi.msi_alloc = actual;
2166 if (msi->msi_alloc == 0)
2168 KASSERT(msi->msi_alloc <= 32, ("more than 32 alloc'd messages"));
2173 for (i = 0; i < msi->msi_alloc; i++) {
2189 PCIB_RELEASE_MSI(device_get_parent(dev), child, msi->msi_alloc, irqs);
2190 for (i = 0; i < msi->msi_alloc;
[all...]
H A Dpcivar.h85 int msi_alloc; /* Number of allocated messages. */ member in struct:pcicfg_msi
/freebsd-9.3-release/sys/x86/x86/
H A Dmsi.c318 msi_alloc(device_t dev, int count, int maxcount, int *irqs) function
H A Dnexus.c639 return (msi_alloc(dev, count, maxcount, irqs));
/freebsd-9.3-release/sys/sparc64/pci/
H A Dfire.c1750 if (dinfo->cfg.msi.msi_alloc > 0) {
1763 if (dinfo->cfg.msi.msi_alloc > 0 &&

Completed in 114 milliseconds