Searched refs:SERIBUF_SIZE (Results 1 – 7 of 7) sorted by relevance
87 #ifndef SERIBUF_SIZE88 #define SERIBUF_SIZE 1024 macro 184 u_short inbuf[SERIBUF_SIZE];460 printf (": input fifo %d output fifo %d\n", SERIBUF_SIZE, in mfcsattach() 976 if (sc->incnt == SERIBUF_SIZE) in mfcintr() 980 if (sc->wptr == sc->inbuf + SERIBUF_SIZE) in mfcintr() 983 if (sc->incnt > SERIBUF_SIZE - 16) in mfcintr() 997 if (sc->incnt == SERIBUF_SIZE) in mfcintr() 1001 if (sc->wptr == sc->inbuf + SERIBUF_SIZE) in mfcintr() 1004 if (sc->incnt > SERIBUF_SIZE in mfcintr() [all...]
111 #ifndef SERIBUF_SIZE112 #define SERIBUF_SIZE 512 macro148 static u_short serbuf[SERIBUF_SIZE];277 printf(": input fifo %d output fifo %d\n", SERIBUF_SIZE, in serattach()516 if (sbcnt == SERIBUF_SIZE) { in ser_fastint()524 if (sbwpt == serbuf + SERIBUF_SIZE) in ser_fastint()527 if (sbcnt > SERIBUF_SIZE - 20) in ser_fastint()557 if (sbrpt == serbuf + SERIBUF_SIZE) in serintr()
89 #options SERIBUF_SIZE=4096
179 #options SERIBUF_SIZE=4096
157 #options SERIBUF_SIZE=4096
193 #options SERIBUF_SIZE=4096
245 #options SERIBUF_SIZE=4096