Searched refs:rx_refill_threshold (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/sfc/falcon/ |
| A D | rx.c | 43 static unsigned int rx_refill_threshold; variable 769 if (rx_refill_threshold != 0) { in ef4_init_rx_queue() 770 trigger = max_fill * min(rx_refill_threshold, 100U) / 100U; in ef4_init_rx_queue() 836 module_param(rx_refill_threshold, uint, 0444); 837 MODULE_PARM_DESC(rx_refill_threshold,
|
| /linux/drivers/net/ethernet/sfc/ |
| A D | rx_common.c | 22 static unsigned int rx_refill_threshold; variable 23 module_param(rx_refill_threshold, uint, 0444); 24 MODULE_PARM_DESC(rx_refill_threshold, 248 if (rx_refill_threshold != 0) { in efx_init_rx_queue() 249 trigger = max_fill * min(rx_refill_threshold, 100U) / 100U; in efx_init_rx_queue()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| A D | rx_common.c | 22 static unsigned int rx_refill_threshold; variable 23 module_param(rx_refill_threshold, uint, 0444); 24 MODULE_PARM_DESC(rx_refill_threshold, 250 if (rx_refill_threshold != 0) { in efx_siena_init_rx_queue() 251 trigger = max_fill * min(rx_refill_threshold, 100U) / 100U; in efx_siena_init_rx_queue()
|
Completed in 12 milliseconds