Searched refs:rdma_rw_ctx (Results 1 – 7 of 7) sorted by relevance
/linux/include/rdma/ |
A D | rw.h | 14 struct rdma_rw_ctx { struct 45 int rdma_rw_ctx_init(struct rdma_rw_ctx *ctx, struct ib_qp *qp, u32 port_num, 48 void rdma_rw_ctx_destroy(struct rdma_rw_ctx *ctx, struct ib_qp *qp, 52 int rdma_rw_ctx_signature_init(struct rdma_rw_ctx *ctx, struct ib_qp *qp, 57 void rdma_rw_ctx_destroy_signature(struct rdma_rw_ctx *ctx, struct ib_qp *qp, 62 struct ib_send_wr *rdma_rw_ctx_wrs(struct rdma_rw_ctx *ctx, struct ib_qp *qp, 64 int rdma_rw_ctx_post(struct rdma_rw_ctx *ctx, struct ib_qp *qp, u32 port_num,
|
/linux/drivers/infiniband/core/ |
A D | rw.c | 123 static int rdma_rw_init_mr_wrs(struct rdma_rw_ctx *ctx, struct ib_qp *qp, in rdma_rw_init_mr_wrs() 194 static int rdma_rw_init_map_wrs(struct rdma_rw_ctx *ctx, struct ib_qp *qp, in rdma_rw_init_map_wrs() 250 static int rdma_rw_init_single_wr(struct rdma_rw_ctx *ctx, struct ib_qp *qp, in rdma_rw_init_single_wr() 318 int rdma_rw_ctx_init(struct rdma_rw_ctx *ctx, struct ib_qp *qp, u32 port_num, in rdma_rw_ctx_init() 390 int rdma_rw_ctx_signature_init(struct rdma_rw_ctx *ctx, struct ib_qp *qp, in rdma_rw_ctx_signature_init() 523 struct ib_send_wr *rdma_rw_ctx_wrs(struct rdma_rw_ctx *ctx, struct ib_qp *qp, in rdma_rw_ctx_wrs() 581 int rdma_rw_ctx_post(struct rdma_rw_ctx *ctx, struct ib_qp *qp, u32 port_num, in rdma_rw_ctx_post() 600 void rdma_rw_ctx_destroy(struct rdma_rw_ctx *ctx, struct ib_qp *qp, in rdma_rw_ctx_destroy() 639 void rdma_rw_ctx_destroy_signature(struct rdma_rw_ctx *ctx, struct ib_qp *qp, in rdma_rw_ctx_destroy_signature()
|
/linux/drivers/infiniband/ulp/isert/ |
A D | ib_isert.h | 152 struct rdma_rw_ctx rw;
|
/linux/drivers/infiniband/ulp/srpt/ |
A D | ib_srpt.h | 190 struct rdma_rw_ctx rw;
|
/linux/net/sunrpc/xprtrdma/ |
A D | svc_rdma_rw.c | 40 struct rdma_rw_ctx rw_ctx;
|
/linux/fs/ksmbd/ |
A D | transport_rdma.c | 199 struct rdma_rw_ctx rw_ctx;
|
/linux/drivers/nvme/target/ |
A D | rdma.c | 67 struct rdma_rw_ctx rw;
|
Completed in 19 milliseconds