Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Ddevio.c56 #define USB_SG_SIZE 16384 /* split-size for large txs */ macro
546 size = (len > USB_SG_SIZE) ? USB_SG_SIZE : len; in snoop_urb_data()
569 size = (len > USB_SG_SIZE) ? USB_SG_SIZE : len; in copy_urb_data_to_user()
1720 num_sgs = DIV_ROUND_UP(uurb->buffer_length, USB_SG_SIZE); in proc_do_submiturb()
1817 u = (totlen > USB_SG_SIZE) ? USB_SG_SIZE : totlen; in proc_do_submiturb()