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