Searched refs:MPS_MSI_COUNT (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/mps/
H A Dmps_pci.c239 ((msgs = pci_msix_count(dev)) >= MPS_MSI_COUNT))
240 error = mps_alloc_msix(sc, MPS_MSI_COUNT);
242 ((msgs = pci_msi_count(dev)) >= MPS_MSI_COUNT))
243 error = mps_alloc_msi(sc, MPS_MSI_COUNT);
261 for (i = 0; i < MPS_MSI_COUNT; i++) {
309 for (i = 0; i < MPS_MSI_COUNT; i++) {
H A Dmpsvar.h44 #define MPS_MSI_COUNT 1 macro
318 struct resource *mps_irq[MPS_MSI_COUNT];
319 void *mps_intrhand[MPS_MSI_COUNT];
320 int mps_irq_rid[MPS_MSI_COUNT];

Completed in 95 milliseconds