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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddl2k.c31 static int tx_coalesce=16; /* HW xmit count each TxDMAComplete */ variable
46 module_param(tx_coalesce, int, 0); /* HW xmit count each TxDMAComplete */
142 np->tx_coalesce = 1;
196 if (tx_coalesce < 1)
197 tx_coalesce = 1;
198 else if (tx_coalesce > TX_RING_SIZE-1)
199 tx_coalesce = TX_RING_SIZE - 1;
262 if (tx_coalesce > 1)
263 printk(KERN_INFO "tx_coalesce:\t%d packets\n",
264 tx_coalesce);
[all...]
H A Ddl2k.h662 unsigned int tx_coalesce; /* Maximum frames each tx interrupt */ member in struct:netdev_private

Completed in 74 milliseconds