Home
last modified time | relevance | path

Searched full:eids (Results 1 – 19 of 19) sorted by relevance

/openbmc/libmctp/utils/
H A Dmctp-pipe.c31 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 Dmanager.hpp56 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 Dinventory_manager.hpp60 * @param[in] eids - MCTP endpoint ID of the FDs
62 void discoverFDs(const std::vector<mctp_eid_t>& eids);
H A Dinventory_manager.cpp18 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 Drescan-cxl-eid37 # 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 Deisa-bus.c112 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 Dtransport.cpp20 * 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 Dmctp-kernel.md24 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 DEndpoint.interface.yaml24 that comprise an MCTP communication network within a system. MCTP EIDs
/openbmc/libmctp/
H A DREADME.md85 Note that no EIDs are defined here; the bridge does not deliver any messages to
/openbmc/pldm/requester/
H A Dmctp_endpoint_discovery.hpp37 /** @brief Get Active EIDs.
/openbmc/linux/include/uapi/linux/
H A Dsmc.h42 #define SMC_MAX_UEID 4 /* Max number of user EIDs */
/openbmc/docs/designs/
H A Dpldm-stack.md262 … | | | verify eids, instance id| |
309 … |send_msg(eids, pldm_msg, +----------------------------->+ |
400 endpoint EIDs from `mctpd`.
H A Dredfish-spdm-attestation.md182 1. Check transport layer protocol. For MCTP, it queries mctpd to gather all eids
/openbmc/pldm/platform-mc/
H A Dmanager.hpp258 /** @brief Get Active EIDs.
/openbmc/libmctp/tests/
H A Dtest_i2c.c127 /* Check that all EIDs fail */ in test_neigh_expiry()
/openbmc/linux/Documentation/networking/
H A Dmctp.rst32 If multiple networks are present, each may contain endpoint IDs (EIDs) that are
/openbmc/linux/net/smc/
H A Dsmc_clc.h120 u8 eid_cnt; /* number of user defined EIDs */
/openbmc/linux/net/mctp/
H A Droute.c628 /* 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()