Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c94 for (base = PCIE_EXT_CAP; base && i < index; i++) { in pci_cap_probe()
185 for (base = PCIE_EXT_CAP; base; base = (xcaps_hdr >> in pci_xcap_locate()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h218 #define PCIE_EXT_CAP 0x100 /* Base Address of Ext Cap */
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie.h542 #define PCIE_EXT_CAP 0x100 /* Base Address of Ext Cap */ macro
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c5144 walk.pcw_valid = PCIE_EXT_CAP; in pcieadm_cfgspace()
5209 for (uint_t i = PCIE_EXT_CAP / 4; i < PCIE_CONF_HDR_SIZE / 4; i++) { in pcieadm_cfgspace()
5218 pcieadm_cfgspace_write(fd, &data.pcb_u8[PCIE_EXT_CAP], in pcieadm_cfgspace()
5219 PCIE_CONF_HDR_SIZE - PCIE_EXT_CAP); in pcieadm_cfgspace()
5223 cap = PCIE_EXT_CAP; in pcieadm_cfgspace()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c3062 eoffset = PCIE_EXT_CAP; in emlxs_pci_cap_offsets()
3064 while (eoffset >= PCIE_EXT_CAP) { in emlxs_pci_cap_offsets()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c2028 for (base = PCIE_EXT_CAP; base; base = (capid >> in pcie_init_bus()