Home
last modified time | relevance | path

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

/qemu/include/hw/xen/interface/io/
H A Dusbif.h318 #define USBIF_MAX_SEGMENTS_PER_REQUEST (16) macro
363 struct usbif_request_segment seg[USBIF_MAX_SEGMENTS_PER_REQUEST];
/qemu/hw/usb/
H A Dxen-usb.c145 uint32_t ref[USBIF_MAX_SEGMENTS_PER_REQUEST]; in usbback_gnttab_map()
156 if (nr_segs > USBIF_MAX_SEGMENTS_PER_REQUEST) { in usbback_gnttab_map()
233 qemu_iovec_init(&packet->iov, USBIF_MAX_SEGMENTS_PER_REQUEST); in usbback_init_packet()
282 uint32_t ref[USBIF_MAX_SEGMENTS_PER_REQUEST]; in usbback_do_response()
873 max_grants = USBIF_MAX_SEGMENTS_PER_REQUEST * USB_URB_RING_SIZE + 2; in usbback_connect()