Lines Matching defs:req2
279 struct rdma_info *req2 = data;
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;
294 ret = t3_sge_cqcntxt_op(adapter, req2->id, req2->op,
295 req2->credits);
320 struct rdma_cq_setup *req2 = data;
323 ret = t3_sge_init_cqcntxt(adapter, req2->id, req2->base_addr,
324 req2->size, ASYNC_NOTIF_RSPQ,
325 req2->ovfl_mode, req2->credits,
326 req2->credit_thres);
336 struct rdma_ctrlqp_setup *req2 = data;
341 req2->base_addr, req2->size,