Searched refs:jdx (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/ |
A 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 …]
|
A 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() 355 u32 value, pending, jdx, idx; in sparx5_init_ram() local 357 for (jdx = 0; jdx < 10; jdx++) { in sparx5_init_ram() 361 if (jdx == 0) { in sparx5_init_ram()
|
A D | sparx5_fdma.c | 348 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()
|
A D | sparx5_tc_flower.c | 375 int idx, jdx, err = 0, count = 0; in sparx5_tc_select_protocol_keyset() local 408 for (jdx = 0; jdx < matches.cnt; ++jdx) { in sparx5_tc_select_protocol_keyset() 409 if (portkeysetlist.keysets[idx] != matches.keysets[jdx]) in sparx5_tc_select_protocol_keyset()
|
A 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()
|
Completed in 12 milliseconds