Searched refs:curFrag (Results 1 – 2 of 2) sorted by relevance
255 frame->curFrag.size = item->frame->fragSize; in FillpFrameRxNewFrag()256 frame->curFrag.procSize = 0; in FillpFrameRxNewFrag()257 frame->curFrag.seqNum = (FILLP_UINT32)item->frame->info.subSeqNum; in FillpFrameRxNewFrag()277 h->curFrame.curFrag.procSize += item->dataLen; in FillpFrameRxUpdateAndNotify()278 if (h->curFrame.curFrag.size == h->curFrame.curFrag.procSize) { in FillpFrameRxUpdateAndNotify()294 h->curFrame.info.seqNum, h->curFrame.curFrag.seqNum, h->curFrame.curFrag.size); in FillpFrameRxUpdateAndNotify()
60 struct FillpFrag curFrag; member