Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_calendar.c314 u32 jdx; in sparx5_dsm_calendar_calc() local
320 for (jdx = 0; jdx < ARRAY_SIZE(data->taxi_speeds); jdx++) in sparx5_dsm_calendar_calc()
321 gcd = sparx5_dsm_exb_gcd(gcd, data->taxi_speeds[jdx]); in sparx5_dsm_calendar_calc()
390 u32 slot, jdx, kdx, ts; in sparx5_dsm_calendar_calc() local
404 for (jdx = 0; jdx < indices_len; jdx++, kdx++) in sparx5_dsm_calendar_calc()
405 data->new_slots[kdx] = data->indices[jdx]; in sparx5_dsm_calendar_calc()
504 u32 jdx, kdx; in sparx5_dsm_calendar_check() local
510 for (jdx = (idx + 1) % num_of_slots; in sparx5_dsm_calendar_check()
511 jdx != idx; in sparx5_dsm_calendar_check()
512 jdx = (jdx + 1) % num_of_slots, kdx++) { in sparx5_dsm_calendar_check()
[all …]
H A Dsparx5_main.c277 int idx, jdx; in sparx5_create_targets() local
279 for (idx = 0, jdx = 0; jdx < iomap_size; jdx++) { in sparx5_create_targets()
280 const struct sparx5_main_io_resource *io = &iomap[jdx]; in sparx5_create_targets()
283 range_id[idx] = jdx; in sparx5_create_targets()
304 for (jdx = 0; jdx < iomap_size; jdx++) { in sparx5_create_targets()
305 const struct sparx5_main_io_resource *io = &iomap[jdx]; in sparx5_create_targets()
418 u32 value, pending, jdx, idx; in sparx5_init_ram() local
420 for (jdx = 0; jdx < 10; jdx++) { in sparx5_init_ram()
424 if (jdx == 0) { in sparx5_init_ram()
H A Dsparx5_tc_flower.c406 int idx, jdx, err = 0, count = 0; in sparx5_tc_select_protocol_keyset() local
439 for (jdx = 0; jdx < matches.cnt; ++jdx) { in sparx5_tc_select_protocol_keyset()
440 if (portkeysetlist.keysets[idx] != matches.keysets[jdx]) in sparx5_tc_select_protocol_keyset()
H A Dsparx5_vcap_impl.c753 int idx, jdx, lookup; in sparx5_vcap_validate_keyset() local
789 for (jdx = 0; jdx < keysetlist.cnt; ++jdx) in sparx5_vcap_validate_keyset()
790 if (kslist->keysets[idx] == keysets[jdx]) in sparx5_vcap_validate_keyset()