Home
last modified time | relevance | path

Searched defs:PCI_EXTCAP_VER (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/include/dev/pci/
H A Dpcireg.h157 #define PCI_EXTCAP_VER(ecap) (((ecap) & PCIM_EXTCAP_VER) >> 16) macro
/illumos-gate/usr/src/contrib/bhyve/dev/pci/
H A Dpcireg.h152 #define PCI_EXTCAP_VER(ecap) (((ecap) & PCIM_EXTCAP_VER) >> 16) macro