Lines Matching refs:req
423 ocrdma_init_mch(&cmd->req, opcode, OCRDMA_SUBSYS_COMMON, sizeof(*cmd));
440 ocrdma_init_mch(&cmd->req, OCRDMA_CMD_CREATE_EQ, OCRDMA_SUBSYS_COMMON,
443 cmd->req.rsvd_version = 2;
532 ocrdma_init_mch(&cmd->req, OCRDMA_CMD_CREATE_CQ,
535 cmd->req.rsvd_version = OCRDMA_CREATE_CQ_VER2;
576 ocrdma_init_mch(&cmd->req, OCRDMA_CMD_CREATE_MQ_EXT,
578 cmd->req.rsvd_version = 1;
1287 struct ocrdma_rdma_stats_req *req = dev->stats_mem.va;
1306 memcpy(old_stats, req, sizeof(struct ocrdma_rdma_stats_resp));
1307 memset(req, 0, dev->stats_mem.size);
1309 ocrdma_init_mch((struct ocrdma_mbx_hdr *)req,
1314 req->reset_stats = reset;
1319 memcpy(req, old_stats, sizeof(struct ocrdma_rdma_stats_resp));
1321 ocrdma_le32_to_cpu(req, dev->stats_mem.size);
1813 ocrdma_init_mch(&cmd->cmd.req, OCRDMA_CMD_CREATE_CQ,
1827 cmd->cmd.req.rsvd_version = OCRDMA_CREATE_CQ_VER3;
1891 ocrdma_init_mch(&cmd->req, OCRDMA_CMD_DELETE_CQ,
2197 pr_err("%s() req. max_send_wr=0x%x\n", __func__,
2247 pr_err("%s() req. max_recv_wr=0x%x\n", __func__,
2762 pr_err("%s() req. max_wr=0x%x\n", __func__,
2880 struct ocrdma_get_dcbx_cfg_req *req = NULL;
2888 req = dma_alloc_coherent(&pdev->dev, cmd.hdr.pyld_len, &pa, GFP_KERNEL);
2889 if (!req) {
2900 ocrdma_init_mch(&req->hdr, OCRDMA_CMD_GET_DCBX_CONFIG,
2902 req->param_type = ptype;
2908 rsp = (struct ocrdma_get_dcbx_cfg_rsp *)req;
2913 dma_free_coherent(&pdev->dev, cmd.hdr.pyld_len, req, pa);
3123 ocrdma_init_mch(&cmd->cmd.req, OCRDMA_CMD_MODIFY_EQ_DELAY,