Searched refs:RBUFSIZE (Results 1 – 5 of 5) sorted by relevance
351 inbuf->head == RBUFSIZE) { in handle_dle()419 RBUFSIZE : inbuf->tail) - inbuf->head; in gigaset_m10x_input()437 if (inbuf->head >= RBUFSIZE) in gigaset_m10x_input()
47 #define RBUFSIZE 8192 macro281 unsigned char data[RBUFSIZE];
701 n = min_t(unsigned, count, RBUFSIZE - tail); in gigaset_tty_receive()703 tail = (tail + n) % RBUFSIZE; in gigaset_tty_receive()
951 tail = RBUFSIZE; in gigaset_isoc_input()965 if (head == RBUFSIZE) in gigaset_isoc_input()
594 n = (RBUFSIZE-1) - tail; in gigaset_fill_inbuf()596 n = RBUFSIZE - tail; in gigaset_fill_inbuf()607 tail = (tail + n) % RBUFSIZE; in gigaset_fill_inbuf()