Searched refs:SI_BUFFERSIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/si/
H A Dsi.h44 #define SI_BUFFERSIZE 256 macro
135 BYTE hi_txbuf[SI_BUFFERSIZE];
136 BYTE hi_rxbuf[SI_BUFFERSIZE];
H A Dsi.c89 #define SI_I_HIGH_WATER (TTYHOG - 2 * SI_BUFFERSIZE)
1106 static BYTE si_rxbuf[SI_BUFFERSIZE]; /* input staging area */
1107 static BYTE si_txbuf[SI_BUFFERSIZE]; /* output staging area */
1292 if (n <= SI_BUFFERSIZE - op) {
1299 x = SI_BUFFERSIZE - op;
1391 amount = SI_BUFFERSIZE - ipos;

Completed in 52 milliseconds