Searched refs:tpcside_rxarb (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cxgbetool/ |
H A D | cudbg_view.c | 2720 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() 2865 wtp->utx_tpcside.eop[3], wtp->tpcside_rxarb.eop[3], in t6_view_wtp() [all …]
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | cudbg_wtp.c | 518 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 D | cudbg_entity.h | 519 struct wtp_type_2 tpcside_rxarb; /*TP_DBG_CSIDE_RXn[RxArbXopCnt]*/ member
|