Lines Matching refs:max_frame_size
297 u32 max_frame_size; /* as set by device config */ member
830 if (!info->tx_buf || (count > info->max_frame_size)) in write()
866 if (info->tx_count < info->max_frame_size) { in put_char()
1243 info->irq_level, info->max_frame_size); in line_info()
2425 info->tx_buf = kmalloc(info->max_frame_size, GFP_KERNEL); in startup()
3342 info->tmp_rbuf = kmalloc(info->max_frame_size + 5, GFP_KERNEL); in alloc_tmp_rbuf()
3346 info->flag_buf = kzalloc(info->max_frame_size + 5, GFP_KERNEL); in alloc_tmp_rbuf()
3526 info->max_frame_size = maxframe[info->line]; in add_device()
3540 if (info->max_frame_size < 4096) in add_device()
3541 info->max_frame_size = 4096; in add_device()
3542 else if (info->max_frame_size > 65535) in add_device()
3543 info->max_frame_size = 65535; in add_device()
3564 info->irq_level, info->max_frame_size); in add_device()
3593 info->max_frame_size = 4096; in alloc_dev()
4730 if (framesize > info->max_frame_size + crc_size) in rx_get_frame()