Home
last modified time | relevance | path

Searched refs:rdma_rw_ctx_post (Results 1 – 4 of 4) sorted by relevance

/linux/include/rdma/
H A Drw.h64 int rdma_rw_ctx_post(struct rdma_rw_ctx *ctx, struct ib_qp *qp, u32 port_num,
/linux/drivers/infiniband/core/
H A Drw.c555 int rdma_rw_ctx_post(struct rdma_rw_ctx *ctx, struct ib_qp *qp, u32 port_num, in rdma_rw_ctx_post() function
563 EXPORT_SYMBOL(rdma_rw_ctx_post);
/linux/drivers/nvme/target/
H A Drdma.c957 if (rdma_rw_ctx_post(&rsp->rw, queue->qp, in nvmet_rdma_execute_command()
/linux/drivers/infiniband/ulp/isert/
H A Dib_isert.c2085 ret = rdma_rw_ctx_post(&cmd->rw, conn->qp, port_num, cqe, chain_wr); in isert_rdma_rw_ctx_post()