Home
last modified time | relevance | path

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

/freebsd-13.1/sys/x86/include/
H A Dintr_machdep.h163 int msi_alloc(device_t dev, int count, int maxcount, int *irqs);
/freebsd-13.1/sys/dev/pci/
H A Dpci.c2436 if (cfg->msi.msi_alloc > 0) { in pci_remap_intr_method()
2440 for (i = 0; i < cfg->msi.msi_alloc; i++) { in pci_remap_intr_method()
2697 cfg->msi.msi_alloc = actual; in pci_alloc_msi_method()
2718 if (msi->msi_alloc == 0) in pci_release_msi_method()
2725 for (i = 0; i < msi->msi_alloc; i++) { in pci_release_msi_method()
2742 for (i = 0; i < msi->msi_alloc; i++) in pci_release_msi_method()
2746 msi->msi_alloc = 0; in pci_release_msi_method()
4772 if (dinfo->cfg.msi.msi_alloc > 0) { in pci_setup_intr()
4875 if (dinfo->cfg.msi.msi_alloc > 0) { in pci_teardown_intr()
4876 KASSERT(rid <= dinfo->cfg.msi.msi_alloc, in pci_teardown_intr()
[all …]
H A Dpcivar.h96 int msi_alloc; /* Number of allocated messages. */ member
/freebsd-13.1/sys/x86/x86/
H A Dmsi.c382 msi_alloc(device_t dev, int count, int maxcount, int *irqs) in msi_alloc() function
H A Dnexus.c746 return (msi_alloc(dev, count, maxcount, irqs)); in nexus_alloc_msi()
/freebsd-13.1/sys/powerpc/powernv/
H A Dopal_pci.c678 if (dinfo->cfg.msi.msi_alloc > 0 && in opalpci_map_msi()