/openbmc/libmctp/utils/ |
H A D | mctp-pipe.c | 31 mctp_eid_t eids[] = { 8, 9 }; in main() local 54 eids[0]); in main() 56 eids[1]); in main() 96 mctp_message_tx(mctp[0], eids[1], in main()
|
/openbmc/pldm/fw-update/ |
H A D | manager.hpp | 56 std::vector<mctp_eid_t> eids; in handleMctpEndpoints() local 59 eids.emplace_back(std::get<mctp_eid_t>(mctpInfo)); in handleMctpEndpoints() 62 inventoryMgr.discoverFDs(eids); in handleMctpEndpoints() 101 /** @brief Get Active EIDs.
|
H A D | inventory_manager.hpp | 60 * @param[in] eids - MCTP endpoint ID of the FDs 62 void discoverFDs(const std::vector<mctp_eid_t>& eids);
|
H A D | inventory_manager.cpp | 18 void InventoryManager::discoverFDs(const std::vector<mctp_eid_t>& eids) in discoverFDs() argument 20 for (const auto& eid : eids) in discoverFDs()
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/ |
H A D | rescan-cxl-eid | 37 # Output message based on the final status of CXL EIDs, called at the end 44 echo "Both CXL EIDs established successfully for slot $slot." 47 echo "Failed to establish both CXL1 and CXL2 EIDs for slot $slot." 80 # Both EIDs found, no need to retry
|
/openbmc/linux/drivers/eisa/ |
H A D | eisa-bus.c | 112 const struct eisa_device_id *eids = edrv->id_table; in eisa_bus_match() local 114 if (!eids) in eisa_bus_match() 117 while (strlen(eids->sig)) { in eisa_bus_match() 118 if (!strcmp(eids->sig, edev->id.sig) && in eisa_bus_match() 120 edev->id.driver_data = eids->driver_data; in eisa_bus_match() 124 eids++; in eisa_bus_match()
|
/openbmc/pldm/common/ |
H A D | transport.cpp | 20 * Broadcast EIDs (255) defined by Section 8.2 Special endpoint IDs in DSP0236 23 * EIDs so no additional filtering is required.
|
/openbmc/docs/designs/mctp/ |
H A D | mctp-kernel.md | 24 multiple local physical interfaces, and/or multiple EIDs; 27 duplicated EIDs between networks; 29 - multiple local EIDs on a single interface, and 85 If multiple networks are present, each may contain EIDs that are also present on 432 - messages are sent to multiple different destination EIDs from the one socket. 731 reserve the tag across the entire range of possible EIDs. Therefore, a 732 particular tag value must be currently-unused across all EIDs to allow a
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/ |
H A D | Endpoint.interface.yaml | 24 that comprise an MCTP communication network within a system. MCTP EIDs
|
/openbmc/libmctp/ |
H A D | README.md | 85 Note that no EIDs are defined here; the bridge does not deliver any messages to
|
/openbmc/pldm/requester/ |
H A D | mctp_endpoint_discovery.hpp | 37 /** @brief Get Active EIDs.
|
/openbmc/linux/include/uapi/linux/ |
H A D | smc.h | 42 #define SMC_MAX_UEID 4 /* Max number of user EIDs */
|
/openbmc/docs/designs/ |
H A D | pldm-stack.md | 262 … | | | verify eids, instance id| | 309 … |send_msg(eids, pldm_msg, +----------------------------->+ | 400 endpoint EIDs from `mctpd`.
|
H A D | redfish-spdm-attestation.md | 182 1. Check transport layer protocol. For MCTP, it queries mctpd to gather all eids
|
/openbmc/pldm/platform-mc/ |
H A D | manager.hpp | 258 /** @brief Get Active EIDs.
|
/openbmc/libmctp/tests/ |
H A D | test_i2c.c | 127 /* Check that all EIDs fail */ in test_neigh_expiry()
|
/openbmc/linux/Documentation/networking/ |
H A D | mctp.rst | 32 If multiple networks are present, each may contain endpoint IDs (EIDs) that are
|
/openbmc/linux/net/smc/ |
H A D | smc_clc.h | 120 u8 eid_cnt; /* number of user defined EIDs */
|
/openbmc/linux/net/mctp/ |
H A D | route.c | 628 /* for NULL destination EIDs, we may get a response from any peer */ in mctp_alloc_local_tag() 1328 /* we use the _len fields as a number of EIDs, rather than in mctp_fill_rtinfo()
|