/freebsd/contrib/ofed/librdmacm/ |
H A D | rdma_verbs.h | 119 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 D | rsocket.c | 1651 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 D | qp.c | 210 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 D | mlx5.h | 635 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 D | qp.c | 104 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 D | libcxgb4.h | 217 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 D | compat-1_0.c | 408 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 D | driver.h | 264 int ibv_cmd_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, 265 struct ibv_send_wr **bad_wr);
|
H A D | verbs.h | 943 struct ibv_send_wr { struct 945 struct ibv_send_wr *next; argument 1451 int (*post_send)(struct ibv_qp *qp, struct ibv_send_wr *wr, 1452 struct ibv_send_wr **bad_wr); 2264 static inline int ibv_post_send(struct ibv_qp *qp, struct ibv_send_wr *wr, in ibv_post_send() 2265 struct ibv_send_wr **bad_wr) in ibv_post_send()
|
H A D | cmd.c | 1449 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 D | irdma_umain.h | 185 int irdma_upost_send(struct ibv_qp *ib_qp, struct ibv_send_wr *ib_wr, 186 struct ibv_send_wr **bad_wr);
|
H A D | irdma_uverbs.c | 294 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 D | qp.c | 121 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 D | mlx4.h | 440 int mlx4_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, 441 struct ibv_send_wr **bad_wr);
|
H A D | verbs.c | 354 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 D | rdma_xclient.c | 53 struct ibv_send_wr wr, *bad; in post_send()
|
H A D | rping.c | 124 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 D | mckey.c | 205 struct ibv_send_wr send_wr, *bad_send_wr; in post_sends()
|
H A D | cmatose.c | 185 struct ibv_send_wr send_wr, *bad_send_wr; in post_sends()
|
H A D | udaddy.c | 200 struct ibv_send_wr send_wr, *bad_send_wr; in post_sends()
|
/freebsd/contrib/ofed/libibverbs/examples/ |
H A D | uc_pingpong.c | 502 struct ibv_send_wr wr = { in pp_post_send() 509 struct ibv_send_wr *bad_wr; in pp_post_send()
|
H A D | ud_pingpong.c | 519 struct ibv_send_wr wr = { in pp_post_send() 533 struct ibv_send_wr *bad_wr; in pp_post_send()
|
H A D | rc_pingpong.c | 572 struct ibv_send_wr wr = { in pp_post_send() 579 struct ibv_send_wr *bad_wr; in pp_post_send()
|
H A D | srq_pingpong.c | 582 struct ibv_send_wr wr = { in pp_post_send() 589 struct ibv_send_wr *bad_wr; in pp_post_send()
|
H A D | xsrq_pingpong.c | 765 struct ibv_send_wr wr, *bad_wr; in pp_post_send()
|