Searched refs:rx_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.c29 static int rx_coalesce=10; /* Rx frame count each interrupt */ variable
44 module_param(rx_coalesce, int, 0); /* Rx frame count each interrupt */
188 if (rx_coalesce > 0 && rx_timeout > 0) {
189 np->rx_coalesce = rx_coalesce;
266 printk(KERN_INFO "rx_coalesce:\t%d packets\n"
268 np->rx_coalesce, np->rx_timeout*640);
425 writel (np->rx_coalesce | np->rx_timeout << 16,
H A Ddl2k.h660 unsigned int rx_coalesce; /* Maximum frames each RxDMAComplete intr */ member in struct:netdev_private

Completed in 67 milliseconds