Searched refs:rdma_rw_ctx_post (Results 1 – 4 of 4) sorted by relevance
/linux/include/rdma/ |
H A D | rw.h | 64 int rdma_rw_ctx_post(struct rdma_rw_ctx *ctx, struct ib_qp *qp, u32 port_num,
|
/linux/drivers/infiniband/core/ |
H A D | rw.c | 555 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 D | rdma.c | 957 if (rdma_rw_ctx_post(&rsp->rw, queue->qp, in nvmet_rdma_execute_command()
|
/linux/drivers/infiniband/ulp/isert/ |
H A D | ib_isert.c | 2085 ret = rdma_rw_ctx_post(&cmd->rw, conn->qp, port_num, cqe, chain_wr); in isert_rdma_rw_ctx_post()
|