Home
last modified time | relevance | path

Searched refs:TID (Results 1 – 10 of 10) sorted by relevance

/openbmc/pldm/pldmd/
H A Dpldmd.cpp204 pldm_tid_t TID = hostEID; in main() local
371 TID](IO& io, int fd, uint32_t revents) mutable { in main()
391 returnCode = pldmTransport.recvMsg(TID, requestMsg, recvDataLength); in main()
405 fwManager.get(), TID); in main()
414 returnCode = pldmTransport.sendMsg(TID, (*response).data(), in main()
420 "TID", TID, "RETURN_CODE", returnCode); in main()
/openbmc/pldm/softoff/
H A Dsoftoff.cpp39 pldm::pdr::TerminusID TID = 0; variable
64 TID = entry.value("tid", 0); in SoftPowerOff()
142 msgEventState == PLDM_SW_TERM_GRACEFUL_SHUTDOWN && msgTID == TID) in hostSoftOffComplete()
185 method.append(TID, entityType, stateSetId); in getEffecterID()
220 method.append(TID, entityType, stateSetId); in getSensorInfo()
/openbmc/pldm/oem/ampere/event/
H A Dcper.hpp39 void addCperSELLog(uint8_t TID, uint16_t eventID, EFI_AMPERE_ERROR_DATA* p);
/openbmc/qemu/target/loongarch/
H A Dcsr.c70 CSR_OFF(TID),
H A Ddisas.c85 CSR_NAME(TID),
/openbmc/docs/designs/
H A Dpldm-stack.md423 Each terminus in PLDM interface is identified by terminus ID (TID). This TID is
424 an unique number `TID#`. When a new terminus is added to terminus table, `pldmd`
425 should send `GetTID` to get the `TID#`. When the received `TID#` is already
426 existing in TID pool, `pldmd` will call the `SetTID` command to assign a new TID
429 Beside the `TID#`, terminus can also have `$TerminusName` or `$DeviceName` which
439 have the terminus number `TID#` in it anyhow.
443 After the TID assignment steps, `pldmd` should go through `Terminus Discovery`
/openbmc/qemu/tests/qtest/
H A Dremote-i3c-test.c
/openbmc/pldm/pldmtool/
H A DREADME.md91 GetTID get Terminus ID (TID)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/
H A D0001-Redefine-function-prototypes-solves-issue-322.patch306 - { "TID", "TID", procprt_TID_ae, procprt_TID_ae, ' ', 5}; //DYNAMIC WIDTH!
307 + { "TID", "TID", .ac.doactiveconverts = procprt_TID_ae, procprt_TID_ae, ' ', 5}; //DYNAMIC WIDTH!
/openbmc/qemu/hw/i3c/
H A Ddw-i3c.c52 FIELD(COMMAND_QUEUE_PORT, TID, 3, 4)
79 FIELD(RESPONSE_QUEUE_PORT, TID, 24, 4)
1105 val = FIELD_DP32(val, RESPONSE_QUEUE_PORT, TID, tid); in dw_i3c_resp_queue_push()