Home
last modified time | relevance | path

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

/openbmc/pldm/pldmd/
H A Dpldmd.cpp107 pldm_header_info hdrFields{}; in processRxMsg() local
109 if (PLDM_SUCCESS != unpack_pldm_header(hdr, &hdrFields)) in processRxMsg()
115 if (PLDM_RESPONSE != hdrFields.msg_type) in processRxMsg()
122 if (hdrFields.pldm_type != PLDM_FWUP) in processRxMsg()
124 response = invoker.handle(tid, hdrFields.pldm_type, in processRxMsg()
125 hdrFields.command, request, in processRxMsg()
141 header.instance = hdrFields.instance; in processRxMsg()
142 header.pldm_type = hdrFields.pldm_type; in processRxMsg()
143 header.command = hdrFields.command; in processRxMsg()
155 else if (PLDM_RESPONSE == hdrFields.msg_type) in processRxMsg()
[all …]