Searched refs:portType (Results 1 – 7 of 7) sorted by relevance
| /openbmc/phosphor-modbus/rtu/port/ |
| H A D | usb_port.cpp | 97 config->portType = config::PortType::usb; in getConfig() 101 "NAME", config->name, "PORT_TYPE", config->portType, "PORT_MODE", in getConfig()
|
| H A D | port_factory.hpp | 24 PortType portType = PortType::unknown; member
|
| H A D | port_factory.cpp | 35 if (config.portType == config::PortType::usb) in create()
|
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | topology.cpp | 112 const std::string portType = findPortType->get<std::string>(); in addConfiguredPort() local 114 const auto assoc = getAssocByName(portType); in addConfiguredPort() 118 "ASSOC", portType); in addConfiguredPort()
|
| /openbmc/dbus-sensors/src/nvidia-gpu/ |
| H A D | NvidiaGpuMctpVdm.cpp | 494 uint8_t instanceId, PciePortType portType, uint8_t upstreamPortNumber, in encodeQueryScalarGroupTelemetryV2Request() argument 523 (static_cast<uint8_t>(portType) << 7) | (upstreamPortNumber & 0x7F); in encodeQueryScalarGroupTelemetryV2Request()
|
| H A D | NvidiaGpuMctpVdm.hpp | 250 uint8_t instanceId, PciePortType portType, uint8_t upstreamPortNumber,
|
| /openbmc/libcper/specification/document/ |
| H A D | cper-json-specification.tex | 1516 portType.value & uint64 & The raw value of the port type for this error.\\ 1517 portType.name & string & The human readable name, if available, of the port type for this error.\\ 1544 portTypeValid & boolean & Whether the "portType" field within a PCIe Error section (\ref{section:pc…
|