Searched refs:USBLP_BUF_SIZE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/class/
H A Dusblp.c68 #define USBLP_BUF_SIZE 8192 macro
724 if ((transfer_length = count - writecount) > USBLP_BUF_SIZE)
725 transfer_length = USBLP_BUF_SIZE;

Completed in 91 milliseconds