cxgb_offload.c | 279 struct rdma_info *req2 = data; local in function:cxgb_rdma_ctl 281 req2->tpt_base = t3_read_reg(adapter, A_ULPTX_TPT_LLIMIT); 282 req2->tpt_top = t3_read_reg(adapter, A_ULPTX_TPT_ULIMIT); 283 req2->pbl_base = t3_read_reg(adapter, A_ULPTX_PBL_LLIMIT); 284 req2->pbl_top = t3_read_reg(adapter, A_ULPTX_PBL_ULIMIT); 285 req2->rqt_base = t3_read_reg(adapter, A_ULPRX_RQ_LLIMIT); 286 req2->rqt_top = t3_read_reg(adapter, A_ULPRX_RQ_ULIMIT); 290 struct rdma_cq_op *req2 = data; local in function:cxgb_rdma_ctl 294 ret = t3_sge_cqcntxt_op(adapter, req2->id, req2->op 320 struct rdma_cq_setup *req2 = data; local in function:cxgb_rdma_ctl 336 struct rdma_ctrlqp_setup *req2 = data; local in function:cxgb_rdma_ctl [all...] |