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

/drivers/net/ethernet/dlink/
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 */
200 if (rx_coalesce > 0 && rx_timeout > 0) {
201 np->rx_coalesce = rx_coalesce;
272 "rx_coalesce:\t%d packets\n"
274 np->rx_coalesce, np->rx_timeout*640);
438 writel (np->rx_coalesce | np->rx_timeout << 16,
H A Ddl2k.h394 unsigned int rx_coalesce; /* Maximum frames each RxDMAComplete intr */ member in struct:netdev_private

Completed in 29 milliseconds