Searched refs:jdx (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/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 | 219 int idx, jdx; in sparx5_create_targets() local 221 for (idx = 0, jdx = 0; jdx < ARRAY_SIZE(sparx5_main_iomap); jdx++) { in sparx5_create_targets() 222 const struct sparx5_main_io_resource *iomap = &sparx5_main_iomap[jdx]; in sparx5_create_targets() 225 range_id[idx] = jdx; in sparx5_create_targets() 246 for (jdx = 0; jdx < ARRAY_SIZE(sparx5_main_iomap); jdx++) { in sparx5_create_targets() 247 const struct sparx5_main_io_resource *iomap = &sparx5_main_iomap[jdx]; in sparx5_create_targets() 350 u32 value, pending, jdx, idx; in sparx5_init_ram() local 352 for (jdx = 0; jdx < 10; jdx++) { in sparx5_init_ram() 356 if (jdx == 0) { in sparx5_init_ram()
|
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()
|