Searched refs:pci_pgroup (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 99 static const topo_pgroup_info_t pci_pgroup = variable 112 { DI_DEVIDPROP, &pci_pgroup, TOPO_PCI_DEVID, maybe_di_uint_to_str }, 160 { NULL, &pci_pgroup, TOPO_PCI_EXCAP, EXCAP_set }, 161 { DI_CLASSPROP, &pci_pgroup, TOPO_PCI_CLASS, maybe_di_uint_to_str }, 162 { DI_VENDIDPROP, &pci_pgroup, TOPO_PCI_VENDID, maybe_di_uint_to_str }, 163 { DI_AADDRPROP, &pci_pgroup, TOPO_PCI_AADDR, AADDR_set }, 174 { NULL, &pci_pgroup, NULL, maybe_pcidb_set } 181 { DI_PCIE_MAX_WIDTH, &pci_pgroup, TOPO_PCI_MAX_WIDTH, 183 { DI_PCIE_CUR_WIDTH, &pci_pgroup, TOPO_PCI_CUR_WIDTH, 185 { DI_PCIE_MAX_SPEED, &pci_pgroup, TOPO_PCI_MAX_SPEED, [all …]
|