Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c2720 tpcside_rxarb_sop += wtp->tpcside_rxarb.sop[i]; in t6_view_wtp()
2735 tpcside_rxarb_eop += wtp->tpcside_rxarb.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()
3161 tpcside_rxarb_sop += wtp->tpcside_rxarb.sop[i]; in t5_view_wtp()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_wtp.c518 wtp->tpcside_rxarb.sop[i] = ((value >> 12) & 0xF);/*bits 12:15*/ in t5_wtp_data()
519 wtp->tpcside_rxarb.eop[i] = ((value >> 8) & 0xF); /*bits 8:11*/ in t5_wtp_data()
1040 wtp->tpcside_rxarb.sop[i] = ((value >> 12) & 0xF);/*bits 12:15*/ in t6_wtp_data()
1041 wtp->tpcside_rxarb.eop[i] = ((value >> 8) & 0xF); /*bits 8:11*/ in t6_wtp_data()
H A Dcudbg_entity.h519 struct wtp_type_2 tpcside_rxarb; /*TP_DBG_CSIDE_RXn[RxArbXopCnt]*/ member