Searched refs:ibv_recv_wr (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dmthca.h341 struct ibv_recv_wr *wr,
342 struct ibv_recv_wr **bad_wr);
344 struct ibv_recv_wr *wr,
345 struct ibv_recv_wr **bad_wr);
357 int mthca_tavor_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr,
358 struct ibv_recv_wr **bad_wr);
361 int mthca_arbel_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr,
362 struct ibv_recv_wr **bad_wr);
H A Dsrq.c81 struct ibv_recv_wr *wr,
82 struct ibv_recv_wr **bad_wr)
183 struct ibv_recv_wr *wr,
184 struct ibv_recv_wr **bad_wr)
H A Dqp.c334 int mthca_tavor_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr,
335 struct ibv_recv_wr **bad_wr)
707 int mthca_arbel_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr,
708 struct ibv_recv_wr **bad_wr)
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Ddriver.h130 int ibv_cmd_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr,
131 struct ibv_recv_wr **bad_wr);
132 int ibv_cmd_post_srq_recv(struct ibv_srq *srq, struct ibv_recv_wr *wr,
133 struct ibv_recv_wr **bad_wr);
H A Dverbs.h556 struct ibv_recv_wr { struct
558 struct ibv_recv_wr *next;
723 struct ibv_recv_wr *recv_wr,
724 struct ibv_recv_wr **bad_recv_wr);
734 int (*post_recv)(struct ibv_qp *qp, struct ibv_recv_wr *wr,
735 struct ibv_recv_wr **bad_wr);
1042 struct ibv_recv_wr *recv_wr,
1043 struct ibv_recv_wr **bad_recv_wr)
1095 static inline int ibv_post_recv(struct ibv_qp *qp, struct ibv_recv_wr *wr,
1096 struct ibv_recv_wr **bad_w
[all...]
/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dmlx4.h395 struct ibv_recv_wr *wr,
396 struct ibv_recv_wr **bad_wr);
413 int mlx4_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr,
414 struct ibv_recv_wr **bad_wr);
H A Dsrq.c65 struct ibv_recv_wr *wr,
66 struct ibv_recv_wr **bad_wr)
H A Dqp.c445 int mlx4_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr,
446 struct ibv_recv_wr **bad_wr)
/freebsd-9.3-release/contrib/ofed/librdmacm/examples/
H A Drping.c121 struct ibv_recv_wr rq_wr; /* recv work request record */
276 struct ibv_recv_wr *bad_wr;
772 struct ibv_recv_wr *bad_wr;
849 struct ibv_recv_wr *bad_wr;
1023 struct ibv_recv_wr *bad_wr;
H A Dmckey.c178 struct ibv_recv_wr recv_wr, *recv_failure;
H A Dcmatose.c165 struct ibv_recv_wr recv_wr, *recv_failure;
H A Dudaddy.c176 struct ibv_recv_wr recv_wr, *recv_failure;
/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c453 struct ibv_recv_wr wr = {
458 struct ibv_recv_wr *bad_wr;
H A Duc_pingpong.c438 struct ibv_recv_wr wr = {
443 struct ibv_recv_wr *bad_wr;
H A Dud_pingpong.c441 struct ibv_recv_wr wr = {
446 struct ibv_recv_wr *bad_wr;
H A Dsrq_pingpong.c507 struct ibv_recv_wr wr = {
512 struct ibv_recv_wr *bad_wr;
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dcmd.c1117 int ibv_cmd_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr,
1118 struct ibv_recv_wr **bad_wr)
1122 struct ibv_recv_wr *i;
1178 int ibv_cmd_post_srq_recv(struct ibv_srq *srq, struct ibv_recv_wr *wr,
1179 struct ibv_recv_wr **bad_wr)
1183 struct ibv_recv_wr *i;
H A Dcompat-1_0.c307 struct ibv_recv_wr *real_wr, *head_wr = NULL, *tail_wr = NULL, *real_bad_wr;
387 struct ibv_recv_wr *real_wr, *head_wr = NULL, *tail_wr = NULL, *real_bad_wr;

Completed in 191 milliseconds