Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c4892 uint16_t cap_loc; in pcicfg_pcie_port_type() local
4895 (void) PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_E, &cap_loc); in pcicfg_pcie_port_type()
4896 if (cap_loc != PCI_CAP_NEXT_PTR_NULL) in pcicfg_pcie_port_type()
4898 cap_loc + PCIE_PCIECAP) & PCIE_PCIECAP_DEV_TYPE_MASK; in pcicfg_pcie_port_type()