Searched refs:msix_alloc (Results 1 – 5 of 5) sorted by relevance
165 int msix_alloc(device_t dev, int *irq);
1784 if (msix->msix_alloc > 0) { in pci_resume_msix()1827 if (cfg->msi.msi_alloc != 0 || cfg->msix.msix_alloc != 0) in pci_alloc_msix_method()1938 cfg->msix.msix_alloc = actual; in pci_alloc_msix_method()2002 if (vectors[i] > msix->msix_alloc) in pci_remap_msix_method()2010 used = malloc(sizeof(int) * msix->msix_alloc, M_DEVBUF, M_WAITOK | in pci_remap_msix_method()2015 for (i = 0; i < msix->msix_alloc - 1; i++) in pci_remap_msix_method()2060 j = msix->msix_alloc - 1; in pci_remap_msix_method()2075 msix->msix_alloc = j + 1; in pci_remap_msix_method()2114 if (msix->msix_alloc == 0) in pci_release_msix()2144 for (i = 0; i < msix->msix_alloc; i++) in pci_release_msix()[all …]
120 int msix_alloc; /* Number of allocated vectors. */ member
658 msix_alloc(device_t dev, int *irq) in msix_alloc() function
715 return (msix_alloc(dev, irq)); in nexus_alloc_msix()