Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/isdn/gigaset/
Dasyncdata.c351 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()
Dgigaset.h47 #define RBUFSIZE 8192 macro
281 unsigned char data[RBUFSIZE];
Dser-gigaset.c701 n = min_t(unsigned, count, RBUFSIZE - tail); in gigaset_tty_receive()
703 tail = (tail + n) % RBUFSIZE; in gigaset_tty_receive()
Disocdata.c951 tail = RBUFSIZE; in gigaset_isoc_input()
965 if (head == RBUFSIZE) in gigaset_isoc_input()
Dcommon.c594 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()