Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_wtp.c477 wtp->sge_utx.sop[0] = sge_dbg_reg->debug_U_Tx_SOP0_cnt; in t5_wtp_data()
478 wtp->sge_utx.sop[1] = sge_dbg_reg->debug_U_Tx_SOP1_cnt; in t5_wtp_data()
479 wtp->sge_utx.sop[2] = sge_dbg_reg->debug_U_Tx_SOP2_cnt; in t5_wtp_data()
480 wtp->sge_utx.sop[3] = sge_dbg_reg->debug_U_Tx_SOP3_cnt; in t5_wtp_data()
482 wtp->sge_utx.eop[0] = sge_dbg_reg->debug_U_Tx_EOP0_cnt; in t5_wtp_data()
483 wtp->sge_utx.eop[1] = sge_dbg_reg->debug_U_Tx_EOP1_cnt; in t5_wtp_data()
484 wtp->sge_utx.eop[2] = sge_dbg_reg->debug_U_Tx_EOP2_cnt; in t5_wtp_data()
485 wtp->sge_utx.eop[3] = sge_dbg_reg->debug_U_Tx_EOP3_cnt; in t5_wtp_data()
H A Dcudbg_entity.h458 struct wtp_type_2 sge_utx; /*SGE_DEBUG U_Tx_xOPn*/ member