Searched refs:nextb (Results 1 – 2 of 2) sorted by relevance
137 u16 nextb; // The next block to send member
693 pPwork->fileinfo[fileid].nextb = in MBi_CommParentRecvDataPerChild()694 MBi_calc_nextsendblock(pPwork->fileinfo[fileid].nextb, hd.data.req); in MBi_CommParentRecvDataPerChild()761 pPwork->fileinfo[i].nextb = 0; in MBi_CommParentRecvData()1219 if (pPwork->fileinfo[file_id].nextb <= pPwork->fileinfo[file_id].currentb && in MBi_calc_sendblock()1221 pPwork->fileinfo[file_id].nextb + MB_SEND_THRESHOLD) in MBi_calc_sendblock()1227 pPwork->fileinfo[file_id].currentb = pPwork->fileinfo[file_id].nextb; in MBi_calc_sendblock()