Lines Matching refs:rsp
177 struct common_rsp rsp; in SENTINEL_Command() local
178 uint32_t rspLen = sizeof(rsp) / sizeof(uint32_t); in SENTINEL_Command()
182 (void)memset((void *)&rsp, 0, sizeof(rsp)); in SENTINEL_Command()
194 (void)memcpy((void *)&rsp, (void *)pRespParam, sizeof(rsp)); in SENTINEL_Command()
198 SENTINEL_ReceiveMessage((uint32_t *)(void *)&rsp, (uint32_t *)&rspLen); in SENTINEL_Command()
200 assert(hdr.cmd == rsp.hdr.cmd); in SENTINEL_Command()
201 assert(rspLen >= sizeof(rsp) / sizeof(uint32_t)); in SENTINEL_Command()
207 return rsp.rsp_code.code; in SENTINEL_Command()
250 if (respParam.rsp.rsp_code.baseline_rsp_code.status == BASELINE_SUCCESS_IND) /* Successful */ in SENTINEL_GetFirmwareVersion()
267 return respParam.rsp.rsp_code.baseline_rsp_code.status; in SENTINEL_GetFirmwareVersion()
291 if (respParam.rsp.rsp_code.baseline_rsp_code.status == BASELINE_SUCCESS_IND) /* Successful */ in SENTINEL_GetFirmwareStatus()
303 return respParam.rsp.rsp_code.baseline_rsp_code.status; in SENTINEL_GetFirmwareStatus()
332 if (respParam.rsp.rsp_code.baseline_rsp_code.status == BASELINE_SUCCESS_IND) /* Successful */ in SENTINEL_SetPowerDown()
340 return respParam.rsp.rsp_code.baseline_rsp_code.status; in SENTINEL_SetPowerDown()
375 if (respParam.rsp.rsp_code.bridge_rsp_code.status == BRIDGE_SUCCESS_STATUS) /* Successful */ in SENTINEL_SessionOpen()
387 return respParam.rsp.rsp_code.bridge_rsp_code.status; in SENTINEL_SessionOpen()
406 if (respParam.rsp.rsp_code.bridge_rsp_code.status == BRIDGE_SUCCESS_STATUS) /* Successful */ in SENTINEL_SessionClose()
414 return respParam.rsp.rsp_code.bridge_rsp_code.status; in SENTINEL_SessionClose()
457 if (respParam.rsp.rsp_code.bridge_rsp_code.status == BRIDGE_SUCCESS_STATUS) /* Successful */ in SENTINEL_RngOpen()
469 return respParam.rsp.rsp_code.bridge_rsp_code.status; in SENTINEL_RngOpen()
489 if (respParam.rsp.rsp_code.bridge_rsp_code.status == BRIDGE_SUCCESS_STATUS) /* Successful */ in SENTINEL_RngClose()
497 return respParam.rsp.rsp_code.bridge_rsp_code.status; in SENTINEL_RngClose()
532 if (respParam.rsp.rsp_code.bridge_rsp_code.status == BRIDGE_SUCCESS_STATUS) /* Successful */ in SENTINEL_RngGetRandom()
542 return respParam.rsp.rsp_code.bridge_rsp_code.status; in SENTINEL_RngGetRandom()
561 if (respParam.rsp.rsp_code.baseline_rsp_code.status == BASELINE_SUCCESS_IND) /* Successful */ in SENTINEL_DumpDebugBuffer()
574 return respParam.rsp.rsp_code.baseline_rsp_code.status; in SENTINEL_DumpDebugBuffer()
620 if (respParam.rsp.rsp_code.baseline_rsp_code.status == BASELINE_SUCCESS_IND) /* Successful */ in SENTINEL_ReleaseRDC()
628 return respParam.rsp.rsp_code.baseline_rsp_code.status; in SENTINEL_ReleaseRDC()