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()
2817 wtp->pcie_t5_dma_stat3.eop[0], wtp->ulp_se_cnt_chx.eop[0], in t6_view_wtp()
2826 wtp->pcie_t5_dma_stat3.sop[1], wtp->ulp_se_cnt_chx.sop[1], in t6_view_wtp()
2836 wtp->pcie_t5_dma_stat3.eop[1], wtp->ulp_se_cnt_chx.eop[1], in t6_view_wtp()
2844 wtp->pcie_t5_dma_stat3.sop[2], wtp->ulp_se_cnt_chx.sop[2], in t6_view_wtp()
2851 wtp->pcie_t5_dma_stat3.eop[2], wtp->ulp_se_cnt_chx.eop[2], in t6_view_wtp()
2857 wtp->pcie_t5_dma_stat3.sop[3], wtp->ulp_se_cnt_chx.sop[3], in t6_view_wtp()
2864 wtp->pcie_t5_dma_stat3.eop[3], wtp->ulp_se_cnt_chx.eop[3], in t6_view_wtp()
3158 sge_utx_sop += wtp->ulp_se_cnt_chx.sop[i]; 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