Home
last modified time | relevance | path

Searched refs:max_tx_size (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/atm/
Dhorizon.c362 static int max_tx_size = 9000; variable
2288 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");
/linux-2.4.37.9/arch/ppc/8xx_io/
Duart.c2275 unsigned i, c, cr_missing, max_tx_size; in my_console_write() local
2298 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()