Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c131 #define BHNDB_PCI_MSI_COUNT 1 macro
331 if (pci_msi_count(sc->parent) < BHNDB_PCI_MSI_COUNT) in bhndb_pci_alloc_msi()
335 count = BHNDB_PCI_MSI_COUNT; in bhndb_pci_alloc_msi()
343 if (count < BHNDB_PCI_MSI_COUNT) { in bhndb_pci_alloc_msi()