Home
last modified time | relevance | path

Searched refs:ib_send_wr (Results 1 - 25 of 142) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dwr.h44 int mlx5_ib_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr,
45 const struct ib_send_wr **bad_wr, bool drain);
50 const struct ib_send_wr *wr, in mlx5_ib_post_send_nodrain()
51 const struct ib_send_wr **bad_wr) in mlx5_ib_post_send_nodrain()
57 const struct ib_send_wr *wr, in mlx5_ib_post_send_drain()
58 const struct ib_send_wr **bad_wr) in mlx5_ib_post_send_drain()
H A Dwr.c104 static void set_eth_seg(const struct ib_send_wr *wr, struct mlx5_ib_qp *qp, in set_eth_seg()
153 const struct ib_send_wr *wr) in set_datagram_seg()
321 const struct ib_send_wr *wr) in set_reg_umr_segment()
403 const struct ib_send_wr *wr) in set_reg_mkey_segment()
449 static __be32 send_ieth(const struct ib_send_wr *wr) in send_ieth()
481 static int set_data_inl_seg(struct mlx5_ib_qp *qp, const struct ib_send_wr *wr, in set_data_inl_seg()
637 static int set_sig_data_segment(const struct ib_send_wr *send_wr, in set_sig_data_segment()
778 static int set_pi_umr_wr(const struct ib_send_wr *send_wr, in set_pi_umr_wr()
944 const struct ib_send_wr *wr, unsigned int *idx, in __begin_wqe()
969 const struct ib_send_wr *w in begin_wqe()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dwr.h104 int mlx5_ib_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr,
105 const struct ib_send_wr **bad_wr, bool drain);
110 const struct ib_send_wr *wr, in mlx5_ib_post_send_nodrain()
111 const struct ib_send_wr **bad_wr) in mlx5_ib_post_send_nodrain()
117 const struct ib_send_wr *wr, in mlx5_ib_post_send_drain()
118 const struct ib_send_wr **bad_wr) in mlx5_ib_post_send_drain()
H A Dwr.c54 static void set_eth_seg(const struct ib_send_wr *wr, struct mlx5_ib_qp *qp, in set_eth_seg()
103 const struct ib_send_wr *wr) in set_datagram_seg()
228 static __be32 send_ieth(const struct ib_send_wr *wr) in send_ieth()
260 static int set_data_inl_seg(struct mlx5_ib_qp *qp, const struct ib_send_wr *wr, in set_data_inl_seg()
416 static int set_sig_data_segment(const struct ib_send_wr *send_wr, in set_sig_data_segment()
557 static int set_pi_umr_wr(const struct ib_send_wr *send_wr, in set_pi_umr_wr()
750 const struct ib_send_wr *wr, unsigned int *idx, int *size, in begin_wqe()
787 static void handle_rdma_op(const struct ib_send_wr *wr, void **seg, int *size) in handle_rdma_op()
794 static void handle_local_inv(struct mlx5_ib_qp *qp, const struct ib_send_wr *wr, in handle_local_inv()
803 static int handle_reg_mr(struct mlx5_ib_qp *qp, const struct ib_send_wr *w
[all...]
/kernel/linux/linux-5.10/include/rdma/
H A Drw.h39 struct ib_send_wr inv_wr;
62 struct ib_send_wr *rdma_rw_ctx_wrs(struct rdma_rw_ctx *ctx, struct ib_qp *qp,
63 u8 port_num, struct ib_cqe *cqe, struct ib_send_wr *chain_wr);
65 struct ib_cqe *cqe, struct ib_send_wr *chain_wr);
/kernel/linux/linux-6.6/include/rdma/
H A Drw.h39 struct ib_send_wr inv_wr;
62 struct ib_send_wr *rdma_rw_ctx_wrs(struct rdma_rw_ctx *ctx, struct ib_qp *qp,
63 u32 port_num, struct ib_cqe *cqe, struct ib_send_wr *chain_wr);
65 struct ib_cqe *cqe, struct ib_send_wr *chain_wr);
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
H A Drtrs.c109 static int rtrs_post_send(struct ib_qp *qp, struct ib_send_wr *head, in rtrs_post_send()
110 struct ib_send_wr *wr, struct ib_send_wr *tail) in rtrs_post_send()
113 struct ib_send_wr *next = head; in rtrs_post_send()
129 struct ib_send_wr *head) in rtrs_iu_post_send()
132 struct ib_send_wr wr; in rtrs_iu_post_send()
142 wr = (struct ib_send_wr) { in rtrs_iu_post_send()
158 struct ib_send_wr *head, in rtrs_iu_post_rdma_write_imm()
159 struct ib_send_wr *tail) in rtrs_iu_post_rdma_write_imm()
190 struct ib_send_wr *hea in rtrs_post_rdma_write_imm_empty()
[all...]
H A Drtrs-pri.h303 struct ib_send_wr *head);
308 struct ib_send_wr *head,
309 struct ib_send_wr *tail);
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.h51 int qedr_gsi_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr,
52 const struct ib_send_wr **bad_wr);
H A Dverbs.h90 int qedr_post_send(struct ib_qp *, const struct ib_send_wr *,
91 const struct ib_send_wr **bad_wr);
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.h51 int qedr_gsi_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr,
52 const struct ib_send_wr **bad_wr);
H A Dverbs.h90 int qedr_post_send(struct ib_qp *, const struct ib_send_wr *,
91 const struct ib_send_wr **bad_wr);
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dqp.h65 int rvt_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr,
66 const struct ib_send_wr **bad_wr);
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dqp.h22 int rvt_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr,
23 const struct ib_send_wr **bad_wr);
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
H A Drtrs.c109 static int rtrs_post_send(struct ib_qp *qp, struct ib_send_wr *head, in rtrs_post_send()
110 struct ib_send_wr *wr) in rtrs_post_send()
113 struct ib_send_wr *tail = head; in rtrs_post_send()
126 struct ib_send_wr *head) in rtrs_iu_post_send()
129 struct ib_send_wr wr; in rtrs_iu_post_send()
139 wr = (struct ib_send_wr) { in rtrs_iu_post_send()
155 struct ib_send_wr *head) in rtrs_iu_post_rdma_write_imm()
185 struct ib_send_wr *head) in rtrs_post_rdma_write_imm_empty()
H A Drtrs-pri.h300 struct ib_send_wr *head);
305 struct ib_send_wr *head);
310 struct ib_send_wr *head);
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H A Dfrwr_ops.c389 struct ib_send_wr *post_wr; in frwr_send()
493 struct ib_send_wr *first, **prev, *last; in frwr_unmap_sync()
494 const struct ib_send_wr *bad_wr; in frwr_unmap_sync()
599 struct ib_send_wr *first, *last, **prev; in frwr_unmap_async()
600 const struct ib_send_wr *bad_wr; in frwr_unmap_async()
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.h46 int ocrdma_post_send(struct ib_qp *, const struct ib_send_wr *,
47 const struct ib_send_wr **bad_wr);
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_verbs.h61 int siw_post_send(struct ib_qp *base_qp, const struct ib_send_wr *wr,
62 const struct ib_send_wr **bad_wr);
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.h46 int ocrdma_post_send(struct ib_qp *, const struct ib_send_wr *,
47 const struct ib_send_wr **bad_wr);
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw_verbs.h60 int siw_post_send(struct ib_qp *base_qp, const struct ib_send_wr *wr,
61 const struct ib_send_wr **bad_wr);
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H A Derdma_qp.c208 const struct ib_send_wr *send_wr, u16 wqe_idx, in fill_inline_data()
254 static int fill_sgl(struct erdma_qp *qp, const struct ib_send_wr *send_wr, in fill_sgl()
286 const struct ib_send_wr *send_wr) in erdma_push_one_sqe()
499 int erdma_post_send(struct ib_qp *ibqp, const struct ib_send_wr *send_wr, in erdma_post_send()
500 const struct ib_send_wr **bad_send_wr) in erdma_post_send()
504 const struct ib_send_wr *wr = send_wr; in erdma_post_send()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c471 static int validate_send_wr(struct rxe_qp *qp, const struct ib_send_wr *ibwr, in validate_send_wr()
499 const struct ib_send_wr *ibwr) in init_send_wr()
554 static int init_send_wqe(struct rxe_qp *qp, const struct ib_send_wr *ibwr, in init_send_wqe()
602 static int post_one_send(struct rxe_qp *qp, const struct ib_send_wr *ibwr, in post_one_send()
643 static int rxe_post_send_kernel(struct rxe_qp *qp, const struct ib_send_wr *wr, in rxe_post_send_kernel()
644 const struct ib_send_wr **bad_wr) in rxe_post_send_kernel()
650 struct ib_send_wr *next; in rxe_post_send_kernel()
689 static int rxe_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in rxe_post_send()
690 const struct ib_send_wr **bad_wr) in rxe_post_send()
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H A Dfrwr_ops.c385 struct ib_send_wr *post_wr, *send_wr = &req->rl_wr; in frwr_send()
498 struct ib_send_wr *first, **prev, *last; in frwr_unmap_sync()
500 const struct ib_send_wr *bad_wr; in frwr_unmap_sync()
604 struct ib_send_wr *first, *last, **prev; in frwr_unmap_async()
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.h190 int bnxt_re_post_send(struct ib_qp *qp, const struct ib_send_wr *send_wr,
191 const struct ib_send_wr **bad_send_wr);

Completed in 15 milliseconds

123456