Searched refs:rx_coalesce (Results 1 – 3 of 3) sorted by relevance
218 rx_coalesce=m - Number of rx frame handled each interrupt.220 If set rx_coalesce > 0, hardware only assert 224 Set proper rx_coalesce and rx_timeout can 228 For example, rx_coalesce=10 rx_timeout=800.
33 static int rx_coalesce=10; /* Rx frame count each interrupt */ variable48 module_param(rx_coalesce, int, 0); /* Rx frame count each interrupt */209 if (rx_coalesce > 0 && rx_timeout > 0) { in rio_probe1()210 np->rx_coalesce = rx_coalesce; in rio_probe1()285 np->rx_coalesce, np->rx_timeout*640); in rio_probe1()578 dw32(RxDMAIntCtrl, np->rx_coalesce | np->rx_timeout << 16); in rio_hw_init()
381 unsigned int rx_coalesce; /* Maximum frames each RxDMAComplete intr */ member