Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c2683 (wtp->pcie_dma1_stat2.sop[i]); in t6_view_wtp()
2696 (wtp->pcie_dma1_stat2.eop[i]); in t6_view_wtp()
2888 wtp->pcie_dma1_stat2.sop[0], in t6_view_wtp()
2902 wtp->pcie_dma1_stat2.eop[0], in t6_view_wtp()
2915 wtp->pcie_dma1_stat2.sop[1], in t6_view_wtp()
2929 wtp->pcie_dma1_stat2.eop[1], in t6_view_wtp()
3125 (wtp->pcie_dma1_stat2.sop[i]); in t5_view_wtp()
3138 (wtp->pcie_dma1_stat2.eop[i]); in t5_view_wtp()
3369 wtp->pcie_dma1_stat2.sop[0], in t5_view_wtp()
3382 wtp->pcie_dma1_stat2.eop[0], in t5_view_wtp()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_wtp.c841 wtp->pcie_dma1_stat2.sop[i] = ((value >> 8) & 0x0F); in t5_wtp_data()
842 wtp->pcie_dma1_stat2.eop[i] = ((value >> 8) & 0x0F); in t5_wtp_data()
1013 wtp->pcie_dma1_stat2.sop[i] = ((value >> 8) & 0x0F); in t6_wtp_data()
1014 wtp->pcie_dma1_stat2.eop[i] = ((value >> 8) & 0x0F); in t6_wtp_data()
H A Dcudbg_entity.h557 struct wtp_type_2 pcie_dma1_stat2; member