Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/wxc/ARM9/src/
Dwxc_protocol.c120 WXC_GetCurrentBlockImpl(protocol)->Init(protocol, send_max, recv_max); in WXC_ResetSequence()
141 WXC_GetCurrentBlockImpl(protocol)->AddData(protocol, send_buf, send_size, recv_buf, in WXC_AddBlockSequence()
213 WXC_GetCurrentBlockImpl(protocol)->BeaconSend(protocol, p_param); in WXC_BeaconSendHook()
298 WXC_GetCurrentBlockImpl(protocol)->PacketSend(protocol, packet); in WXC_PacketSendHook()
315 ret = WXC_GetCurrentBlockImpl(protocol)->PacketRecv(protocol, packet); in WXC_PacketRecvHook()
382 WXCProtocolImpl * const impl = WXC_GetCurrentBlockImpl(protocol); in WXC_CallPreConnectHook()
Dwxc_protocol_impl_wpb.c239 WXCImplWorkWpb *wxc_work = WXC_GetCurrentBlockImpl(protocol)->impl_work; in pass_data_get_recv_bitmap()
271 WXCImplWorkWpb *wxc_work = WXC_GetCurrentBlockImpl(protocol)->impl_work; in pass_data_get_next_count()
344 WXCImplWorkWpb *wxc_work = WXC_GetCurrentBlockImpl(protocol)->impl_work; in pass_DataToBuf()
387 WXCImplWorkWpb *wxc_work = WXC_GetCurrentBlockImpl(protocol)->impl_work; in WXCi_PacketSendHook()
525 WXCImplWorkWpb *wxc_work = WXC_GetCurrentBlockImpl(protocol)->impl_work; in pass_data_set_recv_bitmap()
560 WXCImplWorkWpb *wxc_work = WXC_GetCurrentBlockImpl(protocol)->impl_work; in pass_BufToData()
613 WXCImplWorkWpb *wpb_work = WXC_GetCurrentBlockImpl(protocol)->impl_work; in WXCi_PacketRecvHook()
762 WXCImplWorkWpb *wpb_work = WXC_GetCurrentBlockImpl(protocol)->impl_work; in WXCi_InitSequence()
798 WXCImplWorkWpb *wpb_work = WXC_GetCurrentBlockImpl(protocol)->impl_work; in WXCi_AddData()
801 pass_ResetData(WXC_GetCurrentBlockImpl(protocol)->impl_work); in WXCi_AddData()
[all …]
Dwxc_protocol_impl_wxc.c131 WXCImplWorkWxc *wxc_work = WXC_GetCurrentBlockImpl(protocol)->impl_work; in WXCi_PacketSendHook()
187 WXCImplWorkWxc *wxc_work = WXC_GetCurrentBlockImpl(protocol)->impl_work; in WXCi_MergeBlockData()
276 WXCImplWorkWxc *wxc_work = WXC_GetCurrentBlockImpl(protocol)->impl_work; in WXCi_PacketRecvHook()
359 WXCImplWorkWxc *wxc_work = WXC_GetCurrentBlockImpl(protocol)->impl_work; in WXCi_InitSequence()
419 WXCImplWorkWxc *wxc_work = WXC_GetCurrentBlockImpl(protocol)->impl_work; in WXCi_AddData()
451 WXCImplWorkWxc *wxc_work = WXC_GetCurrentBlockImpl(protocol)->impl_work; in WXCi_IsExecuting()
Dwxc_protocol_impl_common.c167 …WXCCommonProtocolImplContext *work = (WXCCommonProtocolImplContext*)WXC_GetCurrentBlockImpl(protoc… in WXCi_BeaconSendHook()
237 …WXCCommonProtocolImplContext *work = (WXCCommonProtocolImplContext*)WXC_GetCurrentBlockImpl(protoc… in WXCi_InitSequence()
276 …WXCCommonProtocolImplContext *work = (WXCCommonProtocolImplContext*)WXC_GetCurrentBlockImpl(protoc… in WXCi_AddData()
312 …WXCCommonProtocolImplContext *work = (WXCCommonProtocolImplContext*)WXC_GetCurrentBlockImpl(protoc… in WXCi_IsExecuting()
328 …WXCCommonProtocolImplContext *work = (WXCCommonProtocolImplContext*)WXC_GetCurrentBlockImpl(protoc… in WXCi_PacketSendHook()
374 …WXCCommonProtocolImplContext *work = (WXCCommonProtocolImplContext*)WXC_GetCurrentBlockImpl(protoc… in WXCi_PacketRecvHook()
/TwlSDK-5.2.1/include/nitro/wxc/
Dprotocol.h240 static inline WXCProtocolImpl *WXC_GetCurrentBlockImpl(WXCProtocolContext * protocol) in WXC_GetCurrentBlockImpl() function