Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/microchip/sparx5/
Dsparx5_calendar.c286 u32 num_of_slots, slot_spd, empty_slots; in sparx5_dsm_calendar_calc() local
349 slot_spd = raw_spd * factor / 1000; in sparx5_dsm_calendar_calc()
350 num_of_slots = taxi_bw / slot_spd; in sparx5_dsm_calendar_calc()
356 slot_spd = taxi_bw / num_of_slots; in sparx5_dsm_calendar_calc()
369 data->dev_slots[idx] = ((spd * factor / slot_spd) + 999) / 1000; in sparx5_dsm_calendar_calc()