Searched refs:bad_wr (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-current/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.h79 const struct ib_recv_wr **bad_wr);
83 const struct ib_send_wr **bad_wr);
H A Dqlnxr_verbs.h141 const struct ib_send_wr **bad_wr);
145 const struct ib_recv_wr **bad_wr);
H A Dqlnxr_cm.c671 const struct ib_send_wr **bad_wr)
684 *bad_wr = wr;
722 *bad_wr = wr;
728 *bad_wr = wr->next;
736 *bad_wr = wr;
745 const struct ib_recv_wr **bad_wr)
756 *bad_wr = wr;
797 *bad_wr = wr;
669 qlnxr_gsi_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, const struct ib_send_wr **bad_wr) argument
743 qlnxr_gsi_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr, const struct ib_recv_wr **bad_wr) argument
/freebsd-current/contrib/ofed/libmlx5/
H A Dqp.c613 struct ibv_send_wr **bad_wr)
647 *bad_wr = wr;
655 *bad_wr = wr;
663 *bad_wr = wr;
711 *bad_wr = wr;
735 *bad_wr = wr;
750 *bad_wr = wr;
780 *bad_wr = wr;
795 *bad_wr = wr;
823 *bad_wr
612 _mlx5_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, struct ibv_send_wr **bad_wr) argument
969 mlx5_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, struct ibv_send_wr **bad_wr) argument
995 struct ibv_send_wr *bad_wr = NULL; local
1061 mlx5_post_wq_recv(struct ibv_wq *ibwq, struct ibv_recv_wr *wr, struct ibv_recv_wr **bad_wr) argument
1134 mlx5_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, struct ibv_recv_wr **bad_wr) argument
[all...]
H A Dsrq.c88 struct ibv_recv_wr **bad_wr)
102 *bad_wr = wr;
109 *bad_wr = wr;
86 mlx5_post_srq_recv(struct ibv_srq *ibsrq, struct ibv_recv_wr *wr, struct ibv_recv_wr **bad_wr) argument
H A Dmlx5.h624 struct ibv_recv_wr **bad_wr);
636 struct ibv_send_wr **bad_wr);
638 struct ibv_recv_wr **bad_wr);
640 struct ibv_recv_wr **bad_wr);
/freebsd-current/contrib/ofed/librdmacm/examples/
H A Drping.c278 struct ibv_recv_wr *bad_wr; local
324 ret = ibv_post_recv(cb->qp, &cb->rq_wr, &bad_wr);
633 struct ibv_send_wr *bad_wr; local
654 ret = ibv_post_send(cb->qp, &cb->rdma_sq_wr, &bad_wr);
676 ret = ibv_post_send(cb->qp, &cb->sq_wr, &bad_wr);
703 ret = ibv_post_send(cb->qp, &cb->rdma_sq_wr, &bad_wr);
720 ret = ibv_post_send(cb->qp, &cb->sq_wr, &bad_wr);
776 struct ibv_recv_wr *bad_wr; local
791 ret = ibv_post_recv(cb->qp, &cb->rq_wr, &bad_wr);
877 struct ibv_recv_wr *bad_wr; local
943 struct ibv_send_wr *bad_wr; local
1068 struct ibv_recv_wr *bad_wr; local
[all...]
/freebsd-current/contrib/ofed/libcxgb4/
H A Dqp.c310 struct ibv_send_wr **bad_wr)
326 *bad_wr = wr;
332 *bad_wr = wr;
338 *bad_wr = wr;
383 *bad_wr = wr;
418 struct ibv_recv_wr **bad_wr)
431 *bad_wr = wr;
438 *bad_wr = wr;
444 *bad_wr = wr;
453 *bad_wr
309 c4iw_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, struct ibv_send_wr **bad_wr) argument
417 c4iw_post_receive(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, struct ibv_recv_wr **bad_wr) argument
[all...]
H A Dlibcxgb4.h204 struct ibv_recv_wr **bad_wr);
218 struct ibv_send_wr **bad_wr);
220 struct ibv_recv_wr **bad_wr);
/freebsd-current/sys/contrib/rdma/krping/
H A Dkrping.c359 const struct ib_recv_wr *bad_wr; local
422 ret = ib_post_recv(cb->qp, &cb->rq_wr, &bad_wr);
706 const struct ib_send_wr *bad_wr; local
740 ret = ib_post_send(cb->qp, &cb->invalidate_wr, &bad_wr);
742 ret = ib_post_send(cb->qp, &cb->reg_mr_wr.wr, &bad_wr);
773 const struct ib_send_wr *bad_wr; local
811 ret = ib_post_send(cb->qp, &cb->rdma_sq_wr.wr, &bad_wr);
842 ret = ib_post_send(cb->qp, &cb->sq_wr, &bad_wr);
874 ret = ib_post_send(cb->qp, &cb->rdma_sq_wr.wr, &bad_wr);
899 ret = ib_post_send(cb->qp, &cb->sq_wr, &bad_wr);
915 const struct ib_send_wr *bad_wr; local
1056 const struct ib_send_wr *bad_wr; local
1188 const struct ib_send_wr *bad_wr; local
1264 const struct ib_send_wr *bad_wr; local
1297 const struct ib_send_wr *bad_wr; local
1331 const struct ib_send_wr *bad_wr; local
1435 const struct ib_recv_wr *bad_wr; local
1486 const struct ib_send_wr *bad_wr; local
1559 const struct ib_send_wr *bad_wr; local
1649 const struct ib_send_wr *bad_wr; local
1688 const struct ib_send_wr *bad_wr; local
1926 const struct ib_recv_wr *bad_wr; local
[all...]
/freebsd-current/contrib/ofed/libirdma/
H A Dirdma_umain.h186 struct ibv_send_wr **bad_wr);
188 struct ibv_recv_wr **bad_wr);
/freebsd-current/contrib/ofed/libmlx4/
H A Dqp.c214 struct ibv_send_wr **bad_wr)
236 *bad_wr = wr;
242 *bad_wr = wr;
248 *bad_wr = wr;
340 *bad_wr = wr;
355 *bad_wr = wr;
390 *bad_wr = wr;
513 struct ibv_recv_wr **bad_wr)
531 *bad_wr = wr;
537 *bad_wr
213 mlx4_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, struct ibv_send_wr **bad_wr) argument
512 mlx4_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, struct ibv_recv_wr **bad_wr) argument
[all...]
H A Dsrq.c64 struct ibv_recv_wr **bad_wr)
78 *bad_wr = wr;
85 *bad_wr = wr;
62 mlx4_post_srq_recv(struct ibv_srq *ibsrq, struct ibv_recv_wr *wr, struct ibv_recv_wr **bad_wr) argument
H A Dmlx4.h426 struct ibv_recv_wr **bad_wr);
441 struct ibv_send_wr **bad_wr);
443 struct ibv_recv_wr **bad_wr);
/freebsd-current/sys/dev/mthca/
H A Dmthca_dev.h526 const struct ib_recv_wr **bad_wr);
528 const struct ib_recv_wr **bad_wr);
537 const struct ib_send_wr **bad_wr);
539 const struct ib_recv_wr **bad_wr);
541 const struct ib_send_wr **bad_wr);
543 const struct ib_recv_wr **bad_wr);
H A Dmthca_srq.c478 const struct ib_recv_wr **bad_wr)
504 *bad_wr = wr;
518 *bad_wr = wr;
578 const struct ib_recv_wr **bad_wr)
600 *bad_wr = wr;
611 *bad_wr = wr;
477 mthca_tavor_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr, const struct ib_recv_wr **bad_wr) argument
577 mthca_arbel_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr, const struct ib_recv_wr **bad_wr) argument
H A Dmthca_qp.c1609 const struct ib_send_wr **bad_wr)
1645 *bad_wr = wr;
1727 *bad_wr = wr;
1738 *bad_wr = wr;
1762 *bad_wr = wr;
1812 const struct ib_recv_wr **bad_wr)
1846 *bad_wr = wr;
1863 *bad_wr = wr;
1923 const struct ib_send_wr **bad_wr)
1986 *bad_wr
1608 mthca_tavor_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, const struct ib_send_wr **bad_wr) argument
1811 mthca_tavor_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr, const struct ib_recv_wr **bad_wr) argument
1922 mthca_arbel_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, const struct ib_send_wr **bad_wr) argument
2162 mthca_arbel_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr, const struct ib_recv_wr **bad_wr) argument
[all...]
/freebsd-current/contrib/ofed/libibverbs/
H A Ddriver.h265 struct ibv_send_wr **bad_wr);
267 struct ibv_recv_wr **bad_wr);
269 struct ibv_recv_wr **bad_wr);
H A Dcompat-1_0.c205 struct ibv_send_wr_1_0 **bad_wr);
208 struct ibv_recv_wr_1_0 **bad_wr);
368 struct ibv_recv_wr_1_0 **bad_wr)
396 *bad_wr = w;
405 struct ibv_send_wr_1_0 **bad_wr)
477 *bad_wr = w;
486 struct ibv_recv_wr_1_0 **bad_wr)
514 *bad_wr = w;
367 post_srq_recv_wrapper_1_0(struct ibv_srq_1_0 *srq, struct ibv_recv_wr_1_0 *wr, struct ibv_recv_wr_1_0 **bad_wr) argument
404 post_send_wrapper_1_0(struct ibv_qp_1_0 *qp, struct ibv_send_wr_1_0 *wr, struct ibv_send_wr_1_0 **bad_wr) argument
485 post_recv_wrapper_1_0(struct ibv_qp_1_0 *qp, struct ibv_recv_wr_1_0 *wr, struct ibv_recv_wr_1_0 **bad_wr) argument
/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c72 const struct ib_send_wr *bad_wr; local
147 rc = ib_post_send(ssk->qp, &tx_wr, &bad_wr);
394 const struct ib_send_wr *bad_wr; local
406 rc = ib_post_send(ssk->qp, &wr, &bad_wr);
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_srq.c307 const struct ib_recv_wr **bad_wr)
321 *bad_wr = wr;
329 *bad_wr = wr;
335 *bad_wr = wr;
306 mlx4_ib_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr, const struct ib_recv_wr **bad_wr) argument
/freebsd-current/sys/dev/iser/
H A Diser_memory.c161 const struct ib_send_wr *bad_wr; local
195 ret = ib_post_send(ib_conn->qp, wr, &bad_wr);
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_gsi.c477 const struct ib_send_wr **bad_wr)
503 ret = ib_post_send(tx_qp, &cur_wr.wr, bad_wr);
517 *bad_wr = wr;
522 const struct ib_recv_wr **bad_wr)
526 return ib_post_recv(gsi->rx_qp, wr, bad_wr);
476 mlx5_ib_gsi_post_send(struct ib_qp *qp, const struct ib_send_wr *wr, const struct ib_send_wr **bad_wr) argument
521 mlx5_ib_gsi_post_recv(struct ib_qp *qp, const struct ib_recv_wr *wr, const struct ib_recv_wr **bad_wr) argument
/freebsd-current/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c502 struct ibv_recv_wr *bad_wr; local
506 if (ibv_post_recv(ctx->qp, &wr, &bad_wr))
533 struct ibv_send_wr *bad_wr; local
535 return ibv_post_send(ctx->qp, &wr, &bad_wr);
H A Duc_pingpong.c485 struct ibv_recv_wr *bad_wr; local
489 if (ibv_post_recv(ctx->qp, &wr, &bad_wr))
509 struct ibv_send_wr *bad_wr; local
511 return ibv_post_send(ctx->qp, &wr, &bad_wr);

Completed in 148 milliseconds

123