Home
last modified time | relevance | path

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

/drivers/net/ethernet/dlink/
Ddl2k.c28 static int rx_coalesce=10; /* Rx frame count each interrupt */ variable
43 module_param(rx_coalesce, int, 0); /* Rx frame count each interrupt */
200 if (rx_coalesce > 0 && rx_timeout > 0) { in rio_probe1()
201 np->rx_coalesce = rx_coalesce; in rio_probe1()
278 np->rx_coalesce, np->rx_timeout*640); in rio_probe1()
574 dw32(RxDMAIntCtrl, np->rx_coalesce | np->rx_timeout << 16); in rio_hw_init()
Ddl2k.h381 unsigned int rx_coalesce; /* Maximum frames each RxDMAComplete intr */ member