Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pci/
H A Dpcireg.h966 #define PCIM_MSIXCTRL_TABLE_SIZE 0x07FF macro
H A Dpci.c933 PCIM_MSIXCTRL_TABLE_SIZE) + 1; in pci_read_cap()
/freebsd-13.1/sys/dev/iavf/
H A Diavf_lib.c1492 dinfo->cfg.msix.msix_msgnum = (msix_ctrl & PCIM_MSIXCTRL_TABLE_SIZE) + 1; in iavf_update_msix_devinfo()
/freebsd-13.1/usr.sbin/pciconf/
H A Dcap.c585 msgnum = (ctrl & PCIM_MSIXCTRL_TABLE_SIZE) + 1; in cap_msix()
/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_passthru.c77 #define MSIX_TABLE_COUNT(ctrl) (((ctrl) & PCIM_MSIXCTRL_TABLE_SIZE) + 1)
/freebsd-13.1/sys/dev/bxe/
H A Dbxe.c14154 sc->igu_sb_cnt = (val & PCIM_MSIXCTRL_TABLE_SIZE); in bxe_get_device_info()