Searched refs:totalRcv (Results 1 – 1 of 1) sorted by relevance
34 static uint32_t totalRcv = 0; in TFA_Hal_CollectMsg() local35 uint8_t *prcv = &rcvBuffer[totalRcv]; in TFA_Hal_CollectMsg()42 totalRcv += length; in TFA_Hal_CollectMsg()44 if (totalRcv < sizeof(struct _tfa_hal_msg)) in TFA_Hal_CollectMsg()50 else if (totalRcv < sizeof(struct _tfa_hal_msg) + msg->wlength) in TFA_Hal_CollectMsg()56 memcpy(g_TfaDeviceMessageStatus.sndBuffer, msg, totalRcv); in TFA_Hal_CollectMsg()58 totalRcv = 0; in TFA_Hal_CollectMsg()