Home
last modified time | relevance | path

Searched refs:msix_alloc (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/x86/include/
H A Dintr_machdep.h162 int msix_alloc(device_t dev, int *irq);
/freebsd-14.2/sys/dev/pci/
H A Dpci.c1765 if (msix->msix_alloc > 0) { in pci_resume_msix()
1919 cfg->msix.msix_alloc = actual; in pci_alloc_msix_method()
1983 if (vectors[i] > msix->msix_alloc) in pci_remap_msix_method()
2041 j = msix->msix_alloc - 1; in pci_remap_msix_method()
2056 msix->msix_alloc = j + 1; in pci_remap_msix_method()
2095 if (msix->msix_alloc == 0) in pci_release_msix()
2125 for (i = 0; i < msix->msix_alloc; i++) in pci_release_msix()
2129 msix->msix_alloc = 0; in pci_release_msix()
2447 if (cfg->msix.msix_alloc > 0) { in pci_remap_intr_method()
4791 KASSERT(dinfo->cfg.msix.msix_alloc > 0, in pci_setup_intr()
[all …]
H A Dpcivar.h120 int msix_alloc; /* Number of allocated vectors. */ member
/freebsd-14.2/sys/x86/x86/
H A Dnexus.c577 return (msix_alloc(dev, irq)); in nexus_alloc_msix()
H A Dmsi.c661 msix_alloc(device_t dev, int *irq) in msix_alloc() function