Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dusbserial.c353 #define POST_BSIZE 100 /* little below 128 in total */ macro
358 char buff[POST_BSIZE];
829 if (length > POST_BSIZE) in serial_post_job()
830 length = POST_BSIZE; in serial_post_job()
863 if (count >= POST_BSIZE) in serial_post_one()
864 count = POST_BSIZE; in serial_post_one()