Home
last modified time | relevance | path

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

/freebsd-13.1/sys/x86/include/
H A Dintr_machdep.h167 int msix_alloc(device_t dev, int *irq);
/freebsd-13.1/sys/dev/pci/
H A Dpci.c1781 if (msix->msix_alloc > 0) { in pci_resume_msix()
1935 cfg->msix.msix_alloc = actual; in pci_alloc_msix_method()
1999 if (vectors[i] > msix->msix_alloc) in pci_remap_msix_method()
2057 j = msix->msix_alloc - 1; in pci_remap_msix_method()
2072 msix->msix_alloc = j + 1; in pci_remap_msix_method()
2111 if (msix->msix_alloc == 0) in pci_release_msix()
2141 for (i = 0; i < msix->msix_alloc; i++) in pci_release_msix()
2145 msix->msix_alloc = 0; in pci_release_msix()
2463 if (cfg->msix.msix_alloc > 0) { in pci_remap_intr_method()
4788 KASSERT(dinfo->cfg.msix.msix_alloc > 0, in pci_setup_intr()
[all …]
H A Dpcivar.h122 int msix_alloc; /* Number of allocated vectors. */ member
/freebsd-13.1/sys/x86/x86/
H A Dmsi.c632 msix_alloc(device_t dev, int *irq) in msix_alloc() function
H A Dnexus.c732 return (msix_alloc(dev, irq)); in nexus_alloc_msix()