Lines Matching refs:this_idx
291 write_kctxt_csr(sde->dd, sde->this_idx, offset0, value); in write_sde_csr()
298 return read_kctxt_csr(sde->dd, sde->this_idx, offset0); in read_sde_csr()
308 u64 off = 8 * sde->this_idx; in sdma_wait_for_packet_egress()
328 __func__, sde->this_idx, (u32)reg); in sdma_wait_for_packet_egress()
476 sde->this_idx); in sdma_err_halt_wait()
504 sde->this_idx); in sdma_err_progress_check_schedule()
557 sde->this_idx, slashstrip(__FILE__), __LINE__, in sdma_hw_clean_up_task()
756 if (sde->this_idx >= TXE_NUM_SDMA_ENGINES) in sdma_engine_get_vl()
765 vl = m->engine_to_vl[sde->this_idx]; in sdma_engine_get_vl()
811 trace_hfi1_sdma_engine_select(dd, selector, vl, rval->this_idx); in sdma_select_engine_vl()
1144 rht_node->map[i]->sde[j]->this_idx); in sdma_seqfile_dump_cpu_list()
1363 unsigned this_idx; in sdma_init() local
1419 for (this_idx = 0; this_idx < num_engines; ++this_idx) { in sdma_init()
1420 sde = &dd->per_sdma[this_idx]; in sdma_init()
1423 sde->this_idx = this_idx; in sdma_init()
1431 this_idx); in sdma_init()
1433 this_idx); in sdma_init()
1435 this_idx); in sdma_init()
1458 get_kctxt_csr_addr(dd, this_idx, SD(TAIL)); in sdma_init()
1506 for (this_idx = 0; this_idx < num_engines; ++this_idx) { in sdma_init()
1509 sde = &dd->per_sdma[this_idx]; in sdma_init()
1609 unsigned this_idx; in sdma_exit() local
1612 for (this_idx = 0; dd->per_sdma && this_idx < dd->num_sdma; in sdma_exit()
1613 ++this_idx) { in sdma_exit()
1614 sde = &dd->per_sdma[this_idx]; in sdma_exit()
1617 sde->this_idx); in sdma_exit()
1712 sde->this_idx, slashstrip(__FILE__), __LINE__, __func__); in sdma_gethead()
1746 sde->this_idx, in sdma_gethead()
1774 dd_dev_err(sde->dd, "CONFIG SDMA(%u) %s:%d %s()\n", sde->this_idx, in sdma_desc_avail()
1923 sde->this_idx, in sdma_engine_error()
1934 sde->this_idx, in sdma_engine_error()
1951 sde->this_idx, in sdma_sendctrl()
1996 sde->this_idx, slashstrip(__FILE__), __LINE__, __func__); in sdma_setlengen()
2028 sde->this_idx, slashstrip(__FILE__), __LINE__, __func__); in sdma_hw_start_up()
2063 sde->this_idx, slashstrip(__FILE__), __LINE__, __func__); in init_sdma_regs()
2074 ((u64)(credits * sde->this_idx) << in init_sdma_regs()
2095 #reg, sde->this_idx, csr); \
2160 sde->this_idx, head, tail, cnt, in dump_sdma_state()
2224 seq_printf(s, SDE_FMT, sde->this_idx, in sdma_seqfile_dump_sde()
2570 dd_dev_err(sde->dd, "CONFIG SDMA(%u) [%s] %s\n", sde->this_idx, in __sdma_process_event()