Searched refs:max_tx_size (Results 1 – 2 of 2) sorted by relevance
362 static int max_tx_size = 9000; variable2288 error = check_max_sdu (vcc.aal, txtp, max_tx_size); in hrz_open()2924 if (max_tx_size < 0 || max_tx_size > TX_AAL5_LIMIT) in hrz_check_args()2926 max_tx_size = TX_AAL5_LIMIT); in hrz_check_args()2943 MODULE_PARM(max_tx_size, "i");2948 MODULE_PARM_DESC(max_tx_size, "maximum size of TX AAL5 frames");
2275 unsigned i, c, cr_missing, max_tx_size; in my_console_write() local2298 max_tx_size = console_tx_buf_len; in my_console_write()2301 c = MIN(max_tx_size, count); in my_console_write()2340 if (i < max_tx_size) { in my_console_write()