USB_SG_SIZE       526 drivers/usb/core/devio.c 		size = (len > USB_SG_SIZE) ? USB_SG_SIZE : len;
USB_SG_SIZE       549 drivers/usb/core/devio.c 		size = (len > USB_SG_SIZE) ? USB_SG_SIZE : len;
USB_SG_SIZE      1607 drivers/usb/core/devio.c 		num_sgs = DIV_ROUND_UP(uurb->buffer_length, USB_SG_SIZE);
USB_SG_SIZE      1704 drivers/usb/core/devio.c 			u = (totlen > USB_SG_SIZE) ? USB_SG_SIZE : totlen;