Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/bhyve/
HDpci_emul.h104 #define MAX_MSIX_TABLE_ENTRIES 2048 macro
HDpci_emul.c817 assert(table_entries <= MAX_MSIX_TABLE_ENTRIES); in pci_msix_table_init()
833 assert(msgnum >= 1 && msgnum <= MAX_MSIX_TABLE_ENTRIES); in pci_emul_add_msixcap()