Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_ioctl.h196 #define USB_FS_MAX_BUFSIZE (1 << 25) /* 32 MBytes */ macro
H A Dusb_generic.c1038 if (popen->max_bufsize > USB_FS_MAX_BUFSIZE) in usb_fs_open()
1039 popen->max_bufsize = USB_FS_MAX_BUFSIZE; in usb_fs_open()