Home
last modified time | relevance | path

Searched full:responder (Results 1 – 25 of 246) sorted by relevance

12345678910

/openbmc/pldm/libpldmresponder/
H A Dfru_parser.hpp14 namespace responder namespace
48 std::tuple<pldm::responder::dbus::Service, pldm::responder::dbus::RootPath,
49 pldm::responder::dbus::Interfaces>;
51 pldm::responder::dbus::Interface, pldm::responder::dbus::Property,
52 pldm::responder::dbus::PropertyType, pldm::responder::fru::FieldType>;
55 std::tuple<pldm::responder::fru::RecordType,
56 pldm::responder::fru::EncodingType, std::vector<FieldInfo>>;
100 getRecordInfo(const pldm::responder::dbus::Interface& intf) const in getRecordInfo()
105 pldm::responder::dbus::EntityType
106 getEntityType(const pldm::responder::dbus::Interface& intf) const in getEntityType()
[all …]
H A Dpdr.hpp11 namespace responder namespace
24 void getRepoByType(const pldm::responder::pdr_utils::Repo& inRepo,
25 pldm::responder::pdr_utils::Repo& outRepo,
26 pldm::responder::pdr_utils::Type pdrType);
38 getRecordByHandle(const pldm::responder::pdr_utils::RepoInterface& pdrRepo,
39 pldm::responder::pdr_utils::RecordHandle recordHandle,
40 pldm::responder::pdr_utils::PdrEntry& pdrEntry);
43 } // namespace responder
H A Dplatform_state_sensor.hpp21 namespace responder namespace
37 const std::map<pldm::responder::pdr_utils::State, in getStateSensorEventState()
68 * @tparam[in] Handler - pldm::responder::platform::Handler
71 * pldm::responder::platform::Handler
88 using namespace pldm::responder::pdr; in getStateSensorReadingsHandler()
100 pldm::responder::pdr_utils::Repo stateSensorPDRs(stateSensorPdrRepo.get()); in getStateSensorReadingsHandler()
108 pldm::responder::pdr_utils::PdrEntry pdrEntry{}; in getStateSensorReadingsHandler()
148 sensorId, pldm::responder::pdr_utils::TypeId::PLDM_SENSOR_ID); in getStateSensorReadingsHandler()
156 pldm::responder::pdr_utils::EventStates sensorCacheforSensor{}; in getStateSensorReadingsHandler()
210 } // namespace responder
H A Dplatform_state_effecter.hpp20 namespace responder namespace
27 * @tparam[in] Handler - pldm::responder::platform::Handler
30 * pldm::responder::platform::Handler
42 using namespace pldm::responder::pdr; in setStateEffecterStatesHandler()
57 pldm::responder::pdr_utils::Repo stateEffecterPDRs( in setStateEffecterStatesHandler()
67 pldm::responder::pdr_utils::PdrEntry pdrEntry{}; in setStateEffecterStatesHandler()
132 const pldm::responder::pdr_utils::StatestoDbusVal& dbusValToMap = in setStateEffecterStatesHandler()
173 } // namespace responder
H A Dpdr_state_sensor.hpp13 namespace responder namespace
123 pldm::responder::pdr_utils::DbusMappings dbusMappings{}; in generateStateSensorPDR()
124 pldm::responder::pdr_utils::DbusValMaps dbusValMaps{}; in generateStateSensorPDR()
139 pldm::responder::pdr_utils::PossibleValues stateValues; in generateStateSensorPDR()
156 pldm::responder::pdr_utils::StatestoDbusVal dbusIdToValMap{}; in generateStateSensorPDR()
165 dbusIdToValMap = pldm::responder::pdr_utils::populateMapping( in generateStateSensorPDR()
187 pldm::responder::pdr_utils::TypeId::PLDM_SENSOR_ID); in generateStateSensorPDR()
188 pldm::responder::pdr_utils::PdrEntry pdrEntry{}; in generateStateSensorPDR()
197 } // namespace responder
H A Dpdr_state_effecter.hpp14 namespace responder namespace
112 pldm::responder::pdr_utils::DbusMappings dbusMappings{}; in generateStateEffecterPDR()
113 pldm::responder::pdr_utils::DbusValMaps dbusValMaps{}; in generateStateEffecterPDR()
127 pldm::responder::pdr_utils::PossibleValues stateValues; in generateStateEffecterPDR()
145 pldm::responder::pdr_utils::StatestoDbusVal dbusIdToValMap{}; in generateStateEffecterPDR()
154 dbusIdToValMap = pldm::responder::pdr_utils::populateMapping( in generateStateEffecterPDR()
173 pldm::responder::pdr_utils::PdrEntry pdrEntry{}; in generateStateEffecterPDR()
182 } // namespace responder
H A Dplatform.hpp27 namespace responder namespace
57 pldm::responder::platform_config::Handler* platformConfigHandler, in Handler()
161 pldm::responder::pdr_utils::TypeId typeId =
162 pldm::responder::pdr_utils::TypeId::PLDM_EFFECTER_ID);
176 pldm::responder::pdr_utils::TypeId typeId =
177 pldm::responder::pdr_utils::TypeId::PLDM_EFFECTER_ID) const;
197 pldm::responder::pdr_utils::Repo& repo);
205 pldm::responder::pdr_utils::Repo& repo);
217 setOemPlatformHandler(pldm::responder::oem_platform::Handler* handler) in setOemPlatformHandler()
346 using namespace pldm::responder::pdr; in setStateEffecterStatesHandler()
[all …]
H A Dbase.hpp12 using namespace pldm::responder;
16 namespace responder namespace
92 setOemPlatformHandler(pldm::responder::oem_platform::Handler* handler) in setOemPlatformHandler()
104 pldm::responder::oem_platform::Handler* oemPlatformHandler = nullptr;
111 } // namespace responder
/openbmc/pldm/libpldmresponder/test/
H A Dmocked_bios.hpp9 class MockBIOSStringTable : public pldm::responder::bios::BIOSStringTable
19 void checkHeader(const pldm::responder::bios::Table& attrEntry, in checkHeader()
20 const pldm::responder::bios::Table& attrValueEntry) in checkHeader()
22 auto attrHeader = pldm::responder::bios::table::attribute::decodeHeader( in checkHeader()
25 pldm::responder::bios::table::attribute_value::decodeHeader( in checkHeader()
32 void checkEntry(pldm::responder::bios::Table& entry, in checkEntry()
33 pldm::responder::bios::Table& expectedEntry) in checkEntry()
50 void checkConstructEntry(pldm::responder::bios::BIOSAttribute& attribute, in checkConstructEntry()
51 pldm::responder::bios::BIOSStringTable& stringTable, in checkConstructEntry()
52 pldm::responder::bios::Table& expectedAttrEntry, in checkConstructEntry()
[all …]
H A Dlibpldmresponder_fru_test.cpp14 using namespace pldm::responder::fru_parser; in TEST()
83 using namespace pldm::responder; in TEST()
84 using namespace pldm::responder::fru_parser; in TEST()
85 using namespace pldm::responder::dbus; in TEST()
118 pldm::responder::FruImpl mockedFruHandler( in TEST()
158 using namespace pldm::responder::dbus; in TEST()
171 pldm::responder::FruImpl mockedFruHandler( in TEST()
/openbmc/pldm/pldmd/
H A Doem_ibm.hpp61 sdeventplus::Event& event, responder::Invoker& invoker, in OemIBM()
63 responder::platform::Handler* platformHandler, in OemIBM()
64 responder::fru::Handler* fruHandler, in OemIBM()
65 responder::base::Handler* baseHandler, in OemIBM()
100 codeUpdate = std::make_unique<pldm::responder::CodeUpdate>(dBusIntf); in createCodeUpdate()
108 std::make_unique<pldm::responder::SlotHandler>(event, repo); in createSlotHandler()
127 dynamic_cast<pldm::responder::oem_ibm_platform::Handler*>( in createOemIbmPlatformHandler()
134 oemFruHandler = std::make_unique<responder::oem_ibm_fru::Handler>(repo); in createOemFruHandler()
141 std::make_unique<responder::oem_ibm_utils::Handler>(dBusIntf); in createOemIbmUtilsHandler()
147 oemIbmFruHandler = dynamic_cast<pldm::responder::oem_ibm_fru::Handler*>( in createOemIbmFruHandler()
[all …]
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_lid.hpp15 namespace responder namespace
63 pldm::responder::oem_ibm_platform::Handler* oemIbmPlatformHandler = in constructLIDPath()
64 dynamic_cast<pldm::responder::oem_ibm_platform::Handler*>( in constructLIDPath()
105 pldm::responder::oem_ibm_platform::Handler* oemIbmPlatformHandler = in writeFromMemory()
106 dynamic_cast<pldm::responder::oem_ibm_platform::Handler*>( in writeFromMemory()
150 pldm::responder::oem_ibm_platform::Handler* in writeFromMemory()
152 pldm::responder::oem_ibm_platform::Handler*>( in writeFromMemory()
156 using namespace pldm::responder::oem_ibm_platform; in writeFromMemory()
188 pldm::responder::oem_ibm_platform::Handler* oemIbmPlatformHandler = in write()
189 dynamic_cast<pldm::responder::oem_ibm_platform::Handler*>( in write()
[all …]
H A Doem_ibm_handler.cpp22 namespace responder namespace
26 int pldm::responder::oem_ibm_platform::Handler::
70 int pldm::responder::oem_ibm_platform::Handler::
226 pldm::responder::pdr_utils::PdrEntry pdrEntry{}; in buildAllCodeUpdateEffecterPDR()
290 pldm::responder::pdr_utils::PdrEntry pdrEntry{}; in buildAllSlotEnableEffecterPDR()
340 pldm::responder::pdr_utils::PdrEntry pdrEntry{}; in buildAllCodeUpdateSensorPDR()
399 pldm::responder::pdr_utils::PdrEntry pdrEntry{}; in buildAllSlotEnableSensorPDR()
406 void pldm::responder::oem_ibm_platform::Handler::buildOEMPDR( in buildOEMPDR()
451 void pldm::responder::oem_ibm_platform::Handler::setPlatformHandler( in setPlatformHandler()
452 pldm::responder::platform::Handler* handler) in setPlatformHandler()
[all …]
H A Dfru_oem_ibm.cpp13 namespace responder namespace
18 void pldm::responder::oem_ibm_fru::Handler::setIBMFruHandler( in setIBMFruHandler()
19 pldm::responder::fru::Handler* handler) in setIBMFruHandler()
24 int pldm::responder::oem_ibm_fru::Handler::processOEMFRUTable( in processOEMFRUTable()
129 if (!(pldm::responder::utils::checkIfIBMFru(key))) in updateDBusProperty()
195 } // namespace responder
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DComponentIntegrity.v1_3_0.json213 … "description": "Integrity information about the SPDM Responder as reported by an SPDM Requester.",
214 …ion": "This property shall contain integrity information about the SPDM Responder identified by th…
229 …s property shall contain a URI to the resource that represents the SPDM Responder. If `ComponentI…
371 … SPDM cryptographic signed statement over the given nonce and measurements of the SPDM Responder.",
372Responder. This action shall not be present if the `ComponentIntegrityType` property does not con…
384 …random generator. The SPDM Requester shall send this value to the SPDM Responder in the SPDM 'GET…
390 …ssumed to be `0`. The SPDM Requester shall send this value to the SPDM Responder in the SPDM 'GET…
423 "description": "The SPDM signed measurement from an SPDM Responder.",
424 …longDescription": "This object shall contain the SPDM signed measurements from an SPDM Responder.",
448 …he hashing algorithm negotiated between the SPDM Requester and the SPDM Responder. The allowable …
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DComponentIntegrity.v1_3_0.json213 … "description": "Integrity information about the SPDM Responder as reported by an SPDM Requester.",
214 …ion": "This property shall contain integrity information about the SPDM Responder identified by th…
229 …s property shall contain a URI to the resource that represents the SPDM Responder. If `ComponentI…
371 … SPDM cryptographic signed statement over the given nonce and measurements of the SPDM Responder.",
372Responder. This action shall not be present if the `ComponentIntegrityType` property does not con…
384 …random generator. The SPDM Requester shall send this value to the SPDM Responder in the SPDM 'GET…
390 …ssumed to be `0`. The SPDM Requester shall send this value to the SPDM Responder in the SPDM 'GET…
423 "description": "The SPDM signed measurement from an SPDM Responder.",
424 …longDescription": "This object shall contain the SPDM signed measurements from an SPDM Responder.",
448 …he hashing algorithm negotiated between the SPDM Requester and the SPDM Responder. The allowable …
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DComponentIntegrity_v1.xml64 …SPDM cryptographic signed statement over the given nonce and measurements of the SPDM Responder."/>
65Responder. This action shall not be present if the `ComponentIntegrityType` property does not con…
69 …random generator. The SPDM Requester shall send this value to the SPDM Responder in the SPDM 'GET…
74 …ssumed to be `0`. The SPDM Requester shall send this value to the SPDM Responder in the SPDM 'GET…
149 …s property shall contain a URI to the resource that represents the SPDM Responder. If `ComponentI…
163 …n Term="OData.Description" String="Integrity information about the SPDM Responder as reported by a…
164 …tring="This property shall contain integrity information about the SPDM Responder identified by th…
239 …<Annotation Term="OData.Description" String="Integrity information about an SPDM Responder as repo…
240 …" String="This object shall contain integrity information about an SPDM Responder as reported by a…
244 …a link to the resource representing the SPDM Responder that is reporting the integrity of the SPDM…
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DComponentIntegrity_v1.xml64 …SPDM cryptographic signed statement over the given nonce and measurements of the SPDM Responder."/>
65Responder. This action shall not be present if the `ComponentIntegrityType` property does not con…
69 …random generator. The SPDM Requester shall send this value to the SPDM Responder in the SPDM 'GET…
74 …ssumed to be `0`. The SPDM Requester shall send this value to the SPDM Responder in the SPDM 'GET…
149 …s property shall contain a URI to the resource that represents the SPDM Responder. If `ComponentI…
163 …n Term="OData.Description" String="Integrity information about the SPDM Responder as reported by a…
164 …tring="This property shall contain integrity information about the SPDM Responder identified by th…
239 …<Annotation Term="OData.Description" String="Integrity information about an SPDM Responder as repo…
240 …" String="This object shall contain integrity information about an SPDM Responder as reported by a…
244 …a link to the resource representing the SPDM Responder that is reporting the integrity of the SPDM…
[all …]
/openbmc/libpldm/tests/
H A Dresponder.cpp2 #include "responder.c"
6 TEST(Responder, track_untrack_one) in TEST() argument
23 TEST(Responder, untrack_none) in TEST() argument
32 TEST(Responder, track_one_untrack_bad) in TEST() argument
54 TEST(Responder, track_untrack_two) in TEST() argument
/openbmc/linux/include/scsi/fc/
H A Dfc_fc2.h35 __be16 ssb_rx_id; /* responder's exchange ID */
49 #define SSB_ST_RESP (1 << 15) /* sequence responder */
76 __be16 esb_rx_id; /* responder exchange ID */
78 __be32 esb_resp_fid; /* fabric ID of responder */
94 #define ESB_ST_RESP (1 << 31) /* responder to exchange */
108 #define ESB_ST_RX_ID_INVL (1 << 22) /* responder XID invalid */
/openbmc/qemu/docs/specs/
H A Dspdm.rst9 QEMU supports connecting to a SPDM responder implementation. This allows an
10 external application to emulate the SPDM responder logic for an SPDM device.
21 You can use `SPDM Utils`_ to emulate a responder. This is the simplest method.
38 SPDM responder.
64 -subj "/CN=DMTF libspdm ECP384 responder cert"
77 The responder can then be launched with
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dlocation.h38 * @TOF_RESPONDER_CONFIG_CMD: FTM responder configuration, one of
65 * @TOF_RESPONDER_STATS: FTM responder statistics notification,
137 * enum iwl_tof_responder_cmd_valid_field - valid fields in the responder cfg
188 * enum iwl_tof_responder_cfg_flags - responder configuration flags
396 * struct iwl_tof_responder_dyn_config_cmd - Dynamic responder settings
428 * struct iwl_tof_responder_dyn_config_cmd - Dynamic responder settings
508 * 1: Initiator interact with Responder machine: need to send the
509 * Initiator Acks with HT 40MHz / 80MHz, since the Responder should
511 * configure the opposite machine to be Responder).
540 * enum iwl_initiator_ap_flags - per responder FTM configuration flags
[all …]
/openbmc/pldm/oem/ampere/
H A Doem_ampere.hpp52 sdeventplus::Event& event, responder::Invoker& /* invoker */, in OemAMPERE()
54 responder::platform::Handler* platformHandler, in OemAMPERE()
55 responder::fru::Handler* /* fruHandler */, in OemAMPERE()
56 responder::base::Handler* /* baseHandler */, in OemAMPERE()
57 responder::bios::Handler* /* biosHandler */, in OemAMPERE()
157 responder::platform::Handler* platformHandler = nullptr;
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dopfn.h37 * receives a request with Bit 24 of BTH1 set. The responder QP
40 * existing requests on the responder QP side have been sent.
42 * keep a copy of the responder QP's parameters, and return a
43 * response packet with its own local parameters. The responder
/openbmc/linux/drivers/fsi/
H A DKconfig66 tristate "IBM I2C Responder virtual FSI master"
70 behind an IBM I2C Responder (I2CR) chip. The I2CR is an I2C device
98 tristate "IBM I2C Responder SCOM driver"
101 This option enables an I2C Responder based SCOM device driver. The

12345678910