Searched refs:TXBUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
147 #define TXBUFFER_SIZE ((HDLCDRV_MAXFLEN*6/5)+8) macro179 unsigned char buf[TXBUFFER_SIZE];189 unsigned char buf[TXBUFFER_SIZE];607 if (bc->hdlcrx.bufcnt >= TXBUFFER_SIZE) { in receive()