Home
last modified time | relevance | path

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

/freebsd-12.1/sys/x86/include/
H A Dintr_machdep.h172 int msix_alloc(device_t dev, int *irq);
/freebsd-12.1/sys/dev/pci/
H A Dpci.c1719 if (msix->msix_alloc > 0) { in pci_resume_msix()
1873 cfg->msix.msix_alloc = actual; in pci_alloc_msix_method()
1937 if (vectors[i] > msix->msix_alloc) in pci_remap_msix_method()
1995 j = msix->msix_alloc - 1; in pci_remap_msix_method()
2010 msix->msix_alloc = j + 1; in pci_remap_msix_method()
2049 if (msix->msix_alloc == 0) in pci_release_msix()
2079 for (i = 0; i < msix->msix_alloc; i++) in pci_release_msix()
2083 msix->msix_alloc = 0; in pci_release_msix()
2387 if (cfg->msix.msix_alloc > 0) { in pci_remap_intr_method()
4677 KASSERT(dinfo->cfg.msix.msix_alloc > 0, in pci_setup_intr()
[all …]
H A Dpcivar.h123 int msix_alloc; /* Number of allocated vectors. */ member
/freebsd-12.1/sys/x86/x86/
H A Dmsi.c628 msix_alloc(device_t dev, int *irq) in msix_alloc() function
H A Dnexus.c730 return (msix_alloc(dev, irq)); in nexus_alloc_msix()