Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_calendar.c318 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 …]
H A Dsparx5_main.c223 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()
H A Dsparx5_fdma.c348 int idx, jdx; in sparx5_fdma_rx_alloc() local
368 for (jdx = 0; jdx < FDMA_RX_DCB_MAX_DBS; ++jdx) { in sparx5_fdma_rx_alloc()
369 struct sparx5_db_hw *db_hw = &dcb->db[jdx]; in sparx5_fdma_rx_alloc()
380 rx->skb[idx][jdx] = skb; in sparx5_fdma_rx_alloc()
395 int idx, jdx; in sparx5_fdma_tx_alloc() local
411 for (jdx = 0; jdx < FDMA_TX_DCB_MAX_DBS; ++jdx) { in sparx5_fdma_tx_alloc()
412 struct sparx5_db_hw *db_hw = &dcb->db[jdx]; in sparx5_fdma_tx_alloc()
H A Dsparx5_tc_flower.c402 int idx, jdx, err = 0, count = 0; in sparx5_tc_select_protocol_keyset() local
435 for (jdx = 0; jdx < matches.cnt; ++jdx) { in sparx5_tc_select_protocol_keyset()
436 if (portkeysetlist.keysets[idx] != matches.keysets[jdx]) in sparx5_tc_select_protocol_keyset()
H A Dsparx5_vcap_impl.c769 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()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/
H A D0001-Add-correct-printf-qualifier-for-off_t.patch22 + fwts_passed(fw, "EBDA region mapped at 0x%jdx and reserved as a %" PRId64
36 + "EBDA region mapped at 0x%jdx but not reserved in the %s table.",