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()
694 MBi_calc_nextsendblock(pPwork->fileinfo[fileid].nextb, hd.data.req); in MBi_CommParentRecvDataPerChild()
799 MBCommParentBlockHeader hd; in MBi_CommParentSendMsg() local
802 hd.type = type; in MBi_CommParentSendMsg()
804 (void)MBi_MakeParentSendBuffer(&hd, (u8 *)pPwork->common.sendbuf); in MBi_CommParentSendMsg()
820 MBCommParentBlockHeader hd; in MBi_CommParentSendDLFileInfo() local
899 hd.type = MB_COMM_TYPE_PARENT_DL_FILEINFO; in MBi_CommParentSendDLFileInfo()
900 hd.fid = send_candidate_fid; in MBi_CommParentSendDLFileInfo()
902 databuf = MBi_MakeParentSendBuffer(&hd, (u8 *)pPwork->common.sendbuf); in MBi_CommParentSendDLFileInfo()
979 MBCommParentBlockHeader hd; in MBi_CommParentSendBlock() local
1018 hd.type = MB_COMM_TYPE_PARENT_DATA; in MBi_CommParentSendBlock()
1019 hd.fid = pPwork->cur_fileid; in MBi_CommParentSendBlock()
1020 hd.seqno = pPwork->fileinfo[pPwork->cur_fileid].currentb; in MBi_CommParentSendBlock()
1021 databuf = MBi_MakeParentSendBuffer(&hd, (u8 *)pPwork->common.sendbuf); in MBi_CommParentSendBlock()