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

/freebsd-11-stable/sys/x86/include/
H A Dintr_machdep.h167 int msix_alloc(device_t dev, int *irq);
/freebsd-11-stable/sys/dev/pci/
H A Dpci.c1719 if (msix->msix_alloc > 0) {
1762 if (cfg->msi.msi_alloc != 0 || cfg->msix.msix_alloc != 0)
1873 cfg->msix.msix_alloc = actual;
1937 if (vectors[i] > msix->msix_alloc)
1945 used = malloc(sizeof(int) * msix->msix_alloc, M_DEVBUF, M_WAITOK |
1950 for (i = 0; i < msix->msix_alloc - 1; i++)
1995 j = msix->msix_alloc - 1;
2010 msix->msix_alloc = j + 1;
2049 if (msix->msix_alloc == 0)
2079 for (i = 0; i < msix->msix_alloc;
[all...]
H A Dpcivar.h121 int msix_alloc; /* Number of allocated vectors. */ member in struct:pcicfg_msix
/freebsd-11-stable/sys/x86/x86/
H A Dmsi.c623 msix_alloc(device_t dev, int *irq) function
H A Dnexus.c741 return (msix_alloc(dev, irq));

Completed in 90 milliseconds