Home
last modified time | relevance | path

Searched refs:terminus_locator_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.cpp545 auto terminus_locator_type = tlpdr->terminus_locator_type; in processHostPDRs() local
546 if (terminus_locator_type == in processHostPDRs()
/openbmc/pldm/libpldmresponder/
H A Dplatform.cpp749 pdr->terminus_locator_type = PLDM_TERMINUS_LOCATOR_TYPE_MCTP_EID; in generateTerminusLocatorPDR()
/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp1233 terminusLocatorType[pdr->terminus_locator_type]; in printTerminusLocatorPDR()
1237 if (pdr->terminus_locator_type == PLDM_TERMINUS_LOCATOR_TYPE_MCTP_EID) in printTerminusLocatorPDR()
/openbmc/libpldm/include/libpldm/
H A Dplatform.h544 uint8_t terminus_locator_type; member
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_platform_test.cpp772 EXPECT_EQ(pdr->terminus_locator_type, PLDM_TERMINUS_LOCATOR_TYPE_MCTP_EID); in TEST()