Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_wtp.c268 read_sge_debug_data(struct cudbg_init *pdbg_init, u32 *sge_dbg_reg) in read_sge_debug_data() argument
278 sge_dbg_reg[(i << 1) | 1] = HTONL_NIBBLE(value); in read_sge_debug_data()
281 sge_dbg_reg[(i << 1)] = HTONL_NIBBLE(value); in read_sge_debug_data()
308 struct sge_debug_reg_data *sge_dbg_reg = NULL; in t5_wtp_data() local
331 sge_dbg_reg = (struct sge_debug_reg_data *) &Sge_Dbg[0]; in t5_wtp_data()
339 wtp->sge_pcie_cmd_req.sop[0] = sge_dbg_reg->debug_PC_Req_SOP0_cnt; in t5_wtp_data()
340 wtp->sge_pcie_cmd_req.sop[1] = sge_dbg_reg->debug_PC_Req_SOP1_cnt; in t5_wtp_data()
342 wtp->sge_pcie_cmd_req.eop[0] = sge_dbg_reg->debug_PC_Req_EOP0_cnt; in t5_wtp_data()
343 wtp->sge_pcie_cmd_req.eop[1] = sge_dbg_reg->debug_PC_Req_EOP1_cnt; in t5_wtp_data()
416 wtp->pcie_sge_cmd_rsp.sop[0] = sge_dbg_reg->debug_PC_Rsp_SOP0_cnt; in t5_wtp_data()
[all …]