Lines Matching refs:reg_wr
2357 struct ib_reg_wr *reg_wr;
2414 reg_wr = &smbdirect_mr->wr;
2415 reg_wr->wr.opcode = IB_WR_REG_MR;
2417 reg_wr->wr.wr_cqe = &smbdirect_mr->cqe;
2418 reg_wr->wr.num_sge = 0;
2419 reg_wr->wr.send_flags = IB_SEND_SIGNALED;
2420 reg_wr->mr = smbdirect_mr->mr;
2421 reg_wr->key = smbdirect_mr->mr->rkey;
2422 reg_wr->access = writing ?
2431 rc = ib_post_send(info->id->qp, ®_wr->wr, NULL);
2435 log_rdma_mr(ERR, "ib_post_send failed rc=%x reg_wr->key=%x\n",
2436 rc, reg_wr->key);