max_bytes         599 dev/ic/rtl81x9.c 	u_int16_t		rx_bytes = 0, max_bytes;
max_bytes         609 dev/ic/rtl81x9.c 		max_bytes = (RL_RXBUFLEN - cur_rx) + limit;
max_bytes         611 dev/ic/rtl81x9.c 		max_bytes = limit - cur_rx;
max_bytes         663 dev/ic/rtl81x9.c 		if (rx_bytes > max_bytes) {