Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c4222 struct ireg_field *sge_pio = &ch_sge_dbg->tp_pio; in collect_sge_indirect() local
4225 sge_pio->ireg_addr = t5_sge_dbg_index_array[i][0]; in collect_sge_indirect()
4226 sge_pio->ireg_data = t5_sge_dbg_index_array[i][1]; in collect_sge_indirect()
4227 sge_pio->ireg_local_offset = t5_sge_dbg_index_array[i][2]; in collect_sge_indirect()
4228 sge_pio->ireg_offset_range = t5_sge_dbg_index_array[i][3]; in collect_sge_indirect()
4231 sge_pio->ireg_addr, in collect_sge_indirect()
4232 sge_pio->ireg_data, in collect_sge_indirect()
4234 sge_pio->ireg_offset_range, in collect_sge_indirect()
4235 sge_pio->ireg_local_offset); in collect_sge_indirect()