Searched refs:PortType (Results 1 – 13 of 13) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | port.hpp | 10 enum class PortType{ enum 179 NLOHMANN_JSON_SERIALIZE_ENUM(PortType, { 180 {PortType::Invalid, "Invalid"}, 181 {PortType::UpstreamPort, "UpstreamPort"}, 182 {PortType::DownstreamPort, "DownstreamPort"}, 183 {PortType::InterswitchPort, "InterswitchPort"}, 184 {PortType::ManagementPort, "ManagementPort"}, 185 {PortType::BidirectionalPort, "BidirectionalPort"}, 186 {PortType::UnconfiguredPort, "UnconfiguredPort"},
|
| /openbmc/phosphor-modbus/rtu/port/ |
| H A D | port_factory.hpp | 16 enum class PortType enum 24 PortType portType = PortType::unknown;
|
| H A D | port_factory.cpp | 35 if (config.portType == config::PortType::usb) in create()
|
| H A D | usb_port.cpp | 97 config->portType = config::PortType::usb; in getConfig()
|
| /openbmc/entity-manager/docs/ |
| H A D | associations.md | 14 The `PortType` describes which association to create. This is limited to 26 "PortType": "contained_by" 41 "PortType": "containing" 58 "PortType": "powered_by" 74 "PortType": "powering"
|
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | topology.hpp | 61 using PortType = std::string; typedef in Topology 78 void addPort(const PortType& port, const Path& path, 87 std::unordered_map<PortType, std::map<Path, std::set<AssocName>>> ports;
|
| H A D | topology.cpp | 69 PortType exposesType = findType->get<std::string>(); in addBoard() 135 PortType connectsTo = findConnectsTo->get<std::string>(); in addDownstreamPort() 146 void Topology::addPort(const PortType& port, const Path& path, in addPort()
|
| /openbmc/entity-manager/test/ |
| H A D | test_topology.cpp | 337 "PortType": "containing", in TEST() 344 "PortType": "contained_by", in TEST() 351 "PortType": "powered_by", in TEST() 358 "PortType": "powering", in TEST() 420 "PortType": "REPLACE", in makeExposesItem()
|
| /openbmc/pldm/oem/ampere/event/ |
| H A D | cper.cpp | 105 if (pcieErr->PortType == CPER_PCIE_PORT_TYPE_ROOT_PORT) in decodeSecPcie()
|
| /openbmc/libcper/sections/ |
| H A D | cper-section-pcie.c | 325 pcie_error->PortType, 9, PCIE_ERROR_PORT_TYPES_KEYS, in cper_section_pcie_to_ir() 1645 section_cper->PortType = (UINT32)readable_pair_to_integer(obj); in ir_section_pcie_to_cper()
|
| /openbmc/qemu/hw/scsi/ |
| H A D | mpi.h | 769 uint8_t PortType; /* 15h */ member
|
| H A D | mptsas.c | 651 reply.PortType = MPI_PORTFACTS_PORTTYPE_SAS; in mptsas_process_port_facts()
|
| /openbmc/libcper/include/libcper/ |
| H A D | Cper.h | 1115 UINT32 PortType; member
|