Home
last modified time | relevance | path

Searched refs:PCIE_EXT_CAP_ID_SHIFT (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c98 id = (xcaps_hdr >> PCIE_EXT_CAP_ID_SHIFT) in pci_cap_probe()
110 id = ((xcaps_hdr >> PCIE_EXT_CAP_ID_SHIFT) & PCIE_EXT_CAP_ID_MASK) | in pci_cap_probe()
191 if (((xcaps_hdr >> PCIE_EXT_CAP_ID_SHIFT) & in pci_xcap_locate()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h220 #define PCIE_EXT_CAP_ID_SHIFT 0 /* PCI-e Ext Cap ID */
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie.h544 #define PCIE_EXT_CAP_ID_SHIFT 0 /* PCI-e Ext Cap ID */ macro
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c2033 switch ((capid >> PCIE_EXT_CAP_ID_SHIFT) & 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()