Searched refs:wRemChunkBytes (Results 1 – 2 of 2) sorted by relevance
801 (pDlContext->tRWInfo.wRemChunkBytes) = wFrameLen; in phDnldNfc_CreateFramePld()806 if(PHDNLDNFC_CMDRESP_MAX_PLD_SIZE < (pDlContext->tRWInfo.wRemChunkBytes)) in phDnldNfc_CreateFramePld()813 (pDlContext->tRWInfo.wBytesToSendRecv) = (pDlContext->tRWInfo.wRemChunkBytes); in phDnldNfc_CreateFramePld()1205 … (pDlContext->tRWInfo.wRemChunkBytes) -= (pDlContext->tRWInfo.wBytesToSendRecv); in phDnldNfc_UpdateRsp()1226 (pDlContext->tRWInfo.wRemChunkBytes) -= (pDlContext->tRWInfo.wBytesToSendRecv); in phDnldNfc_UpdateRsp()1241 (pDlContext->tRWInfo.wRemChunkBytes) -= (pDlContext->tRWInfo.wBytesToSendRecv); in phDnldNfc_UpdateRsp()
141 uint16_t wRemChunkBytes; /* Remaining bytes within the chunked frame */ member