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

/drivers/net/ethernet/smsc/
H A Dsmc911x.c24 * tx_fifo_kb = Size of TX FIFO in KB
87 static int tx_fifo_kb=8; variable
88 module_param(tx_fifo_kb, int, 0400);
89 MODULE_PARM_DESC(tx_fifo_kb,"transmit FIFO size in KB (1<x<15)(default=8)");
235 SMC_SET_HW_CFG(lp, (lp->tx_fifo_kb & 0xF) << 16);
1834 if ((tx_fifo_kb < 2) || (tx_fifo_kb > 14)) {
1836 tx_fifo_kb);
1844 lp->tx_fifo_kb = tx_fifo_kb;
[all...]
H A Dsmc911x.h80 int tx_fifo_kb; member in struct:smc911x_local

Completed in 56 milliseconds