Home
last modified time | relevance | path

Searched refs:inv_wr (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/infiniband/ulp/iser/
Diser_memory.c366 iser_inv_rkey(struct ib_send_wr *inv_wr, in iser_inv_rkey() argument
371 inv_wr->opcode = IB_WR_LOCAL_INV; in iser_inv_rkey()
372 inv_wr->wr_cqe = cqe; in iser_inv_rkey()
373 inv_wr->ex.invalidate_rkey = mr->rkey; in iser_inv_rkey()
374 inv_wr->send_flags = 0; in iser_inv_rkey()
375 inv_wr->num_sge = 0; in iser_inv_rkey()
376 inv_wr->next = next_wr; in iser_inv_rkey()
401 iser_inv_rkey(&tx_desc->inv_wr, mr, cqe, &wr->wr); in iser_reg_sig_mr()
450 iser_inv_rkey(&tx_desc->inv_wr, mr, cqe, &wr->wr); in iser_fast_reg_mr()
Discsi_iser.h256 struct ib_send_wr inv_wr; member
Diser_verbs.c1055 if (tx_desc->inv_wr.next) in iser_post_send()
1056 first_wr = &tx_desc->inv_wr; in iser_post_send()
Discsi_iser.c208 tx_desc->inv_wr.next = NULL; in iser_initialize_task_headers()
/Linux-v5.4/drivers/infiniband/core/
Drw.c73 reg->inv_wr.opcode = IB_WR_LOCAL_INV; in rdma_rw_inv_key()
74 reg->inv_wr.ex.invalidate_rkey = reg->mr->lkey; in rdma_rw_inv_key()
75 reg->inv_wr.next = &reg->reg_wr.wr; in rdma_rw_inv_key()
78 reg->inv_wr.next = NULL; in rdma_rw_inv_key()
146 prev->wr.wr.next = &reg->inv_wr; in rdma_rw_init_mr_wrs()
502 if (ctx->reg[0].inv_wr.next) in rdma_rw_ctx_wrs()
503 first_wr = &ctx->reg[0].inv_wr; in rdma_rw_ctx_wrs()
/Linux-v5.4/include/rdma/
Drw.h39 struct ib_send_wr inv_wr; member
/Linux-v5.4/fs/cifs/
Dsmbdirect.h298 struct ib_send_wr inv_wr; member
Dsmbdirect.c2581 wr = &smbdirect_mr->inv_wr; in smbd_deregister_mr()