Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dintr_machdep.h167 int msix_alloc(device_t dev, int *irq);
/f-stack/freebsd/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()