Home
last modified time | relevance | path

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

/drivers/usb/core/
Ddevio.c55 #define USB_SG_SIZE 16384 /* split-size for large txs */ macro
534 size = (len > USB_SG_SIZE) ? USB_SG_SIZE : len; in snoop_urb_data()
557 size = (len > USB_SG_SIZE) ? USB_SG_SIZE : len; in copy_urb_data_to_user()
1627 num_sgs = DIV_ROUND_UP(uurb->buffer_length, USB_SG_SIZE); in proc_do_submiturb()
1724 u = (totlen > USB_SG_SIZE) ? USB_SG_SIZE : totlen; in proc_do_submiturb()