Lines Matching refs:t3_read_reg
214 uiip->llimit = t3_read_reg(adapter, A_ULPRX_ISCSI_LLIMIT); in cxgb_ulp_iscsi_ctl()
215 uiip->ulimit = t3_read_reg(adapter, A_ULPRX_ISCSI_ULIMIT); in cxgb_ulp_iscsi_ctl()
216 uiip->tagmask = t3_read_reg(adapter, A_ULPRX_ISCSI_TAGMASK); in cxgb_ulp_iscsi_ctl()
218 val = t3_read_reg(adapter, A_ULPRX_ISCSI_PSZ); in cxgb_ulp_iscsi_ctl()
222 val = t3_read_reg(adapter, A_TP_PARA_REG7); in cxgb_ulp_iscsi_ctl()
231 t3_read_reg(adapter, A_PM1_TX_CFG) >> 17); in cxgb_ulp_iscsi_ctl()
235 val = t3_read_reg(adapter, A_TP_PARA_REG2); in cxgb_ulp_iscsi_ctl()
249 ((t3_read_reg(adapter, A_TP_PARA_REG2)) >> in cxgb_ulp_iscsi_ctl()
258 if (val && (val != t3_read_reg(adapter, A_ULPRX_ISCSI_PSZ))) { in cxgb_ulp_iscsi_ctl()
287 t3_read_reg(adapter, A_ULPTX_TPT_LLIMIT); in cxgb_rdma_ctl()
288 rdma->tpt_top = t3_read_reg(adapter, A_ULPTX_TPT_ULIMIT); in cxgb_rdma_ctl()
290 t3_read_reg(adapter, A_ULPTX_PBL_LLIMIT); in cxgb_rdma_ctl()
291 rdma->pbl_top = t3_read_reg(adapter, A_ULPTX_PBL_ULIMIT); in cxgb_rdma_ctl()
292 rdma->rqt_base = t3_read_reg(adapter, A_ULPRX_RQ_LLIMIT); in cxgb_rdma_ctl()
293 rdma->rqt_top = t3_read_reg(adapter, A_ULPRX_RQ_ULIMIT); in cxgb_rdma_ctl()
424 ddpp->llimit = t3_read_reg(adapter, A_ULPRX_TDDP_LLIMIT); in cxgb_offload_ctl()
425 ddpp->ulimit = t3_read_reg(adapter, A_ULPRX_TDDP_ULIMIT); in cxgb_offload_ctl()
426 ddpp->tag_mask = t3_read_reg(adapter, A_ULPRX_TDDP_TAGMASK); in cxgb_offload_ctl()