Home
last modified time | relevance | path

Searched refs:MSIX_TABLE_COUNT (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.c65 #define MSIX_TABLE_COUNT(ctrl) (((ctrl) & PCIM_MSIXCTRL_TABLE_SIZE) + 1) macro
236 if (MSIX_TABLE_COUNT(msixcap->msgctrl) > sc->msix_limit) { in passthru_intr_limit()
313 pi->pi_msix.table_count = MSIX_TABLE_COUNT(msixcap.msgctrl); in cfginitmsi()