Searched refs:irq_alloc (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/arm/annapurna/alpine/ |
| H A D | alpine_pci_msix.c | 98 vmem_t *irq_alloc; member 219 sc->irq_alloc = vmem_create("Alpine MSI-X IRQs", 0, sc->irq_count, in al_msix_attach() 310 if (vmem_alloc(sc->irq_alloc, count, M_FIRSTFIT | M_NOWAIT, in al_msix_alloc_msi() 334 vmem_free(sc->irq_alloc, irq_base, count); in al_msix_alloc_msi() 368 vmem_free(sc->irq_alloc, pos, count); in al_msix_release_msi()
|