Searched refs:pCwork (Results 1 – 3 of 3) sorted by relevance
83 …pCwork->connectTargetNo = index; // Saves the list number of the parent to which to attempt a co… in MB_CommDownloadRequest()84 pCwork->fileid = fileNo; // Register the requested file ID in advance in MB_CommDownloadRequest()85 pCwork->last_recv_seq_no = -1; //Initialize the last received block sequence number in MB_CommDownloadRequest()88 MI_CpuCopy16(bssDescp, &pCwork->bssDescbuf, WM_BSS_DESC_SIZE); in MB_CommDownloadRequest()90 …ret = MBi_CommConnectToParent((const WMBssDesc *)&pCwork->bssDescbuf); // First, establish a … in MB_CommDownloadRequest()115 MI_CpuCopy8(&pCwork->common.user, &req_data.userinfo, sizeof(MBUserInfo)); in MBi_CommRequestFile()123 databuf = MBi_MakeChildSendBuffer(&hd, (u8 *)pCwork->common.sendbuf); in MBi_CommRequestFile()129 errcode = MBi_BlockHeaderEnd(MB_COMM_CHILD_HEADER_SIZE, 0xFFFF, pCwork->common.sendbuf); in MBi_CommRequestFile()147 SDK_ASSERT(pCwork != 0); in MB_CommSetChildStateCallback()151 pCwork->child_callback = callback; in MB_CommSetChildStateCallback()[all …]
1357 cb_tmp = pCwork->child_callback; in MB_StartChild()1360 MI_CpuClear16((void *)((u32)pCwork + sizeof(MB_CommCommonWork)), in MB_StartChild()1364 pCwork->c_comm_state = MB_COMM_CSTATE_NONE; in MB_StartChild()
199 #define pCwork ((MB_CommCWork*)mbc) macro