Symbol: ib_recv_wr
sys/dev/bnxt/bnxt_re/ib_verbs.c
1428
int bnxt_re_post_srq_recv(struct ib_srq *ib_srq, const struct ib_recv_wr *wr,
sys/dev/bnxt/bnxt_re/ib_verbs.c
1429
const struct ib_recv_wr **bad_wr)
sys/dev/bnxt/bnxt_re/ib_verbs.c
3129
const struct ib_recv_wr *wr,
sys/dev/bnxt/bnxt_re/ib_verbs.c
3235
const struct ib_recv_wr *wr,
sys/dev/bnxt/bnxt_re/ib_verbs.c
3636
struct ib_recv_wr *wr)
sys/dev/bnxt/bnxt_re/ib_verbs.c
3671
const struct ib_recv_wr *wr,
sys/dev/bnxt/bnxt_re/ib_verbs.c
3685
int bnxt_re_post_recv(struct ib_qp *ib_qp, const struct ib_recv_wr *wr,
sys/dev/bnxt/bnxt_re/ib_verbs.c
3686
const struct ib_recv_wr **bad_wr)
sys/dev/bnxt/bnxt_re/ib_verbs.c
4405
struct ib_recv_wr rwr = {};
sys/dev/bnxt/bnxt_re/ib_verbs.h
326
int bnxt_re_post_srq_recv(struct ib_srq *ib_srq, const struct ib_recv_wr *wr,
sys/dev/bnxt/bnxt_re/ib_verbs.h
327
const struct ib_recv_wr **bad_wr);
sys/dev/bnxt/bnxt_re/ib_verbs.h
338
int bnxt_re_post_recv(struct ib_qp *ib_qp, const struct ib_recv_wr *wr,
sys/dev/bnxt/bnxt_re/ib_verbs.h
339
const struct ib_recv_wr **bad_wr);
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
923
int c4iw_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
924
const struct ib_recv_wr **bad_wr);
sys/dev/cxgbe/iw_cxgbe/qp.c
549
const struct ib_recv_wr *wr, u8 *len16)
sys/dev/cxgbe/iw_cxgbe/qp.c
641
static void complete_rq_drain_wr(struct c4iw_qp *qhp, const struct ib_recv_wr *wr)
sys/dev/cxgbe/iw_cxgbe/qp.c
916
int c4iw_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
sys/dev/cxgbe/iw_cxgbe/qp.c
917
const struct ib_recv_wr **bad_wr)
sys/dev/irdma/irdma_verbs.c
2614
const struct ib_recv_wr *ib_wr,
sys/dev/irdma/irdma_verbs.c
2615
const struct ib_recv_wr **bad_wr)
sys/dev/iser/icl_iser.h
395
struct ib_recv_wr recv;
sys/dev/iser/icl_iser.h
414
struct ib_recv_wr rx_wr[ISER_MIN_POSTED_RX];
sys/dev/iser/iser_verbs.c
606
const struct ib_recv_wr *bad_recv_wr;
sys/dev/iser/iser_verbs.c
658
memset(&ib_conn->beacon.recv, 0, sizeof(struct ib_recv_wr));
sys/dev/iser/iser_verbs.c
851
const struct ib_recv_wr *rx_wr_failed;
sys/dev/iser/iser_verbs.c
852
struct ib_recv_wr rx_wr;
sys/dev/iser/iser_verbs.c
879
const struct ib_recv_wr *rx_wr_failed;
sys/dev/iser/iser_verbs.c
880
struct ib_recv_wr *rx_wr;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
756
int mlx4_ib_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr,
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
757
const struct ib_recv_wr **bad_wr);
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
769
int mlx4_ib_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
770
const struct ib_recv_wr **bad_wr);
sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c
1278
struct ib_recv_wr recv_wr;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c
1279
const struct ib_recv_wr *bad_recv_wr;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
3266
int mlx4_ib_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
3267
const struct ib_recv_wr **bad_wr)
sys/dev/mlx4/mlx4_ib/mlx4_ib_srq.c
306
int mlx4_ib_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_srq.c
307
const struct ib_recv_wr **bad_wr)
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
1069
int mlx5_ib_gsi_post_recv(struct ib_qp *qp, const struct ib_recv_wr *wr,
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
1070
const struct ib_recv_wr **bad_wr);
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
914
int mlx5_ib_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr,
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
915
const struct ib_recv_wr **bad_wr);
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
926
int mlx5_ib_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
927
const struct ib_recv_wr **bad_wr);
sys/dev/mlx5/mlx5_ib/mlx5_ib_gsi.c
521
int mlx5_ib_gsi_post_recv(struct ib_qp *qp, const struct ib_recv_wr *wr,
sys/dev/mlx5/mlx5_ib/mlx5_ib_gsi.c
522
const struct ib_recv_wr **bad_wr)
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
4211
int mlx5_ib_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
4212
const struct ib_recv_wr **bad_wr)
sys/dev/mlx5/mlx5_ib/mlx5_ib_srq.c
429
int mlx5_ib_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr,
sys/dev/mlx5/mlx5_ib/mlx5_ib_srq.c
430
const struct ib_recv_wr **bad_wr)
sys/dev/mthca/mthca_dev.h
525
int mthca_tavor_post_srq_recv(struct ib_srq *srq, const struct ib_recv_wr *wr,
sys/dev/mthca/mthca_dev.h
526
const struct ib_recv_wr **bad_wr);
sys/dev/mthca/mthca_dev.h
527
int mthca_arbel_post_srq_recv(struct ib_srq *srq, const struct ib_recv_wr *wr,
sys/dev/mthca/mthca_dev.h
528
const struct ib_recv_wr **bad_wr);
sys/dev/mthca/mthca_dev.h
538
int mthca_tavor_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
sys/dev/mthca/mthca_dev.h
539
const struct ib_recv_wr **bad_wr);
sys/dev/mthca/mthca_dev.h
542
int mthca_arbel_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
sys/dev/mthca/mthca_dev.h
543
const struct ib_recv_wr **bad_wr);
sys/dev/mthca/mthca_qp.c
1811
int mthca_tavor_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
sys/dev/mthca/mthca_qp.c
1812
const struct ib_recv_wr **bad_wr)
sys/dev/mthca/mthca_qp.c
2162
int mthca_arbel_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
sys/dev/mthca/mthca_qp.c
2163
const struct ib_recv_wr **bad_wr)
sys/dev/mthca/mthca_srq.c
477
int mthca_tavor_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr,
sys/dev/mthca/mthca_srq.c
478
const struct ib_recv_wr **bad_wr)
sys/dev/mthca/mthca_srq.c
577
int mthca_arbel_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr,
sys/dev/mthca/mthca_srq.c
578
const struct ib_recv_wr **bad_wr)
sys/dev/qlnx/qlnxr/qlnxr_cm.c
744
const struct ib_recv_wr *wr,
sys/dev/qlnx/qlnxr/qlnxr_cm.c
745
const struct ib_recv_wr **bad_wr)
sys/dev/qlnx/qlnxr/qlnxr_cm.h
78
const struct ib_recv_wr *wr,
sys/dev/qlnx/qlnxr/qlnxr_cm.h
79
const struct ib_recv_wr **bad_wr);
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
383
qlnxr_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
384
const struct ib_recv_wr **bad_wr)
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
4618
const struct ib_recv_wr *wr,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
4619
const struct ib_recv_wr **bad_wr)
sys/dev/qlnx/qlnxr/qlnxr_verbs.h
144
const struct ib_recv_wr *,
sys/dev/qlnx/qlnxr/qlnxr_verbs.h
145
const struct ib_recv_wr **bad_wr);
sys/dev/qlnx/qlnxr/qlnxr_verbs.h
58
const struct ib_recv_wr *,
sys/dev/qlnx/qlnxr/qlnxr_verbs.h
59
const struct ib_recv_wr **bad_recv_wr);
sys/ofed/drivers/infiniband/core/ib_mad.c
2843
struct ib_recv_wr recv_wr;
sys/ofed/drivers/infiniband/core/ib_mad.c
2844
const struct ib_recv_wr *bad_recv_wr;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2194
static struct ib_recv_wr *
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2199
struct ib_recv_wr *wr = NULL, *last, *next;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2296
struct ib_recv_wr *wr, *next;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2297
const struct ib_recv_wr *bad_wr;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2347
struct ib_recv_wr *wr, *next;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2348
const struct ib_recv_wr *bad_wr;
sys/ofed/drivers/infiniband/core/ib_verbs.c
2189
struct ib_recv_wr rwr = {};
sys/ofed/drivers/infiniband/core/ib_verbs.c
2190
const struct ib_recv_wr *bad_rwr;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
302
struct ib_recv_wr rx_wr;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
376
struct ib_recv_wr rx_wr;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
121
struct ib_recv_wr *wr,
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
125
const struct ib_recv_wr *bad_wr;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
287
struct ib_recv_wr *wr,
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
304
struct ib_recv_wr wr;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
93
const struct ib_recv_wr *bad_wr;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ib.c
150
const struct ib_recv_wr *bad_wr;
sys/ofed/drivers/infiniband/ulp/sdp/sdp_rx.c
103
struct ib_recv_wr rx_wr = { NULL };
sys/ofed/drivers/infiniband/ulp/sdp/sdp_rx.c
106
const struct ib_recv_wr *bad_wr;
sys/ofed/include/rdma/ib_verbs.h
1324
struct ib_recv_wr *next;
sys/ofed/include/rdma/ib_verbs.h
2249
const struct ib_recv_wr *recv_wr,
sys/ofed/include/rdma/ib_verbs.h
2250
const struct ib_recv_wr **bad_recv_wr);
sys/ofed/include/rdma/ib_verbs.h
2267
const struct ib_recv_wr *recv_wr,
sys/ofed/include/rdma/ib_verbs.h
2268
const struct ib_recv_wr **bad_recv_wr);
sys/ofed/include/rdma/ib_verbs.h
3162
const struct ib_recv_wr *recv_wr,
sys/ofed/include/rdma/ib_verbs.h
3163
const struct ib_recv_wr **bad_recv_wr)
sys/ofed/include/rdma/ib_verbs.h
3290
const struct ib_recv_wr *recv_wr,
sys/ofed/include/rdma/ib_verbs.h
3291
const struct ib_recv_wr **bad_recv_wr)