Home
last modified time | relevance | path

Searched refs:EID (Results 1 – 25 of 25) sorted by relevance

/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Dwait-until-mctp-connection-done3 EID=$(($1*10))
7 …y xyz.openbmc_project.MCTP /xyz/openbmc_project/mctp/1/"$EID" xyz.openbmc_project.MCTP.Endpoint EID
11 echo "MCTP ETD $EID connection successfully."
14 echo "MCTP EID $EID not connection yet."
19 echo "timeout waiting for MCTP EID $EID connection."
H A Dhost-poweron39 EID=$(($1*10))
45 resp=$(pldmtool raw -d 0x80 0x02 0x39 0x00 0x00 0x01 0x00 0x01 -m "$EID" | grep "39 00 $")
50 echo "Waiting EID $EID $count"
H A Dhost-powercycle14 EID=$((CHASSIS_ID * 10))
31 pldmtool raw -d 0x80 0x02 0x39 0x00 0x00 0x01 0x00 0x02 -m "$EID"
53 pldmtool raw -d 0x80 0x02 0x39 0x00 0x00 0x01 0x00 0x01 -m "$EID"
H A Dhost-powerreset11 EID=$(($1*10))
12 if ! pldmtool raw -d 0x80 0x02 0x39 0x00 0x00 0x01 0x00 0x04 -m "$EID"
H A Dhost-poweroff42 EID=$(($1*10))
43 pldmtool raw -d 0x80 0x02 0x39 0x00 0x00 0x01 0x00 0x02 -m "$EID"
H A Dwait-until-mctp-EID-remove20 …nbmc_project.MCTP /xyz/openbmc_project/mctp/1/"$SD_EID" xyz.openbmc_project.MCTP.Endpoint EID 2>&1)
21 …nbmc_project.MCTP /xyz/openbmc_project/mctp/1/"$WF_EID" xyz.openbmc_project.MCTP.Endpoint EID 2>&1)
H A Dchassis-powercycle114 /usr/libexec/phosphor-state-manager/wait-until-mctp-EID-remove "$CHASSIS_ID" "36"
/openbmc/docs/designs/mctp/
H A Dmctp-kernel.md18 network with a single local endpoint id (EID).
55 allow very simple endpoints, with static EID allocations, to run without this
135 /* MCTP EID values */
199 destination EID.
235 the MCTP broadcast EID (0xff).
663 The `smctp_addr` field maps directly to the destination endpoint's EID.
697 EID, source EID, tag-owner, tag) tuple. The tag value is 3 bits in size.
701 that specific remote EID.
706 - a new message is sent to a new destination EID
777 - physical-to-EID mappings discovered through received packets
[all …]
H A Dmctp-userspace.md24 handling local MCTP-stack configuration, like local EID assignments.
111 For messages coming from the demux daemon, this indicates the source EID of the
113 the destination EID.
H A Dmctp.md47 by an Entity ID (MCTP EID). These entities may be any element of the platform
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/
H A DEndpoint.interface.yaml14 to index separate MCTP Networks. This along with EID is used by upper
17 - name: EID
27 referred to as "endpoint ID" and abbreviated as "EID".
H A DREADME.md22 `xyz/openbmc_project/mctp/<NetworkId>/<EID>` where NetworkId is the locally
23 defined [network identifier][1] the endpoint is part of and EID is the endpoint
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Drescan-wf-bic@.service2 Description=Rescan WF BIC's EID for slot %i
H A Drescan-wf-bic23 …yz.openbmc_project.MCTP /xyz/openbmc_project/mctp/1/"$wf_eid" xyz.openbmc_project.MCTP.Endpoint EID
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/
H A DRequester.interface.yaml14 Obtain a new PLDM instance id, for the input MCTP EID, to be used in a
22 EID that a PLDM requester is communicating with. An implementation of
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/
H A Dphosphor-state-manager_%.bbappend52 file://wait-until-mctp-EID-remove \
74 install -m 0755 ${WORKDIR}/wait-until-mctp-EID-remove ${D}${libexecdir}/${PN}/
/openbmc/linux/Documentation/networking/
H A Dmctp.rst116 local destination EID.
152 EID. If ``MCTP_TAG_OWNER`` is not set, the message will be sent with the tag
171 different remote EID), that allocation is lost.
199 printf("received %zd bytes from remote EID %d\n", rc, addr.smctp_addr);
240 ``peer_addr`` member with the remote EID. Other fields must be zero.
/openbmc/linux/drivers/fpga/
H A Dmachxo2-spi.c53 #define EID 1 macro
96 case EID: return "ID ERR"; in get_err_string()
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/
H A DPEL.interface.yaml121 Returns the PEL Id (aka Entry ID (EID)) based on the given BMC event
139 (EID)).
/openbmc/docs/designs/
H A Dpldm-stack.md409 When `pldmd` received the updated EID table from MCTP D-Bus interface, `pldmd`
410 should check if the EID support PLDM message type (0x01) and then adds the EID
411 which is not in the terminus table yet. When the terminus EID is removed from
435 DSP0248 1.2.1) or in the MCTP Entity-manager endpoint EID configuration file
436 [Entity-Manager EID configuration](https://github.com/openbmc/entity-manager/blob/master/configurat…
439 and states D-Bus object paths, so the EM EID configuration or Terminus's
441 support sensors, effecters or status. When the EM EID configuration is not
511 interfaces to the D-Bus object path of PLDM sensor. The EM EID configuration or
513 `$SensorAuxName` can be found in the EM EID sensor configuration or the sensor
H A Dncsi-coredump.md39 additional input parameter: "NICTarget". An EID or network interface, such as
/openbmc/pldm/common/
H A Dtypes.hpp154 using EID = uint8_t; typedef
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.hpp77 std::tuple<pdr::TerminusID, pdr::EID, pdr::TerminusValidity>;
/openbmc/openpower-hw-diags/attn/
H A DAttention_Handler.md113 will consider two cases namely a TI with SRC and a TI with EID.
121 For a TI with EID, the attention handler will, based upon flags in the TI info,
124 interface. For a TI with EID the attention handler will forgo creating a PEL
/openbmc/libmctp/
H A DREADME.md31 the core, using a predefined EID