Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_lib.c1822 struct ireg_field *sge_pio = &ch_sge_dbg->tp_pio; in cudbg_collect_sge_indirect() local
1825 sge_pio->ireg_addr = t5_sge_dbg_index_array[i][0]; in cudbg_collect_sge_indirect()
1826 sge_pio->ireg_data = t5_sge_dbg_index_array[i][1]; in cudbg_collect_sge_indirect()
1827 sge_pio->ireg_local_offset = t5_sge_dbg_index_array[i][2]; in cudbg_collect_sge_indirect()
1828 sge_pio->ireg_offset_range = t5_sge_dbg_index_array[i][3]; in cudbg_collect_sge_indirect()
1830 sge_pio->ireg_addr, in cudbg_collect_sge_indirect()
1831 sge_pio->ireg_data, in cudbg_collect_sge_indirect()
1833 sge_pio->ireg_offset_range, in cudbg_collect_sge_indirect()
1834 sge_pio->ireg_local_offset); in cudbg_collect_sge_indirect()