Searched refs:InformationBufferLength (Results 1 – 5 of 5) sorted by relevance
134 rt_uint32_t InformationBufferLength; member147 rt_uint32_t InformationBufferLength; member159 rt_uint32_t InformationBufferLength; member
371 resp->InformationBufferLength = size; in _create_resp()379 rt_memcpy(resp_buffer, buffer, resp->InformationBufferLength); in _copy_resp()541 resp->MessageLength = sizeof(struct rndis_query_cmplt) + resp->InformationBufferLength; in _rndis_query_response()
147 rndis_InformationBufferLength_t InformationBufferLength; member159 rndis_InformationBufferLength_t InformationBufferLength; member169 rndis_InformationBufferLength_t InformationBufferLength; member
117 cmd->InformationBufferLength = query_len; in usbh_rndis_query_msg_transfer()149 memcpy(info, ((uint8_t *)resp + sizeof(rndis_query_cmplt_t)), resp->InformationBufferLength); in usbh_rndis_query_msg_transfer()150 *info_len = resp->InformationBufferLength; in usbh_rndis_query_msg_transfer()173 cmd->InformationBufferLength = info_len; in usbh_rndis_set_msg_transfer()
346 resp->InformationBufferLength = infomation_len; in rndis_query_cmd_handler()374 if (cmd->InformationBufferLength < sizeof(g_usbd_rndis.net_filter)) { in rndis_set_cmd_handler()
Completed in 11 milliseconds