Home
last modified time | relevance | path

Searched refs:ibv_send_wr (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/ofed/librdmacm/
H A Drdma_verbs.h119 struct ibv_send_wr wr, *bad; in rdma_post_sendv()
135 struct ibv_send_wr wr, *bad; in rdma_post_readv()
153 struct ibv_send_wr wr, *bad; in rdma_post_writev()
231 struct ibv_send_wr wr, *bad; in rdma_post_ud_send()
H A Drsocket.c1651 struct ibv_send_wr wr, *bad; in rs_post_msg()
1680 struct ibv_send_wr wr, *bad; in rs_post_write()
1699 struct ibv_send_wr wr, *bad; in rs_post_write_msg()
1737 struct ibv_send_wr wr, *bad; in ds_post_send()
/freebsd/contrib/ofed/libmlx5/
H A Dqp.c210 struct ibv_send_wr *wr) in set_datagram_seg()
256 static uint32_t send_ieth(struct ibv_send_wr *wr) in send_ieth()
269 static int set_data_inl_seg(struct mlx5_qp *qp, struct ibv_send_wr *wr, in set_data_inl_seg()
359 struct ibv_send_wr *wr, in copy_eth_inline_headers()
562 static inline int set_tso_eth_seg(void **seg, struct ibv_send_wr *wr, in set_tso_eth_seg()
612 static inline int _mlx5_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, in _mlx5_post_send()
613 struct ibv_send_wr **bad_wr) in _mlx5_post_send()
969 int mlx5_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, in mlx5_post_send()
970 struct ibv_send_wr **bad_wr) in mlx5_post_send()
994 struct ibv_send_wr wr = {}; in mlx5_bind_mw()
[all …]
H A Dmlx5.h635 int mlx5_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr,
636 struct ibv_send_wr **bad_wr);
/freebsd/contrib/ofed/libcxgb4/
H A Dqp.c104 struct ibv_send_wr *wr, int max, u32 *plenp) in build_immd()
159 struct ibv_send_wr *wr, u8 *len16) in build_rdma_send()
208 struct ibv_send_wr *wr, u8 *len16) in build_rdma_write()
248 static int build_rdma_read(union t4_wr *wqe, struct ibv_send_wr *wr, u8 *len16) in build_rdma_read()
309 int c4iw_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, in c4iw_post_send()
310 struct ibv_send_wr **bad_wr) in c4iw_post_send()
H A Dlibcxgb4.h217 int c4iw_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr,
218 struct ibv_send_wr **bad_wr);
/freebsd/contrib/ofed/libibverbs/
H A Dcompat-1_0.c408 struct ibv_send_wr *real_wr, *head_wr = NULL, *tail_wr = NULL, *real_bad_wr; in post_send_wrapper_1_0()
418 ((offsetof(struct ibv_send_wr, f1) - offsetof(struct ibv_send_wr, f2)) \ in post_send_wrapper_1_0()
421 ((sizeof(struct ibv_send_wr) - offsetof(struct ibv_send_wr, f1)) == \ in post_send_wrapper_1_0()
426 - offsetof(struct ibv_send_wr, sg_list)); in post_send_wrapper_1_0()
433 offsetof(struct ibv_send_wr, imm_data) - in post_send_wrapper_1_0()
434 offsetof(struct ibv_send_wr, sg_list) + in post_send_wrapper_1_0()
H A Ddriver.h264 int ibv_cmd_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr,
265 struct ibv_send_wr **bad_wr);
H A Dverbs.h941 struct ibv_send_wr { struct
943 struct ibv_send_wr *next; argument
1449 int (*post_send)(struct ibv_qp *qp, struct ibv_send_wr *wr,
1450 struct ibv_send_wr **bad_wr);
2262 static inline int ibv_post_send(struct ibv_qp *qp, struct ibv_send_wr *wr, in ibv_post_send()
2263 struct ibv_send_wr **bad_wr) in ibv_post_send()
H A Dcmd.c1449 int ibv_cmd_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, in ibv_cmd_post_send()
1450 struct ibv_send_wr **bad_wr) in ibv_cmd_post_send()
1454 struct ibv_send_wr *i; in ibv_cmd_post_send()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.h185 int irdma_upost_send(struct ibv_qp *ib_qp, struct ibv_send_wr *ib_wr,
186 struct ibv_send_wr **bad_wr);
H A Dirdma_uverbs.c294 struct ibv_send_wr wr = {}; in irdma_ubind_mw()
295 struct ibv_send_wr *bad_wr; in irdma_ubind_mw()
1659 irdma_upost_send(struct ibv_qp *ib_qp, struct ibv_send_wr *ib_wr, in irdma_upost_send()
1660 struct ibv_send_wr **bad_wr) in irdma_upost_send()
/freebsd/contrib/ofed/libmlx4/
H A Dqp.c121 static void set_bind_seg(struct mlx4_wqe_bind_seg *bseg, struct ibv_send_wr *wr) in set_bind_seg()
163 static void set_atomic_seg(struct mlx4_wqe_atomic_seg *aseg, struct ibv_send_wr *wr) in set_atomic_seg()
176 struct ibv_send_wr *wr) in set_datagram_seg()
213 int mlx4_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, in mlx4_post_send()
214 struct ibv_send_wr **bad_wr) in mlx4_post_send()
H A Dmlx4.h440 int mlx4_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr,
441 struct ibv_send_wr **bad_wr);
H A Dverbs.c354 struct ibv_send_wr *bad_wr = NULL; in mlx4_bind_mw()
355 struct ibv_send_wr wr = { }; in mlx4_bind_mw()
/freebsd/contrib/ofed/librdmacm/examples/
H A Drdma_xclient.c53 struct ibv_send_wr wr, *bad; in post_send()
H A Drping.c124 struct ibv_send_wr sq_wr; /* send work request record */
129 struct ibv_send_wr rdma_sq_wr; /* rdma work request record */
633 struct ibv_send_wr *bad_wr; in rping_test_server()
943 struct ibv_send_wr *bad_wr; in rping_test_client()
H A Dmckey.c205 struct ibv_send_wr send_wr, *bad_send_wr; in post_sends()
H A Dcmatose.c185 struct ibv_send_wr send_wr, *bad_send_wr; in post_sends()
H A Dudaddy.c200 struct ibv_send_wr send_wr, *bad_send_wr; in post_sends()
/freebsd/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c502 struct ibv_send_wr wr = { in pp_post_send()
509 struct ibv_send_wr *bad_wr; in pp_post_send()
H A Dud_pingpong.c519 struct ibv_send_wr wr = { in pp_post_send()
533 struct ibv_send_wr *bad_wr; in pp_post_send()
H A Drc_pingpong.c572 struct ibv_send_wr wr = { in pp_post_send()
579 struct ibv_send_wr *bad_wr; in pp_post_send()
H A Dsrq_pingpong.c582 struct ibv_send_wr wr = { in pp_post_send()
589 struct ibv_send_wr *bad_wr; in pp_post_send()
H A Dxsrq_pingpong.c765 struct ibv_send_wr wr, *bad_wr; in pp_post_send()