Lines Matching refs:max_frame_size
297 u32 max_frame_size; /* as set by device config */ member
839 if (!info->tx_buf || (count > info->max_frame_size)) in write()
875 if (info->tx_count < info->max_frame_size) { in put_char()
1260 info->irq_level, info->max_frame_size); in line_info()
2438 info->tx_buf = kmalloc(info->max_frame_size, GFP_KERNEL); in startup()
3356 info->tmp_rbuf = kmalloc(info->max_frame_size + 5, GFP_KERNEL); in alloc_tmp_rbuf()
3360 info->flag_buf = kzalloc(info->max_frame_size + 5, GFP_KERNEL); in alloc_tmp_rbuf()
3540 info->max_frame_size = maxframe[info->line]; in add_device()
3554 if (info->max_frame_size < 4096) in add_device()
3555 info->max_frame_size = 4096; in add_device()
3556 else if (info->max_frame_size > 65535) in add_device()
3557 info->max_frame_size = 65535; in add_device()
3578 info->irq_level, info->max_frame_size); in add_device()
3607 info->max_frame_size = 4096; in alloc_dev()
4743 if (framesize > info->max_frame_size + crc_size) in rx_get_frame()