Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/wxc/ARM9/src/
Dwxc_protocol_impl_wpb.c394 int send_buf_count; in WXCi_PacketSendHook() local
421 send_buf_count = REQUEST_NONE; in WXCi_PacketSendHook()
425 send_buf_count = pass_ctrl->recv_buf.req_count; in WXCi_PacketSendHook()
427 pass_DataToBuf(protocol, send_buf_count, &(pass_ctrl->send_buf), &wxc_work->my_pass_data); in WXCi_PacketSendHook()
433 OS_TPrintf("parent send->%x req->%x\n", send_buf_count, pass_ctrl->send_buf.req_count); in WXCi_PacketSendHook()