Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_entity.h942 static u32 ATTRIBUTE_UNUSED t5_sge_dbg_index_array[9][4] = { variable
H A Dcudbg_lib.c4211 sge_pio->ireg_addr = t5_sge_dbg_index_array[i][0]; in collect_sge_indirect()
4212 sge_pio->ireg_data = t5_sge_dbg_index_array[i][1]; in collect_sge_indirect()
4213 sge_pio->ireg_local_offset = t5_sge_dbg_index_array[i][2]; in collect_sge_indirect()
4214 sge_pio->ireg_offset_range = t5_sge_dbg_index_array[i][3]; in collect_sge_indirect()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c4646 j = l + t5_sge_dbg_index_array[i][3]; in view_sge_indirect()