Searched refs:RBUFSIZE (Results 1 – 5 of 5) sorted by relevance
349 inbuf->head == RBUFSIZE) { in handle_dle()417 RBUFSIZE : inbuf->tail) - inbuf->head; in gigaset_m10x_input()435 if (inbuf->head >= RBUFSIZE) in gigaset_m10x_input()
526 tty->receive_room = RBUFSIZE/2; in gigaset_tty_open()680 n = min_t(unsigned, count, RBUFSIZE - tail); in gigaset_tty_receive()682 tail = (tail + n) % RBUFSIZE; in gigaset_tty_receive()
44 #define RBUFSIZE 8192 macro281 unsigned char data[RBUFSIZE];
948 tail = RBUFSIZE; in gigaset_isoc_input()962 if (head == RBUFSIZE) in gigaset_isoc_input()
582 n = (RBUFSIZE - 1) - tail; in gigaset_fill_inbuf()584 n = RBUFSIZE - tail; in gigaset_fill_inbuf()595 tail = (tail + n) % RBUFSIZE; in gigaset_fill_inbuf()