Searched refs:send (Results 1 – 9 of 9) sorted by relevance
170 work->beacon_format.send_length = reg->send.length; in WXCi_BeaconSendHook()239 protocol->send.buffer = NULL; in WXCi_InitSequence()240 protocol->send.length = 0; in WXCi_InitSequence()241 protocol->send.buffer_max = 0; in WXCi_InitSequence()242 protocol->send.checksum = 0; in WXCi_InitSequence()281 protocol->send.buffer = (void*)send_buf; in WXCi_AddData()282 protocol->send.buffer_max = (u16)send_size; in WXCi_AddData()283 protocol->send.length = (u16)send_size; in WXCi_AddData()284 protocol->send.checksum = MATH_CalcChecksum8(send_buf, send_size); in WXCi_AddData()341 u32 rest = protocol->send.length - offset; in WXCi_PacketSendHook()[all …]
151 WXC_PACKET_LOG(" INIT(%6d)\n", protocol->send.length); in WXCi_PacketSendHook()152 *(u16 *)(p_body + 0) = (u16)protocol->send.length; in WXCi_PacketSendHook()153 *(u16 *)(p_body + 2) = protocol->send.checksum; in WXCi_PacketSendHook()159 u32 len = (u32)(protocol->send.length - offset); in WXCi_PacketSendHook()164 MI_CpuCopy8((const u8 *)protocol->send.buffer + offset, p_body, len); in WXCi_PacketSendHook()362 protocol->send.buffer = NULL; in WXCi_InitSequence()363 protocol->send.length = 0; in WXCi_InitSequence()364 protocol->send.checksum = 0; in WXCi_InitSequence()425 protocol->send.buffer = (void *)send_buf; in WXCi_AddData()426 protocol->send.length = (u16)send_size; in WXCi_AddData()[all …]
408 p_data->send.buffer = NULL; in WXC_InitProtocolRegistry()409 p_data->send.length = 0; in WXC_InitProtocolRegistry()430 p_data->send.buffer = send_ptr; in WXC_SetInitialExchangeBuffers()431 p_data->send.length = (u32)send_size; in WXC_SetInitialExchangeBuffers()
285 if ((block->send.buffer != NULL) && (block->recv.buffer != NULL)) in WXCi_DriverEventCallback()288 block->send.buffer, block->send.length, in WXCi_DriverEventCallback()870 target->send.buffer = NULL; in WXC_UnregisterData()871 target->send.length = 0; in WXC_UnregisterData()
804 protocol->send.buffer = (void *)send_buf; in WXCi_AddData()805 protocol->send.length = (u16)send_size; in WXCi_AddData()806 protocol->send.checksum = MATH_CalcChecksum8(send_buf, send_size); in WXCi_AddData()
28 [A Button: Start binary send]30 SEND COMPLETE ... Binary send to the child device has finished32 BOOT REQUEST ... Starts to send a boot request to a child device
43 u16 send; member253 dspData[dataNo].send = data; in DSP_SendDataCore()433 dspData[regNo].send = data; in DSP_SetCommandRegCore()
124 WXCBlockDataFormat send; /* Send buffer */ member133 WXCBlockDataFormat send; /* Send buffer */ member
3989 SDK_WEAK_SYMBOL BOOL WcStepDataSharing(const void *send, u16 *bitmap) in WcStepDataSharing() argument3991 BOOL succeeded = WH_StepDS(send); in WcStepDataSharing()