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

/freebsd-10-stable/sys/amd64/include/
H A Dintr_machdep.h184 int msix_alloc(device_t dev, int *irq);
/freebsd-10-stable/sys/i386/include/
H A Dintr_machdep.h180 int msix_alloc(device_t dev, int *irq);
/freebsd-10-stable/sys/dev/pci/
H A Dpci.c1485 if (msix->msix_alloc > 0) {
1528 if (cfg->msi.msi_alloc != 0 || cfg->msix.msix_alloc != 0)
1639 cfg->msix.msix_alloc = actual;
1703 if (vectors[i] > msix->msix_alloc)
1711 used = malloc(sizeof(int) * msix->msix_alloc, M_DEVBUF, M_WAITOK |
1716 for (i = 0; i < msix->msix_alloc - 1; i++)
1757 j = msix->msix_alloc - 1;
1772 msix->msix_alloc = j + 1;
1811 if (msix->msix_alloc == 0)
1841 for (i = 0; i < msix->msix_alloc;
[all...]
H A Dpcivar.h111 int msix_alloc; /* Number of allocated vectors. */ member in struct:pcicfg_msix
/freebsd-10-stable/sys/x86/x86/
H A Dmsi.c534 msix_alloc(device_t dev, int *irq) function
H A Dnexus.c625 return (msix_alloc(dev, irq));

Completed in 255 milliseconds