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);
1817 ocrdma_init_mch(&cmd->cmd.req, OCRDMA_CMD_CREATE_CQ,
1831 cmd->cmd.req.rsvd_version = OCRDMA_CREATE_CQ_VER3;
1895 ocrdma_init_mch(&cmd->req, OCRDMA_CMD_DELETE_CQ,
2201 pr_err("%s() req. max_send_wr=0x%x\n", __func__,
2251 pr_err("%s() req. max_recv_wr=0x%x\n", __func__,
2766 pr_err("%s() req. max_wr=0x%x\n", __func__,
2884 struct ocrdma_get_dcbx_cfg_req *req = NULL;
2892 req = dma_alloc_coherent(&pdev->dev, cmd.hdr.pyld_len, &pa, GFP_KERNEL);
2893 if (!req) {
2904 ocrdma_init_mch(&req->hdr, OCRDMA_CMD_GET_DCBX_CONFIG,
2906 req->param_type = ptype;
2912 rsp = (struct ocrdma_get_dcbx_cfg_rsp *)req;
2917 dma_free_coherent(&pdev->dev, cmd.hdr.pyld_len, req, pa);
3127 ocrdma_init_mch(&cmd->cmd.req, OCRDMA_CMD_MODIFY_EQ_DELAY,