Searched refs:rx_coalesce (Results 1 – 2 of 2) sorted by relevance
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