Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c5184 uint16_t cap_loc; in pcicfg_pcie_port_type() local
5187 (void) PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_E, &cap_loc); in pcicfg_pcie_port_type()
5188 if (cap_loc != PCI_CAP_NEXT_PTR_NULL) in pcicfg_pcie_port_type()
5190 cap_loc + PCIE_PCIECAP) & PCIE_PCIECAP_DEV_TYPE_MASK; in pcicfg_pcie_port_type()