Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c2717 sge_utx_sop += wtp->ulp_se_cnt_chx.sop[i]; in t6_view_wtp()
2807 wtp->pcie_t5_dma_stat3.sop[0], wtp->ulp_se_cnt_chx.sop[0], in t6_view_wtp()
3158 sge_utx_sop += wtp->ulp_se_cnt_chx.sop[i]; in t5_view_wtp()
3271 wtp->ulp_se_cnt_chx.sop[0], wtp->utx_tpcside.sop[0], in t5_view_wtp()
3282 wtp->ulp_se_cnt_chx.eop[0], wtp->utx_tpcside.eop[0], in t5_view_wtp()
3292 wtp->ulp_se_cnt_chx.sop[1], wtp->utx_tpcside.sop[1], in t5_view_wtp()
3303 wtp->ulp_se_cnt_chx.eop[1], wtp->utx_tpcside.eop[1], in t5_view_wtp()
3313 wtp->ulp_se_cnt_chx.sop[2], wtp->utx_tpcside.sop[2], in t5_view_wtp()
3324 wtp->ulp_se_cnt_chx.eop[2], wtp->utx_tpcside.eop[2], in t5_view_wtp()
3334 wtp->ulp_se_cnt_chx.sop[3], wtp->utx_tpcside.sop[3], in t5_view_wtp()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_wtp.c386 wtp->ulp_se_cnt_chx.sop[i] = ((value >> 28) & 0x0F); in t5_wtp_data()
387 wtp->ulp_se_cnt_chx.eop[i] = ((value >> 24) & 0x0F); in t5_wtp_data()
1029 wtp->ulp_se_cnt_chx.sop[i] = ((value >> 28) & 0x0F); in t6_wtp_data()
1030 wtp->ulp_se_cnt_chx.eop[i] = ((value >> 24) & 0x0F); in t6_wtp_data()
H A Dcudbg_entity.h536 struct wtp_type_2 ulp_se_cnt_chx; member