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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dhorizon.c363 static int max_tx_size = 9000; variable
2120 error = check_max_sdu (vcc.aal, txtp, max_tx_size);
2577 if (max_tx_size < 0 || max_tx_size > TX_AAL5_LIMIT)
2578 PRINTK (KERN_NOTICE, "max_tx_size has been limited to %hu",
2579 max_tx_size = TX_AAL5_LIMIT);
2593 module_param(max_tx_size, int, 0);
2598 MODULE_PARM_DESC(max_tx_size, "maximum size of TX AAL5 frames");

Completed in 62 milliseconds