Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib.c1435 struct struct_tp_la *tp_la_buff; in collect_tp_la() local
1445 tp_la_buff = (struct struct_tp_la *) scratch_buff.data; in collect_tp_la()
1447 tp_la_buff->mode = G_DBGLAMODE(t4_read_reg(padap, A_TP_DBG_LA_CONFIG)); in collect_tp_la()
1448 t4_tp_read_la(padap, (u64 *)tp_la_buff->data, NULL); in collect_tp_la()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c1313 struct struct_tp_la *tp_la_buff; in view_tp_la() local
1320 tp_la_buff = (struct struct_tp_la *) dc_buff.data; in view_tp_la()
1321 switch (tp_la_buff->mode) { in view_tp_la()
1333 rc = la_show((u64 *)tp_la_buff->data + i*2, i, cudbg_poutbuf); in view_tp_la()