Searched defs:xcaps_hdr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c59 uint32_t id, xcaps_hdr; /* Extended Caps Header Word */ local
94 if ((xcaps_hdr = pci_config_get32(h, base)) == PCI_CAP_EINVAL32)
97 id = (xcaps_hdr >> PCIE_EXT_CAP_ID_SHIFT)
99 base = (xcaps_hdr >> PCIE_EXT_CAP_NEXT_PTR_SHIFT)
106 if ((xcaps_hdr = pci_config_get32(h, base)) == PCI_CAP_EINVAL32)
109 id = ((xcaps_hdr >> PCIE_EXT_CAP_ID_SHIFT) & PCIE_EXT_CAP_ID_MASK) |
171 uint32_t xcaps_hdr; local
178 for (base = PCIE_EXT_CAP; base; base = (xcaps_hdr >>
181 if ((xcaps_hdr = pci_config_get32(h, base)) == PCI_CAP_EINVAL32)
184 if (((xcaps_hdr >> PCIE_EXT_CAP_ID_SHIF
[all...]

Completed in 125 milliseconds