Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_calendar.c394 u32 slot, jdx, kdx, ts; in sparx5_dsm_calendar_calc() local
406 kdx = 0; in sparx5_dsm_calendar_calc()
408 for (jdx = 0; jdx < indices_len; jdx++, kdx++) in sparx5_dsm_calendar_calc()
409 data->new_slots[kdx] = data->indices[jdx]; in sparx5_dsm_calendar_calc()
418 num_of_new_slots = kdx; in sparx5_dsm_calendar_calc()
508 u32 jdx, kdx; in sparx5_dsm_calendar_check() local
513 kdx = 0; in sparx5_dsm_calendar_check()
516 jdx = (jdx + 1) % num_of_slots, kdx++) { in sparx5_dsm_calendar_check()