Lines Matching refs:completionCode
501 uint8_t completionCode = 0; in getTidOverMctp() local
502 rc = decode_get_tid_resp(responseMsg, responseLen, &completionCode, tid); in getTidOverMctp()
511 if (completionCode != PLDM_SUCCESS) in getTidOverMctp()
514 "EID", eid, "CC", completionCode); in getTidOverMctp()
518 co_return completionCode; in getTidOverMctp() local
583 uint8_t completionCode = 0; in getPLDMTypes() local
586 decode_get_types_resp(responseMsg, responseLen, &completionCode, types); in getPLDMTypes()
595 if (completionCode != PLDM_SUCCESS) in getPLDMTypes()
599 "TID", tid, "CC", completionCode); in getPLDMTypes()
602 co_return completionCode; in getPLDMTypes() local
633 uint8_t completionCode = 0; in getPLDMCommands() local
634 rc = decode_get_commands_resp(responseMsg, responseLen, &completionCode, in getPLDMCommands()
644 if (completionCode != PLDM_SUCCESS) in getPLDMCommands()
648 "TID", tid, "CC", completionCode); in getPLDMCommands()
652 co_return completionCode; in getPLDMCommands() local
745 uint8_t completionCode = 0; in getPLDMVersion() local
748 rc = decode_get_version_resp(responseMsg, responseLen, &completionCode, in getPLDMVersion()
758 if (completionCode != PLDM_SUCCESS) in getPLDMVersion()
762 "TID", tid, "CC", completionCode); in getPLDMVersion()
763 co_return completionCode; in getPLDMVersion() local
766 co_return completionCode; in getPLDMVersion() local