Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dintr_machdep.h163 int msi_alloc(device_t dev, int count, int maxcount, int *irqs);
/f-stack/freebsd/x86/x86/
H A Dmsi.c382 msi_alloc(device_t dev, int count, int maxcount, int *irqs) in msi_alloc() function
H A Dnexus.c746 return (msi_alloc(dev, count, maxcount, irqs)); in nexus_alloc_msi()