Lines Matching defs:framesize
4521 unsigned int framesize = 0;
4534 framesize = 0;
4542 if (framesize == 0 && info->params.addr_filter != 0xff)
4545 framesize += desc_count(info->rbufs[end]);
4578 if (framesize == 0 ||
4584 if (framesize < (2 + crc_size) || status & BIT0) {
4586 framesize = 0;
4590 framesize = 0;
4594 if (framesize == 0) {
4601 info->device_name, status, framesize));
4602 DBGDATA(info, info->rbufs[start].buf, min_t(int, framesize, info->rbuf_fill_level), "rx");
4604 if (framesize) {
4606 framesize -= crc_size;
4610 if (framesize > info->max_frame_size + crc_size)
4614 int copy_count = framesize;
4617 info->tmp_rbuf_count = framesize;
4632 framesize++;
4637 hdlcdev_rx(info,info->tmp_rbuf, framesize);
4641 framesize);