Searched refs:PCIM_MSIXCTRL_TABLE_SIZE (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_passthru.c76 #define MSIX_TABLE_COUNT(ctrl) (((ctrl) & PCIM_MSIXCTRL_TABLE_SIZE) + 1)
/freebsd-11-stable/sys/dev/pci/
H A Dpcireg.h965 #define PCIM_MSIXCTRL_TABLE_SIZE 0x07FF macro
H A Dpci.c901 PCIM_MSIXCTRL_TABLE_SIZE) + 1;
/freebsd-11-stable/usr.sbin/pciconf/
H A Dcap.c547 msgnum = (ctrl & PCIM_MSIXCTRL_TABLE_SIZE) + 1;
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c14213 sc->igu_sb_cnt = (val & PCIM_MSIXCTRL_TABLE_SIZE);

Completed in 134 milliseconds