Lines Matching +full:0 +full:xf1
57 {PLDM_BASE, {0x00, 0xf0, 0xf0, 0xf1}},
58 {PLDM_PLATFORM, {0x00, 0xf0, 0xf2, 0xf1}},
59 {PLDM_BIOS, {0x00, 0xf0, 0xf0, 0xf1}},
60 {PLDM_FRU, {0x00, 0xf0, 0xf0, 0xf1}},
62 {PLDM_OEM, {0x00, 0xf0, 0xf0, 0xf1}},
71 // DSP0240 has this as a bitfield8[N], where N = 0 to 7 in getPLDMTypes()
81 Response response(sizeof(pldm_msg_hdr) + PLDM_GET_TYPES_RESP_BYTES, 0); in getPLDMTypes()
98 Response response(sizeof(pldm_msg_hdr) + PLDM_GET_COMMANDS_RESP_BYTES, 0); in getPLDMCommands()
108 // DSP0240 has this as a bitfield8[N], where N = 0 to 31 in getPLDMCommands()
140 Response response(sizeof(pldm_msg_hdr) + PLDM_GET_VERSION_RESP_BYTES, 0); in getPLDMVersion()
161 rc = encode_get_version_resp(request->hdr.instance_id, PLDM_SUCCESS, 0, in getPLDMVersion()
181 Response response(sizeof(pldm_msg_hdr) + PLDM_GET_TID_RESP_BYTES, 0); in getTID()