Searched refs:rx_coalesce (Results 1 – 3 of 3) sorted by relevance
246 rx_coalesce=m Number of rx frame handled each interrupt.248 If set rx_coalesce > 0, hardware only assert252 Set proper rx_coalesce and rx_timeout can256 For example, rx_coalesce=10 rx_timeout=800.
28 static int rx_coalesce=10; /* Rx frame count each interrupt */ variable43 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()
381 unsigned int rx_coalesce; /* Maximum frames each RxDMAComplete intr */ member