Searched refs:rx_refill_threshold (Results 1 – 1 of 1) sorted by relevance
46 static unsigned int rx_refill_threshold; variable767 if (rx_refill_threshold != 0) { in efx_init_rx_queue()768 trigger = max_fill * min(rx_refill_threshold, 100U) / 100U; in efx_init_rx_queue()834 module_param(rx_refill_threshold, uint, 0444);835 MODULE_PARM_DESC(rx_refill_threshold,