Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c2719 utx_tpcside_sop += wtp->utx_tpcside.sop[i]; in t6_view_wtp()
2734 utx_tpcside_eop += wtp->utx_tpcside.eop[i]; in t6_view_wtp()
2808 wtp->utx_tpcside.sop[0], wtp->tpcside_rxarb.sop[0], in t6_view_wtp()
2818 wtp->utx_tpcside.eop[0], wtp->tpcside_rxarb.eop[0], in t6_view_wtp()
2827 wtp->utx_tpcside.sop[1], wtp->tpcside_rxarb.sop[1], in t6_view_wtp()
2837 wtp->utx_tpcside.eop[1], wtp->tpcside_rxarb.eop[1], in t6_view_wtp()
2845 wtp->utx_tpcside.sop[2], wtp->tpcside_rxarb.sop[2], in t6_view_wtp()
2852 wtp->utx_tpcside.eop[2], wtp->tpcside_rxarb.eop[2], in t6_view_wtp()
2858 wtp->utx_tpcside.sop[3], wtp->tpcside_rxarb.sop[3], in t6_view_wtp()
3160 utx_tpcside_sop += wtp->utx_tpcside.sop[i]; in t5_view_wtp()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_wtp.c514 wtp->utx_tpcside.sop[i] = ((value >> 28) & 0xF);/*bits 28:31*/ in t5_wtp_data()
515 wtp->utx_tpcside.eop[i] = ((value >> 24) & 0xF);/*bits 24:27*/ in t5_wtp_data()
1038 wtp->utx_tpcside.sop[i] = ((value >> 28) & 0xF);/*bits 28:31*/ in t6_wtp_data()
1039 wtp->utx_tpcside.eop[i] = ((value >> 24) & 0xF);/*bits 24:27*/ in t6_wtp_data()
H A Dcudbg_entity.h516 struct wtp_type_2 utx_tpcside; /*TP_DBG_CSIDE_RXn[RxXoPCnt]*/ member