Searched refs:inv_wr (Results 1 – 10 of 10) sorted by relevance
219 iser_inv_rkey(struct ib_send_wr *inv_wr, in iser_inv_rkey() argument224 inv_wr->opcode = IB_WR_LOCAL_INV; in iser_inv_rkey()225 inv_wr->wr_cqe = cqe; in iser_inv_rkey()226 inv_wr->ex.invalidate_rkey = mr->rkey; in iser_inv_rkey()227 inv_wr->send_flags = 0; in iser_inv_rkey()228 inv_wr->num_sge = 0; in iser_inv_rkey()229 inv_wr->next = next_wr; in iser_inv_rkey()254 iser_inv_rkey(&tx_desc->inv_wr, mr, cqe, &wr->wr); in iser_reg_sig_mr()303 iser_inv_rkey(&tx_desc->inv_wr, mr, cqe, &wr->wr); in iser_fast_reg_mr()
252 struct ib_send_wr inv_wr; member
913 if (tx_desc->inv_wr.next) in iser_post_send()914 first_wr = &tx_desc->inv_wr; in iser_post_send()
218 tx_desc->inv_wr.next = NULL; in iser_initialize_task_headers()
204 struct ib_send_wr inv_wr; in rdma_write_sg() local256 rwr.wr.next = &inv_wr; in rdma_write_sg()262 wr->wr.next = &inv_wr; in rdma_write_sg()275 inv_wr.sg_list = NULL; in rdma_write_sg()276 inv_wr.num_sge = 0; in rdma_write_sg()279 inv_wr.send_flags = 0; in rdma_write_sg()366 inv_wr.sg_list = NULL; in send_io_resp_imm()367 inv_wr.num_sge = 0; in send_io_resp_imm()381 wr = &inv_wr; in send_io_resp_imm()382 inv_wr.next = &rwr.wr; in send_io_resp_imm()[all …]
1085 struct ib_send_wr inv_wr; in rtrs_clt_write_req() local1126 inv_wr = (struct ib_send_wr) { in rtrs_clt_write_req()1152 imm, wr, &inv_wr); in rtrs_clt_write_req()
78 reg->inv_wr.opcode = IB_WR_LOCAL_INV; in rdma_rw_inv_key()79 reg->inv_wr.ex.invalidate_rkey = reg->mr->lkey; in rdma_rw_inv_key()80 reg->inv_wr.next = ®->reg_wr.wr; in rdma_rw_inv_key()83 reg->inv_wr.next = NULL; in rdma_rw_inv_key()151 prev->wr.wr.next = ®->inv_wr; in rdma_rw_init_mr_wrs()538 if (ctx->reg[0].inv_wr.next) in rdma_rw_ctx_wrs()539 first_wr = &ctx->reg[0].inv_wr; in rdma_rw_ctx_wrs()
39 struct ib_send_wr inv_wr; member
292 struct ib_send_wr inv_wr; member
2480 wr = &smbdirect_mr->inv_wr; in smbd_deregister_mr()
Completed in 25 milliseconds