Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_lib.c1393 struct ireg_field *sge_pio = &ch_sge_dbg->tp_pio; in cudbg_collect_sge_indirect() local
1396 sge_pio->ireg_addr = t5_sge_dbg_index_array[i][0]; in cudbg_collect_sge_indirect()
1397 sge_pio->ireg_data = t5_sge_dbg_index_array[i][1]; in cudbg_collect_sge_indirect()
1398 sge_pio->ireg_local_offset = t5_sge_dbg_index_array[i][2]; in cudbg_collect_sge_indirect()
1399 sge_pio->ireg_offset_range = t5_sge_dbg_index_array[i][3]; in cudbg_collect_sge_indirect()
1401 sge_pio->ireg_addr, in cudbg_collect_sge_indirect()
1402 sge_pio->ireg_data, in cudbg_collect_sge_indirect()
1404 sge_pio->ireg_offset_range, in cudbg_collect_sge_indirect()
1405 sge_pio->ireg_local_offset); in cudbg_collect_sge_indirect()