Home
last modified time | relevance | path

Searched refs:ib_recv_wr (Results 1 – 25 of 58) sorted by relevance

123

/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dwr.h106 int mlx5_ib_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
107 const struct ib_recv_wr **bad_wr, bool drain);
124 const struct ib_recv_wr *wr, in mlx5_ib_post_recv_nodrain()
125 const struct ib_recv_wr **bad_wr) in mlx5_ib_post_recv_nodrain()
131 const struct ib_recv_wr *wr, in mlx5_ib_post_recv_drain()
132 const struct ib_recv_wr **bad_wr) in mlx5_ib_post_recv_drain()
H A Dgsi.c474 int mlx5_ib_gsi_post_recv(struct ib_qp *qp, const struct ib_recv_wr *wr, in mlx5_ib_gsi_post_recv()
475 const struct ib_recv_wr **bad_wr) in mlx5_ib_gsi_post_recv()
H A Dsrq.c409 int mlx5_ib_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr, in mlx5_ib_post_srq_recv()
410 const struct ib_recv_wr **bad_wr) in mlx5_ib_post_srq_recv()
H A Dmlx5_ib.h1296 int mlx5_ib_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr,
1297 const struct ib_recv_wr **bad_wr);
1498 int mlx5_ib_gsi_post_recv(struct ib_qp *qp, const struct ib_recv_wr *wr,
1499 const struct ib_recv_wr **bad_wr);
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dqp.h20 int rvt_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
21 const struct ib_recv_wr **bad_wr);
24 int rvt_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr,
25 const struct ib_recv_wr **bad_wr);
/openbmc/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.h48 int ocrdma_post_recv(struct ib_qp *, const struct ib_recv_wr *,
49 const struct ib_recv_wr **bad_wr);
95 int ocrdma_post_srq_recv(struct ib_srq *, const struct ib_recv_wr *,
96 const struct ib_recv_wr **bad_recv_wr);
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dverbs.h72 int qedr_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr,
73 const struct ib_recv_wr **bad_recv_wr);
92 int qedr_post_recv(struct ib_qp *, const struct ib_recv_wr *,
93 const struct ib_recv_wr **bad_wr);
H A Dqedr_roce_cm.h49 int qedr_gsi_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
50 const struct ib_recv_wr **bad_wr);
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_verbs.h62 int siw_post_receive(struct ib_qp *base_qp, const struct ib_recv_wr *wr,
63 const struct ib_recv_wr **bad_wr);
81 int siw_post_srq_recv(struct ib_srq *base_srq, const struct ib_recv_wr *wr,
82 const struct ib_recv_wr **bad_wr);
H A Dsiw_verbs.c729 static int siw_rq_flush_wr(struct siw_qp *qp, const struct ib_recv_wr *wr, in siw_rq_flush_wr()
730 const struct ib_recv_wr **bad_wr) in siw_rq_flush_wr()
997 int siw_post_receive(struct ib_qp *base_qp, const struct ib_recv_wr *wr, in siw_post_receive()
998 const struct ib_recv_wr **bad_wr) in siw_post_receive()
1769 int siw_post_srq_recv(struct ib_srq *base_srq, const struct ib_recv_wr *wr, in siw_post_srq_recv()
1770 const struct ib_recv_wr **bad_wr) in siw_post_srq_recv()
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h512 int mthca_tavor_post_srq_recv(struct ib_srq *srq, const struct ib_recv_wr *wr,
513 const struct ib_recv_wr **bad_wr);
514 int mthca_arbel_post_srq_recv(struct ib_srq *srq, const struct ib_recv_wr *wr,
515 const struct ib_recv_wr **bad_wr);
525 int mthca_tavor_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
526 const struct ib_recv_wr **bad_wr);
529 int mthca_arbel_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
530 const struct ib_recv_wr **bad_wr);
H A Dmthca_srq.c483 int mthca_tavor_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr, in mthca_tavor_post_srq_recv()
484 const struct ib_recv_wr **bad_wr) in mthca_tavor_post_srq_recv()
577 int mthca_arbel_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr, in mthca_arbel_post_srq_recv()
578 const struct ib_recv_wr **bad_wr) in mthca_arbel_post_srq_recv()
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.h207 int bnxt_re_post_srq_recv(struct ib_srq *srq, const struct ib_recv_wr *recv_wr,
208 const struct ib_recv_wr **bad_recv_wr);
218 int bnxt_re_post_recv(struct ib_qp *qp, const struct ib_recv_wr *recv_wr,
219 const struct ib_recv_wr **bad_recv_wr);
/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs.c75 struct ib_recv_wr wr; in rtrs_iu_post_recv()
87 wr = (struct ib_recv_wr) { in rtrs_iu_post_recv()
99 struct ib_recv_wr wr; in rtrs_post_recv_empty()
101 wr = (struct ib_recv_wr) { in rtrs_post_recv_empty()
/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma_qp.c541 const struct ib_recv_wr *recv_wr) in erdma_post_recv_one()
570 int erdma_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *recv_wr, in erdma_post_recv()
571 const struct ib_recv_wr **bad_recv_wr) in erdma_post_recv()
573 const struct ib_recv_wr *wr = recv_wr; in erdma_post_recv()
H A Derdma_verbs.h355 int erdma_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *recv_wr,
356 const struct ib_recv_wr **bad_recv_wr);
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_verbs.h402 int pvrdma_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
403 const struct ib_recv_wr **bad_wr);
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h794 int mlx4_ib_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr,
795 const struct ib_recv_wr **bad_wr);
808 int mlx4_ib_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
809 const struct ib_recv_wr **bad_wr);
H A Dsrq.c307 int mlx4_ib_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr, in mlx4_ib_post_srq_recv()
308 const struct ib_recv_wr **bad_wr) in mlx4_ib_post_srq_recv()
/openbmc/linux/include/rdma/
H A Dib_verbs.h1451 struct ib_recv_wr { struct
1452 struct ib_recv_wr *next; argument
2352 int (*post_recv)(struct ib_qp *qp, const struct ib_recv_wr *recv_wr,
2353 const struct ib_recv_wr **bad_recv_wr);
2360 const struct ib_recv_wr *recv_wr,
2361 const struct ib_recv_wr **bad_recv_wr);
3723 const struct ib_recv_wr *recv_wr, in ib_post_srq_recv()
3724 const struct ib_recv_wr **bad_recv_wr) in ib_post_srq_recv()
3726 const struct ib_recv_wr *dummy; in ib_post_srq_recv()
3862 const struct ib_recv_wr *recv_wr, in ib_post_recv()
[all …]
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h961 int c4iw_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
962 const struct ib_recv_wr **bad_wr);
1037 int c4iw_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr,
1038 const struct ib_recv_wr **bad_wr);
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c15 static int post_one_recv(struct rxe_rq *rq, const struct ib_recv_wr *ibwr);
488 static int rxe_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr, in rxe_post_srq_recv()
489 const struct ib_recv_wr **bad_wr) in rxe_post_srq_recv()
954 static int post_one_recv(struct rxe_rq *rq, const struct ib_recv_wr *ibwr) in post_one_recv()
1006 static int rxe_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in rxe_post_recv()
1007 const struct ib_recv_wr **bad_wr) in rxe_post_recv()
/openbmc/linux/include/linux/sunrpc/
H A Dsvc_rdma.h132 struct ib_recv_wr rc_recv_wr;
/openbmc/linux/drivers/infiniband/ulp/isert/
H A Dib_isert.h175 struct ib_recv_wr rx_wr[ISERT_QP_MAX_RECV_DTOS];
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c260 const struct ib_recv_wr *bad_wr = NULL; in svc_rdma_refresh_recvs()
262 struct ib_recv_wr *recv_chain; in svc_rdma_refresh_recvs()

123