Searched refs:RBUFSIZE (Results 1 – 5 of 5) sorted by relevance
352 inbuf->head == RBUFSIZE) { in handle_dle()420 RBUFSIZE : inbuf->tail) - inbuf->head; in gigaset_m10x_input()438 if (inbuf->head >= RBUFSIZE) in gigaset_m10x_input()
529 tty->receive_room = RBUFSIZE/2; in gigaset_tty_open()683 n = min_t(unsigned, count, RBUFSIZE - tail); in gigaset_tty_receive()685 tail = (tail + n) % RBUFSIZE; in gigaset_tty_receive()
47 #define RBUFSIZE 8192 macro284 unsigned char data[RBUFSIZE];
951 tail = RBUFSIZE; in gigaset_isoc_input()965 if (head == RBUFSIZE) in gigaset_isoc_input()
585 n = (RBUFSIZE - 1) - tail; in gigaset_fill_inbuf()587 n = RBUFSIZE - tail; in gigaset_fill_inbuf()598 tail = (tail + n) % RBUFSIZE; in gigaset_fill_inbuf()