Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_qos.c27 ktime_t current_time, threshold_time, new_time; in sparx5_new_base_time() local
37 threshold_time = current_time + (2 * cycle_time); in sparx5_new_base_time()
38 diff_time = threshold_time - new_time; in sparx5_new_base_time()
42 if (new_time >= threshold_time) { in sparx5_new_base_time()
57 if (new_time < threshold_time) { in sparx5_new_base_time()
59 while (new_time < threshold_time) in sparx5_new_base_time()
/linux-6.3-rc2/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_taprio.c377 ktime_t current_time, threshold_time; in lan966x_taprio_new_base_time() local
383 threshold_time = current_time + (2 * cycle_time); in lan966x_taprio_new_base_time()
386 if (org_base_time >= threshold_time) { in lan966x_taprio_new_base_time()
401 *new_base_time = threshold_time + rem; in lan966x_taprio_new_base_time()

Completed in 6 milliseconds