Lines Matching refs:max_frame_size
296 u32 max_frame_size; /* as set by device config */ member
824 if (!info->tx_buf || (count > info->max_frame_size)) in write()
860 if (info->tx_count < info->max_frame_size) { in put_char()
1236 info->irq_level, info->max_frame_size); in line_info()
2404 info->tx_buf = kmalloc(info->max_frame_size, GFP_KERNEL); in startup()
3314 info->tmp_rbuf = kmalloc(info->max_frame_size + 5, GFP_KERNEL); in alloc_tmp_rbuf()
3318 info->flag_buf = kzalloc(info->max_frame_size + 5, GFP_KERNEL); in alloc_tmp_rbuf()
3498 info->max_frame_size = maxframe[info->line]; in add_device()
3512 if (info->max_frame_size < 4096) in add_device()
3513 info->max_frame_size = 4096; in add_device()
3514 else if (info->max_frame_size > 65535) in add_device()
3515 info->max_frame_size = 65535; in add_device()
3536 info->irq_level, info->max_frame_size); in add_device()
3565 info->max_frame_size = 4096; in alloc_dev()
4702 if (framesize > info->max_frame_size + crc_size) in rx_get_frame()