Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c99 & PCIE_EXT_CAP_ID_MASK; in pci_cap_probe()
110 id = ((xcaps_hdr >> PCIE_EXT_CAP_ID_SHIFT) & PCIE_EXT_CAP_ID_MASK) | in pci_cap_probe()
192 PCIE_EXT_CAP_ID_MASK) == id) { in pci_xcap_locate()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h221 #define PCIE_EXT_CAP_ID_MASK 0xFFFF
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie.h545 #define PCIE_EXT_CAP_ID_MASK 0xFFFF macro
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c2034 PCIE_EXT_CAP_ID_MASK) { in pcie_init_bus()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c3069 eid = ((reg >> PCIE_EXT_CAP_ID_SHIFT) & PCIE_EXT_CAP_ID_MASK); in emlxs_pci_cap_offsets()
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c5249 cap_id = data.pcb_u32[cap / 4] & PCIE_EXT_CAP_ID_MASK; in pcieadm_cfgspace()