Searched refs:rx_refill_threshold (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | rx.c | 43 static unsigned int rx_refill_threshold; variable 770 if (rx_refill_threshold != 0) { in ef4_init_rx_queue() 771 trigger = max_fill * min(rx_refill_threshold, 100U) / 100U; in ef4_init_rx_queue() 837 module_param(rx_refill_threshold, uint, 0444); 838 MODULE_PARM_DESC(rx_refill_threshold,
|
| /linux/drivers/net/ethernet/sfc/ |
| H 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, 251 if (rx_refill_threshold != 0) { in efx_init_rx_queue() 252 trigger = max_fill * min(rx_refill_threshold, 100U) / 100U; in efx_init_rx_queue()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H 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()
|