Home
last modified time | relevance | path

Searched refs:req (Results 1 – 7 of 7) sorted by relevance

/TwlSDK-5.2.1/build/libraries/wxc/ARM9/src/
Dwxc_protocol_impl_wxc.c136 wxc_work->req.phase, wxc_work->req.command, wxc_work->req.index); in WXCi_PacketSendHook()
139 p_header->req = wxc_work->req; in WXCi_PacketSendHook()
143 if (wxc_work->ack.phase == wxc_work->req.phase) in WXCi_PacketSendHook()
209 wxc_work->req.command = WXC_BLOCK_COMMAND_DONE; in WXCi_MergeBlockData()
258 wxc_work->req.index = wxc_work->recent_index[0]; in WXCi_MergeBlockData()
284 p_header->req.phase, p_header->req.command, p_header->req.index, in WXCi_PacketRecvHook()
288 if (p_header->req.phase == wxc_work->req.phase) in WXCi_PacketRecvHook()
290 wxc_work->ack = p_header->req; in WXCi_PacketRecvHook()
294 if (p_header->ack.phase == wxc_work->req.phase) in WXCi_PacketRecvHook()
312 wxc_work->req.index = 0; in WXCi_PacketRecvHook()
[all …]
/TwlSDK-5.2.1/build/libraries/mb/common/src/
Dmb_child.c680 hd.data.req = get_next_blockno(); in MBi_CommChildSendData()
825 int req; in get_next_blockno() local
827 req = pCwork->last_recv_seq_no; in get_next_blockno()
828 req++; in get_next_blockno()
832 if (req < 0 || req >= pCwork->total_block) in get_next_blockno()
834 req = 0; in get_next_blockno()
836 else if (checkRecvFlag(req)) in get_next_blockno()
838 req++; in get_next_blockno()
842 return (u16)req; in get_next_blockno()
845 if (pCwork->last_recv_seq_no == req) in get_next_blockno()
[all …]
Dmb_block.c190 hdr->data.req = (u16)(0x00ff & (*ptr++)); in MBi_SetRecvBufferFromChild()
191 hdr->data.req |= (((u16)(*ptr++) << 8) & 0xff00); in MBi_SetRecvBufferFromChild()
194 hdr->data.req = (u16)(0x00ff & (*ptr++)); in MBi_SetRecvBufferFromChild()
195 hdr->data.req |= (((u16)(*ptr++) << 8) & 0xff00); in MBi_SetRecvBufferFromChild()
312 *pbuf++ = (u8)(0x00ff & hdr->data.req); // Lo in MBi_MakeChildSendBuffer()
313 *pbuf++ = (u8)((0xff00 & hdr->data.req) >> 8); // Hi in MBi_MakeChildSendBuffer()
Dmb_parent.c211 u16 req; in MB_CommResponseRequest() local
223 req = MB_COMM_USER_REQ_KICK; in MB_CommResponseRequest()
227 req = MB_COMM_USER_REQ_ACCEPT; in MB_CommResponseRequest()
232 req = MB_COMM_USER_REQ_SEND_START; in MB_CommResponseRequest()
237 req = MB_COMM_USER_REQ_BOOT; in MB_CommResponseRequest()
248 pPwork->req2child[child_aid - 1] = req; in MB_CommResponseRequest()
694 MBi_calc_nextsendblock(pPwork->fileinfo[fileid].nextb, hd.data.req); in MBi_CommParentRecvDataPerChild()
1114 u16 req; in MBi_CommParentSendData() member
1136 bmp.req |= (1 << child); in MBi_CommParentSendData()
1179 else if (bmp.req) // Send MbDownloadFileInfo in MBi_CommParentSendData()
/TwlSDK-5.2.1/include/nitro/wxc/
Dwxc_protocol_impl_wxc.h37 WXCBlockInfo req; /* Request from self */ member
Dprotocol.h65 WXCBlockInfo req; /* Request from transmission source */ member
/TwlSDK-5.2.1/build/libraries/mb/common/include/
Dmb_block.h57 u16 req; // Block number request value: 2B member