Lines Matching refs:rsp

143     struct common_rsp rsp;  in SENTINEL_Command()  local
144 uint32_t rspLen = sizeof(rsp) / sizeof(uint32_t); in SENTINEL_Command()
148 (void)memset((void *)&rsp, 0, sizeof(rsp)); in SENTINEL_Command()
160 (void)memcpy((void *)&rsp, (void *)pRespParam, sizeof(rsp)); in SENTINEL_Command()
164 SENTINEL_ReceiveMessage((uint32_t *)(void *)&rsp, (uint32_t *)&rspLen); in SENTINEL_Command()
166 assert(hdr.cmd == rsp.hdr.cmd); in SENTINEL_Command()
167 assert(rspLen >= sizeof(rsp) / sizeof(uint32_t)); in SENTINEL_Command()
173 return rsp.rsp_code.code; in SENTINEL_Command()
216 if (respParam.rsp.rsp_code.baseline_rsp_code.status == BASELINE_SUCCESS_IND) /* Successful */ in SENTINEL_GetFirmwareVersion()
233 return respParam.rsp.rsp_code.baseline_rsp_code.status; in SENTINEL_GetFirmwareVersion()
257 if (respParam.rsp.rsp_code.baseline_rsp_code.status == BASELINE_SUCCESS_IND) /* Successful */ in SENTINEL_GetFirmwareStatus()
269 return respParam.rsp.rsp_code.baseline_rsp_code.status; in SENTINEL_GetFirmwareStatus()
298 if (respParam.rsp.rsp_code.baseline_rsp_code.status == BASELINE_SUCCESS_IND) /* Successful */ in SENTINEL_SetPowerDown()
306 return respParam.rsp.rsp_code.baseline_rsp_code.status; in SENTINEL_SetPowerDown()
341 if (respParam.rsp.rsp_code.bridge_rsp_code.status == BRIDGE_SUCCESS_STATUS) /* Successful */ in SENTINEL_SessionOpen()
353 return respParam.rsp.rsp_code.bridge_rsp_code.status; in SENTINEL_SessionOpen()
372 if (respParam.rsp.rsp_code.bridge_rsp_code.status == BRIDGE_SUCCESS_STATUS) /* Successful */ in SENTINEL_SessionClose()
380 return respParam.rsp.rsp_code.bridge_rsp_code.status; in SENTINEL_SessionClose()
423 if (respParam.rsp.rsp_code.bridge_rsp_code.status == BRIDGE_SUCCESS_STATUS) /* Successful */ in SENTINEL_RngOpen()
435 return respParam.rsp.rsp_code.bridge_rsp_code.status; in SENTINEL_RngOpen()
455 if (respParam.rsp.rsp_code.bridge_rsp_code.status == BRIDGE_SUCCESS_STATUS) /* Successful */ in SENTINEL_RngClose()
463 return respParam.rsp.rsp_code.bridge_rsp_code.status; in SENTINEL_RngClose()
498 if (respParam.rsp.rsp_code.bridge_rsp_code.status == BRIDGE_SUCCESS_STATUS) /* Successful */ in SENTINEL_RngGetRandom()
508 return respParam.rsp.rsp_code.bridge_rsp_code.status; in SENTINEL_RngGetRandom()
527 if (respParam.rsp.rsp_code.baseline_rsp_code.status == BASELINE_SUCCESS_IND) /* Successful */ in SENTINEL_DumpDebugBuffer()
540 return respParam.rsp.rsp_code.baseline_rsp_code.status; in SENTINEL_DumpDebugBuffer()
586 if (respParam.rsp.rsp_code.baseline_rsp_code.status == BASELINE_SUCCESS_IND) /* Successful */ in SENTINEL_ReleaseRDC()
594 return respParam.rsp.rsp_code.baseline_rsp_code.status; in SENTINEL_ReleaseRDC()