Searched refs:USBSKEL_REQUEST_SIZE (Results 1 – 2 of 2) sorted by relevance
76 #define USBSKEL_REQUEST_SIZE 65535 /* Read request size maximum */ macro
799 if (bp->b_bcount > USBSKEL_REQUEST_SIZE) { in usbskel_minphys()800 bp->b_bcount = USBSKEL_REQUEST_SIZE; in usbskel_minphys()