Searched refs:jdx (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_calendar.c | 318 u32 jdx; in sparx5_dsm_calendar_calc() local 324 for (jdx = 0; jdx < ARRAY_SIZE(data->taxi_speeds); jdx++) in sparx5_dsm_calendar_calc() 325 gcd = sparx5_dsm_exb_gcd(gcd, data->taxi_speeds[jdx]); in sparx5_dsm_calendar_calc() 394 u32 slot, jdx, kdx, ts; in sparx5_dsm_calendar_calc() local 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() 508 u32 jdx, kdx; in sparx5_dsm_calendar_check() local 514 for (jdx = (idx + 1) % num_of_slots; in sparx5_dsm_calendar_check() 515 jdx != idx; in sparx5_dsm_calendar_check() 516 jdx = (jdx + 1) % num_of_slots, kdx++) { in sparx5_dsm_calendar_check() [all …]
|
D | sparx5_main.c | 223 int idx, jdx; in sparx5_create_targets() local 225 for (idx = 0, jdx = 0; jdx < ARRAY_SIZE(sparx5_main_iomap); jdx++) { in sparx5_create_targets() 226 const struct sparx5_main_io_resource *iomap = &sparx5_main_iomap[jdx]; in sparx5_create_targets() 229 range_id[idx] = jdx; in sparx5_create_targets() 250 for (jdx = 0; jdx < ARRAY_SIZE(sparx5_main_iomap); jdx++) { in sparx5_create_targets() 251 const struct sparx5_main_io_resource *iomap = &sparx5_main_iomap[jdx]; in sparx5_create_targets() 357 u32 value, pending, jdx, idx; in sparx5_init_ram() local 359 for (jdx = 0; jdx < 10; jdx++) { in sparx5_init_ram() 363 if (jdx == 0) { in sparx5_init_ram()
|
D | sparx5_tc_flower.c | 406 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()
|
D | sparx5_vcap_impl.c | 769 int idx, jdx, lookup; in sparx5_vcap_validate_keyset() local 805 for (jdx = 0; jdx < keysetlist.cnt; ++jdx) in sparx5_vcap_validate_keyset() 806 if (kslist->keysets[idx] == keysets[jdx]) in sparx5_vcap_validate_keyset()
|