Searched refs:CPC_TTY_MAX_MTU (Results 1 – 1 of 1) sorted by relevance
65 #define CPC_TTY_MAX_MTU 2000 macro320 cpc_tty_area[port].buf_tx = kmalloc(CPC_TTY_MAX_MTU,GFP_KERNEL); in cpc_tty_open()452 if (count > CPC_TTY_MAX_MTU) { in cpc_tty_write()517 return CPC_TTY_MAX_MTU; in cpc_tty_write_room()782 if (rx_len > CPC_TTY_MAX_MTU) { in cpc_tty_receive()