Searched refs:rx_refill_threshold (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/sfc/falcon/ |
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-6.6.21/drivers/net/ethernet/sfc/ |
D | rx_common.c | 21 static unsigned int rx_refill_threshold; variable 22 module_param(rx_refill_threshold, uint, 0444); 23 MODULE_PARM_DESC(rx_refill_threshold, 247 if (rx_refill_threshold != 0) { in efx_init_rx_queue() 248 trigger = max_fill * min(rx_refill_threshold, 100U) / 100U; in efx_init_rx_queue()
|
/linux-6.6.21/drivers/net/ethernet/sfc/siena/ |
D | rx_common.c | 21 static unsigned int rx_refill_threshold; variable 22 module_param(rx_refill_threshold, uint, 0444); 23 MODULE_PARM_DESC(rx_refill_threshold, 249 if (rx_refill_threshold != 0) { in efx_siena_init_rx_queue() 250 trigger = max_fill * min(rx_refill_threshold, 100U) / 100U; in efx_siena_init_rx_queue()
|