Lines Matching refs:framesize
4654 unsigned int framesize = 0; in rx_get_frame() local
4667 framesize = 0; in rx_get_frame()
4675 if (framesize == 0 && info->params.addr_filter != 0xff) in rx_get_frame()
4678 framesize += desc_count(info->rbufs[end]); in rx_get_frame()
4711 if (framesize == 0 || in rx_get_frame()
4717 if (framesize < (2 + crc_size) || status & BIT0) { in rx_get_frame()
4719 framesize = 0; in rx_get_frame()
4723 framesize = 0; in rx_get_frame()
4727 if (framesize == 0) { in rx_get_frame()
4734 info->device_name, status, framesize)); in rx_get_frame()
4735 DBGDATA(info, info->rbufs[start].buf, min_t(int, framesize, info->rbuf_fill_level), "rx"); in rx_get_frame()
4737 if (framesize) { in rx_get_frame()
4739 framesize -= crc_size; in rx_get_frame()
4743 if (framesize > info->max_frame_size + crc_size) in rx_get_frame()
4747 int copy_count = framesize; in rx_get_frame()
4750 info->tmp_rbuf_count = framesize; in rx_get_frame()
4765 framesize++; in rx_get_frame()
4770 hdlcdev_rx(info,info->tmp_rbuf, framesize); in rx_get_frame()
4773 ldisc_receive_buf(tty, info->tmp_rbuf, info->flag_buf, framesize); in rx_get_frame()