Searched refs:TID (Results 1 – 10 of 10) sorted by relevance
| /openbmc/pldm/pldmd/ |
| H A D | pldmd.cpp | 204 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 D | softoff.cpp | 39 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 D | cper.hpp | 39 void addCperSELLog(uint8_t TID, uint16_t eventID, EFI_AMPERE_ERROR_DATA* p);
|
| /openbmc/qemu/target/loongarch/ |
| H A D | csr.c | 70 CSR_OFF(TID),
|
| H A D | disas.c | 85 CSR_NAME(TID),
|
| /openbmc/docs/designs/ |
| H A D | pldm-stack.md | 423 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 D | remote-i3c-test.c | |
| /openbmc/pldm/pldmtool/ |
| H A D | README.md | 91 GetTID get Terminus ID (TID)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/ |
| H A D | 0001-Redefine-function-prototypes-solves-issue-322.patch | 306 - { "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 D | dw-i3c.c | 52 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()
|