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 178 NLOHMANN_JSON_SERIALIZE_ENUM(PortType, { 179 {PortType::Invalid, "Invalid"}, 180 {PortType::UpstreamPort, "UpstreamPort"}, 181 {PortType::DownstreamPort, "DownstreamPort"}, 182 {PortType::InterswitchPort, "InterswitchPort"}, 183 {PortType::ManagementPort, "ManagementPort"}, 184 {PortType::BidirectionalPort, "BidirectionalPort"}, 185 {PortType::UnconfiguredPort, "UnconfiguredPort"},
|
/openbmc/entity-manager/src/ |
H A D | topology.hpp | 26 using PortType = std::string; typedef in Topology 28 std::unordered_map<PortType, std::vector<Path>> upstreamPorts; 29 std::unordered_map<PortType, std::vector<Path>> downstreamPorts;
|
H A D | topology.cpp | 17 PortType exposesType = findType->get<std::string>(); in addBoard() 28 PortType connectsTo = findConnectsTo->get<std::string>(); in addBoard()
|
/openbmc/libcper/sections/ |
H A D | cper-section-pcie.c | 39 pcie_error->PortType, 9, PCIE_ERROR_PORT_TYPES_KEYS, in cper_section_pcie_to_ir() 372 section_cper->PortType = (UINT32)readable_pair_to_integer(obj); in ir_section_pcie_to_cper()
|
/openbmc/pldm/oem/ampere/event/ |
H A D | cper.cpp | 105 if (pcieErr->PortType == CPER_PCIE_PORT_TYPE_ROOT_PORT) in decodeSecPcie()
|
/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/linux/drivers/message/fusion/lsi/ |
H A D | mpi_ioc.h | 351 U8 PortType; /* 15h */ member
|
/openbmc/libcper/include/libcper/ |
H A D | Cper.h | 1100 UINT32 PortType; member
|
/openbmc/linux/drivers/scsi/mpt3sas/mpi/ |
H A D | mpi2_ioc.h | 442 U8 PortType; /*0x15 */ member
|
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.h | 1049 u8 PortType; member
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_ct.c | 852 uint32_t *ctptr = (uint32_t *) & Response->un.gid.PortType; in lpfc_ns_rsp() 2021 CtReq->un.gid.PortType = context; in lpfc_ns_cmd()
|
H A D | lpfc_hw.h | 129 uint8_t PortType; /* for GID_PT requests */ member
|