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
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 Dtopology.hpp26 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 Dtopology.cpp17 PortType exposesType = findType->get<std::string>(); in addBoard()
28 PortType connectsTo = findConnectsTo->get<std::string>(); in addBoard()
/openbmc/libcper/sections/
H A Dcper-section-pcie.c39 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 Dcper.cpp105 if (pcieErr->PortType == CPER_PCIE_PORT_TYPE_ROOT_PORT) in decodeSecPcie()
/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/linux/drivers/message/fusion/lsi/
H A Dmpi_ioc.h351 U8 PortType; /* 15h */ member
/openbmc/libcper/include/libcper/
H A DCper.h1100 UINT32 PortType; member
/openbmc/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_ioc.h442 U8 PortType; /*0x15 */ member
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h1049 u8 PortType; member
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_ct.c852 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 Dlpfc_hw.h129 uint8_t PortType; /* for GID_PT requests */ member