Home
last modified time | relevance | path

Searched refs:leak_time_us (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_qos.c334 u32 leak_time_us; in sparx5_leak_groups_init() local
348 leak_time_us = (SPX5_SE_RATE_MAX * 1000) / lg->max_rate; in sparx5_leak_groups_init()
351 lg->leak_time = 1000 * leak_time_us; in sparx5_leak_groups_init()
354 lg->resolution = 1000 / leak_time_us; in sparx5_leak_groups_init()
359 lg->max_ses = (1000 * leak_time_us) / sys_clk_per_100ps; in sparx5_leak_groups_init()