Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_rndis_basic_test.c375 static UCHAR host_bulk_endpoint_transfer_data[16*1024]; variable
395 …d_length + UX_DEVICE_CLASS_RNDIS_PACKET_HEADER_LENGTH <= sizeof(host_bulk_endpoint_transfer_data)); in my_ux_hcd_sim_host_entry()
400 memcpy(host_bulk_endpoint_transfer_data + UX_DEVICE_CLASS_RNDIS_PACKET_HEADER_LENGTH, in my_ux_hcd_sim_host_entry()
406 …_ux_utility_long_put(host_bulk_endpoint_transfer_data + UX_DEVICE_CLASS_RNDIS_PACKET_MESSAGE_TYPE,… in my_ux_hcd_sim_host_entry()
408 …_ux_utility_long_put(host_bulk_endpoint_transfer_data + UX_DEVICE_CLASS_RNDIS_PACKET_MESSAGE_LENGT… in my_ux_hcd_sim_host_entry()
411 … _ux_utility_long_put(host_bulk_endpoint_transfer_data + UX_DEVICE_CLASS_RNDIS_PACKET_DATA_OFFSET, in my_ux_hcd_sim_host_entry()
414 … _ux_utility_long_put(host_bulk_endpoint_transfer_data + UX_DEVICE_CLASS_RNDIS_PACKET_DATA_LENGTH, in my_ux_hcd_sim_host_entry()
419 transfer_request->ux_transfer_request_data_pointer = host_bulk_endpoint_transfer_data; in my_ux_hcd_sim_host_entry()
Dusbx_msrc_80991_device_rndis_rx_length_less_than_14_test.c376 static UCHAR host_bulk_endpoint_transfer_data[16*1024]; variable
396 …d_length + UX_DEVICE_CLASS_RNDIS_PACKET_HEADER_LENGTH <= sizeof(host_bulk_endpoint_transfer_data)); in my_ux_hcd_sim_host_entry()
401 memcpy(host_bulk_endpoint_transfer_data + UX_DEVICE_CLASS_RNDIS_PACKET_HEADER_LENGTH, in my_ux_hcd_sim_host_entry()
407 …_ux_utility_long_put(host_bulk_endpoint_transfer_data + UX_DEVICE_CLASS_RNDIS_PACKET_MESSAGE_TYPE,… in my_ux_hcd_sim_host_entry()
409 …_ux_utility_long_put(host_bulk_endpoint_transfer_data + UX_DEVICE_CLASS_RNDIS_PACKET_MESSAGE_LENGT… in my_ux_hcd_sim_host_entry()
412 … _ux_utility_long_put(host_bulk_endpoint_transfer_data + UX_DEVICE_CLASS_RNDIS_PACKET_DATA_OFFSET, in my_ux_hcd_sim_host_entry()
415 … _ux_utility_long_put(host_bulk_endpoint_transfer_data + UX_DEVICE_CLASS_RNDIS_PACKET_DATA_LENGTH, in my_ux_hcd_sim_host_entry()
420 transfer_request->ux_transfer_request_data_pointer = host_bulk_endpoint_transfer_data; in my_ux_hcd_sim_host_entry()