Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dredirect.c177 struct usb_redir_bulk_packet_header *bulk_packet,
786 struct usb_redir_bulk_packet_header bulk_packet; in usbredir_handle_bulk_data() local
809 bulk_packet.endpoint = ep; in usbredir_handle_bulk_data()
810 bulk_packet.length = size; in usbredir_handle_bulk_data()
811 bulk_packet.stream_id = p->stream; in usbredir_handle_bulk_data()
812 bulk_packet.length_high = size >> 16; in usbredir_handle_bulk_data()
813 assert(bulk_packet.length_high == 0 || in usbredir_handle_bulk_data()
2038 struct usb_redir_bulk_packet_header *bulk_packet, in usbredir_bulk_packet() argument
2042 uint8_t ep = bulk_packet->endpoint; in usbredir_bulk_packet()
2043 int len = (bulk_packet->length_high << 16) | bulk_packet->length; in usbredir_bulk_packet()
[all …]