Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dredirect.c98 USBPacket *pending_async_packet; member
387 if (dev->endpoint[i].pending_async_packet) { in usbredir_cancel_packet()
388 assert(dev->endpoint[i].pending_async_packet == p); in usbredir_cancel_packet()
389 dev->endpoint[i].pending_async_packet = NULL; in usbredir_cancel_packet()
761 assert(dev->endpoint[EP2I(ep)].pending_async_packet == NULL); in usbredir_handle_buffered_bulk_in_data()
762 dev->endpoint[EP2I(ep)].pending_async_packet = p; in usbredir_handle_buffered_bulk_in_data()
801 assert(dev->endpoint[EP2I(ep)].pending_async_packet == NULL); in usbredir_handle_bulk_data()
2181 if (dev->endpoint[EP2I(ep)].pending_async_packet) { in usbredir_buffered_bulk_packet()
2182 USBPacket *p = dev->endpoint[EP2I(ep)].pending_async_packet; in usbredir_buffered_bulk_packet()
2183 dev->endpoint[EP2I(ep)].pending_async_packet = NULL; in usbredir_buffered_bulk_packet()