Searched refs:sge_dbg_reg (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_wtp.c259 static u32 read_sge_debug_data(struct cudbg_init *pdbg_init, u32 *sge_dbg_reg) argument
269 sge_dbg_reg[(i << 1) | 1] = HTONL_NIBBLE(value);
272 sge_dbg_reg[(i << 1)] = HTONL_NIBBLE(value);
297 struct sge_debug_reg_data *sge_dbg_reg = NULL; local
320 sge_dbg_reg = (struct sge_debug_reg_data *) &Sge_Dbg[0];
328 wtp->sge_pcie_cmd_req.sop[0] = sge_dbg_reg->debug_PC_Req_SOP0_cnt;
329 wtp->sge_pcie_cmd_req.sop[1] = sge_dbg_reg->debug_PC_Req_SOP1_cnt;
331 wtp->sge_pcie_cmd_req.eop[0] = sge_dbg_reg->debug_PC_Req_EOP0_cnt;
332 wtp->sge_pcie_cmd_req.eop[1] = sge_dbg_reg->debug_PC_Req_EOP1_cnt;
405 wtp->pcie_sge_cmd_rsp.sop[0] = sge_dbg_reg
939 struct sge_debug_reg_data *sge_dbg_reg = NULL; local
[all...]

Completed in 75 milliseconds