Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dport.hpp10 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 Dport_factory.hpp16 enum class PortType enum
24 PortType portType = PortType::unknown;
H A Dport_factory.cpp35 if (config.portType == config::PortType::usb) in create()
H A Dusb_port.cpp97 config->portType = config::PortType::usb; in getConfig()
/openbmc/entity-manager/docs/
H A Dassociations.md14 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 Dtopology.hpp61 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 Dtopology.cpp69 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 Dtest_topology.cpp337 "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 Dcper.cpp105 if (pcieErr->PortType == CPER_PCIE_PORT_TYPE_ROOT_PORT) in decodeSecPcie()
/openbmc/libcper/sections/
H A Dcper-section-pcie.c325 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 Dmpi.h769 uint8_t PortType; /* 15h */ member
H A Dmptsas.c651 reply.PortType = MPI_PORTFACTS_PORTTYPE_SAS; in mptsas_process_port_facts()
/openbmc/libcper/include/libcper/
H A DCper.h1115 UINT32 PortType; member