Home
last modified time | relevance | path

Searched refs:sge_cim (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_wtp.c409 wtp->sge_cim.sop[0] = sge_dbg_reg->debug_CIM_SOP0_cnt; in t5_wtp_data()
410 wtp->sge_cim.sop[1] = sge_dbg_reg->debug_CIM_SOP1_cnt; in t5_wtp_data()
412 wtp->sge_cim.eop[0] = sge_dbg_reg->debug_CIM_EOP0_cnt; in t5_wtp_data()
413 wtp->sge_cim.eop[1] = sge_dbg_reg->debug_CIM_EOP1_cnt; in t5_wtp_data()
985 wtp->sge_cim.sop[0] = sge_dbg_reg->debug_CIM_SOP0_cnt; in t6_wtp_data()
986 wtp->sge_cim.sop[1] = sge_dbg_reg->debug_CIM_SOP1_cnt; in t6_wtp_data()
988 wtp->sge_cim.eop[0] = sge_dbg_reg->debug_CIM_EOP0_cnt; in t6_wtp_data()
989 wtp->sge_cim.eop[1] = sge_dbg_reg->debug_CIM_EOP1_cnt; in t6_wtp_data()
H A Dcudbg_entity.h447 struct wtp_type_1 sge_cim; /*SGE_DEBUG CIM_xOPn*/ member