Searched refs:this_idx (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | sdma.c | 462 sde->this_idx); in sdma_err_progress_check_schedule() 1321 unsigned this_idx; in sdma_init() local 1377 for (this_idx = 0; this_idx < num_engines; ++this_idx) { in sdma_init() 1381 sde->this_idx = this_idx; in sdma_init() 1389 this_idx); in sdma_init() 1391 this_idx); in sdma_init() 1393 this_idx); in sdma_init() 1464 for (this_idx = 0; this_idx < num_engines; ++this_idx) { in sdma_init() 1567 unsigned this_idx; in sdma_exit() local 1570 for (this_idx = 0; dd->per_sdma && this_idx < dd->num_sdma; in sdma_exit() [all …]
|
A D | trace_tx.h | 126 __entry->idx = sde->this_idx; 312 __entry->idx = sde->this_idx; 339 __entry->idx = sde->this_idx; 380 __entry->idx = sde->this_idx; 416 __entry->idx = sde->this_idx; 440 __entry->idx = sde->this_idx; 632 __entry->engine = sde->this_idx; 934 __entry->sde ? __entry->sde->this_idx : 0,
|
A D | msix.c | 191 sde->dd->unit, sde->this_idx); in msix_request_sdma_irq() 197 remap_sdma_interrupts(sde->dd, sde->this_idx, nr); in msix_request_sdma_irq()
|
A D | affinity.c | 763 sde->this_idx, cpu); in hfi1_update_sdma_affinity() 854 scnprintf(extra, 64, "engine %u", sde->this_idx); in get_irq_affinity()
|
A D | ipoib_tx.c | 126 tx->txq->sde->this_idx); in hfi1_ipoib_free_tx() 850 txq->sde ? txq->sde->this_idx : 0); in hfi1_ipoib_tx_timeout()
|
A D | sdma.h | 300 u8 this_idx; /* zero relative engine */ member
|
A D | vnic_main.c | 288 return sde->this_idx; in hfi1_vnic_select_queue()
|
A D | qp.c | 650 sde ? sde->this_idx : 0, in qp_iter_print()
|
A D | user_sdma.c | 1340 req->info.comp_idx, req->sde->this_idx, in set_txreq_header_ahg()
|
A D | chip.c | 6012 dd_dev_err(sde->dd, "CONFIG SDMA(%u) %s:%d %s()\n", sde->this_idx, in handle_sdma_eng_err() 6015 sde->this_idx, source, (unsigned long long)status); in handle_sdma_eng_err() 6039 dd_dev_err(dd, "CONFIG SDMA(%u) %s:%d %s()\n", sde->this_idx, in is_sdma_eng_err_int() 6041 dd_dev_err(dd, "CONFIG SDMA(%u) source: %u\n", sde->this_idx, in is_sdma_eng_err_int() 8326 dd_dev_err(dd, "CONFIG SDMA(%u) %s:%d %s()\n", sde->this_idx, in sdma_interrupt() 8347 sde->this_idx); in sdma_interrupt()
|
Completed in 53 milliseconds