Lines Matching refs:hd
544 MBCommChildBlockHeader hd; in MBi_CommParentRecvDataPerChild() local
554 p_data = MBi_SetRecvBufferFromChild((u8 *)&((WMMpRecvData *)arg)->cdata[0], &hd, child); in MBi_CommParentRecvDataPerChild()
559 MB_COMM_TYPE_OUTPUT(hd.type); in MBi_CommParentRecvDataPerChild()
561 switch (hd.type) // Processing for each data type in MBi_CommParentRecvDataPerChild()
689 MBi_calc_nextsendblock(pPwork->fileinfo[fileid].nextb, hd.data.req); in MBi_CommParentRecvDataPerChild()
794 MBCommParentBlockHeader hd; in MBi_CommParentSendMsg() local
797 hd.type = type; in MBi_CommParentSendMsg()
799 (void)MBi_MakeParentSendBuffer(&hd, (u8 *)pPwork->common.sendbuf); in MBi_CommParentSendMsg()
815 MBCommParentBlockHeader hd; in MBi_CommParentSendDLFileInfo() local
894 hd.type = MB_COMM_TYPE_PARENT_DL_FILEINFO; in MBi_CommParentSendDLFileInfo()
895 hd.fid = send_candidate_fid; in MBi_CommParentSendDLFileInfo()
897 databuf = MBi_MakeParentSendBuffer(&hd, (u8 *)pPwork->common.sendbuf); in MBi_CommParentSendDLFileInfo()
993 MBCommParentBlockHeader hd; in MBi_CommParentSendBlock() local
1032 hd.type = MB_COMM_TYPE_PARENT_DATA; in MBi_CommParentSendBlock()
1033 hd.fid = pPwork->cur_fileid; in MBi_CommParentSendBlock()
1034 hd.seqno = pPwork->fileinfo[pPwork->cur_fileid].currentb; in MBi_CommParentSendBlock()
1035 databuf = MBi_MakeParentSendBuffer(&hd, (u8 *)pPwork->common.sendbuf); in MBi_CommParentSendBlock()