Symbol: ib_recv_wr
sys/dev/bnxt/bnxt_re/ib_verbs.c
1337
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
1338
const struct ib_recv_wr **bad_wr)
sys/dev/bnxt/bnxt_re/ib_verbs.c
3036
const struct ib_recv_wr *wr,
sys/dev/bnxt/bnxt_re/ib_verbs.c
3142
const struct ib_recv_wr *wr,
sys/dev/bnxt/bnxt_re/ib_verbs.c
3543
struct ib_recv_wr *wr)
sys/dev/bnxt/bnxt_re/ib_verbs.c
3578
const struct ib_recv_wr *wr,
sys/dev/bnxt/bnxt_re/ib_verbs.c
3592
int bnxt_re_post_recv(struct ib_qp *ib_qp, const struct ib_recv_wr *wr,
sys/dev/bnxt/bnxt_re/ib_verbs.c
3593
const struct ib_recv_wr **bad_wr)
sys/dev/bnxt/bnxt_re/ib_verbs.c
4312
struct ib_recv_wr rwr = {};
sys/dev/bnxt/bnxt_re/ib_verbs.h
323
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
324
const struct ib_recv_wr **bad_wr);
sys/dev/bnxt/bnxt_re/ib_verbs.h
335
int bnxt_re_post_recv(struct ib_qp *ib_qp, const struct ib_recv_wr *wr,
sys/dev/bnxt/bnxt_re/ib_verbs.h
336
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
2617
const struct ib_recv_wr *ib_wr,
sys/dev/irdma/irdma_verbs.c
2618
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
604
const struct ib_recv_wr *bad_recv_wr;
sys/dev/iser/iser_verbs.c
656
memset(&ib_conn->beacon.recv, 0, sizeof(struct ib_recv_wr));
sys/dev/iser/iser_verbs.c
849
const struct ib_recv_wr *rx_wr_failed;
sys/dev/iser/iser_verbs.c
850
struct ib_recv_wr rx_wr;
sys/dev/iser/iser_verbs.c
877
const struct ib_recv_wr *rx_wr_failed;
sys/dev/iser/iser_verbs.c
878
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
1303
struct ib_recv_wr recv_wr;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c
1304
const struct ib_recv_wr *bad_recv_wr;
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
3261
int mlx4_ib_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
3262
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
1078
int mlx5_ib_gsi_post_recv(struct ib_qp *qp, const struct ib_recv_wr *wr,
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
1079
const struct ib_recv_wr **bad_wr);
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
925
int mlx5_ib_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr,
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
926
const struct ib_recv_wr **bad_wr);
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
937
int mlx5_ib_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
938
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
1819
int mthca_tavor_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
sys/dev/mthca/mthca_qp.c
1820
const struct ib_recv_wr **bad_wr)
sys/dev/mthca/mthca_qp.c
2170
int mthca_arbel_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
sys/dev/mthca/mthca_qp.c
2171
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
740
const struct ib_recv_wr *wr,
sys/dev/qlnx/qlnxr/qlnxr_cm.c
741
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
342
qlnxr_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
343
const struct ib_recv_wr **bad_wr)
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
4580
const struct ib_recv_wr *wr,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
4581
const struct ib_recv_wr **bad_wr)
sys/dev/qlnx/qlnxr/qlnxr_verbs.h
139
const struct ib_recv_wr *,
sys/dev/qlnx/qlnxr/qlnxr_verbs.h
140
const struct ib_recv_wr **bad_wr);
sys/dev/qlnx/qlnxr/qlnxr_verbs.h
53
const struct ib_recv_wr *,
sys/dev/qlnx/qlnxr/qlnxr_verbs.h
54
const struct ib_recv_wr **bad_recv_wr);
sys/ofed/drivers/infiniband/core/ib_mad.c
2848
struct ib_recv_wr recv_wr;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2207
static struct ib_recv_wr *
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2212
struct ib_recv_wr *wr = NULL, *last, *next;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2309
struct ib_recv_wr *wr, *next;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2310
const struct ib_recv_wr *bad_wr;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2360
struct ib_recv_wr *wr, *next;
sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c
2361
const struct ib_recv_wr *bad_wr;
sys/ofed/drivers/infiniband/core/ib_verbs.c
2527
struct ib_recv_wr 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
285
struct ib_recv_wr *wr,
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
302
struct ib_recv_wr 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
1373
struct ib_recv_wr *next;
sys/ofed/include/rdma/ib_verbs.h
2268
const struct ib_recv_wr *recv_wr,
sys/ofed/include/rdma/ib_verbs.h
2269
const struct ib_recv_wr **bad_recv_wr);
sys/ofed/include/rdma/ib_verbs.h
2286
const struct ib_recv_wr *recv_wr,
sys/ofed/include/rdma/ib_verbs.h
2287
const struct ib_recv_wr **bad_recv_wr);
sys/ofed/include/rdma/ib_verbs.h
3218
const struct ib_recv_wr *recv_wr,
sys/ofed/include/rdma/ib_verbs.h
3219
const struct ib_recv_wr **bad_recv_wr)
sys/ofed/include/rdma/ib_verbs.h
3221
const struct ib_recv_wr *dummy;
sys/ofed/include/rdma/ib_verbs.h
3350
const struct ib_recv_wr *recv_wr,
sys/ofed/include/rdma/ib_verbs.h
3351
const struct ib_recv_wr **bad_recv_wr)
sys/ofed/include/rdma/ib_verbs.h
3353
const struct ib_recv_wr *dummy;