Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/wxc/ARM9/src/
Dwxc_protocol_impl_common.c79 int req_phase; member
251 work->req_phase = PHASE_QUIT; in WXCi_InitSequence()
278 if (work->req_phase == PHASE_QUIT) in WXCi_AddData()
288 work->req_phase = PHASE_INIT; in WXCi_AddData()
330 if ((work->req_phase == PHASE_DATA) || (work->req_phase == PHASE_DONE)) in WXCi_PacketSendHook()
350 format->ack = (u8)(work->ack_phase == work->req_phase); in WXCi_PacketSendHook()
352 format->phase = (u8)work->req_phase; in WXCi_PacketSendHook()
416 if (work->req_phase == PHASE_DONE) in WXCi_PacketRecvHook()
427 if (work->req_phase != PHASE_INIT) in WXCi_PacketRecvHook()
440 work->req_phase = PHASE_QUIT; in WXCi_PacketRecvHook()
[all …]