Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.h58 const struct ib_recv_wr *,
59 const struct ib_recv_wr **bad_recv_wr);
144 const struct ib_recv_wr *,
145 const struct ib_recv_wr **bad_wr);
H A Dqlnxr_cm.h78 const struct ib_recv_wr *wr,
79 const struct ib_recv_wr **bad_wr);
H A Dqlnxr_cm.c744 const struct ib_recv_wr *wr, in qlnxr_gsi_post_recv()
745 const struct ib_recv_wr **bad_wr) in qlnxr_gsi_post_recv()
/freebsd/sys/dev/mthca/
H A Dmthca_dev.h525 int mthca_tavor_post_srq_recv(struct ib_srq *srq, const struct ib_recv_wr *wr,
526 const struct ib_recv_wr **bad_wr);
527 int mthca_arbel_post_srq_recv(struct ib_srq *srq, const struct ib_recv_wr *wr,
528 const struct ib_recv_wr **bad_wr);
538 int mthca_tavor_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
539 const struct ib_recv_wr **bad_wr);
542 int mthca_arbel_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
543 const struct ib_recv_wr **bad_wr);
H A Dmthca_srq.c477 int mthca_tavor_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr, in mthca_tavor_post_srq_recv()
478 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()
H A Dmthca_qp.c1811 int mthca_tavor_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in mthca_tavor_post_receive()
1812 const struct ib_recv_wr **bad_wr) in mthca_tavor_post_receive()
2162 int mthca_arbel_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in mthca_arbel_post_receive()
2163 const struct ib_recv_wr **bad_wr) in mthca_arbel_post_receive()
/freebsd/sys/dev/iser/
H A Diser_verbs.c606 const struct ib_recv_wr *bad_recv_wr; in iser_conn_terminate()
658 memset(&ib_conn->beacon.recv, 0, sizeof(struct ib_recv_wr)); in iser_conn_terminate()
851 const struct ib_recv_wr *rx_wr_failed; in iser_post_recvl()
852 struct ib_recv_wr rx_wr; in iser_post_recvl()
879 const struct ib_recv_wr *rx_wr_failed; in iser_post_recvm()
880 struct ib_recv_wr *rx_wr; in iser_post_recvm()
H A Dicl_iser.h395 struct ib_recv_wr recv;
414 struct ib_recv_wr rx_wr[ISER_MIN_POSTED_RX];
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.h306 int bnxt_re_post_srq_recv(struct ib_srq *ib_srq, const struct ib_recv_wr *wr,
307 const struct ib_recv_wr **bad_wr);
318 int bnxt_re_post_recv(struct ib_qp *ib_qp, const struct ib_recv_wr *wr,
319 const struct ib_recv_wr **bad_wr);
H A Dib_verbs.c1374 int bnxt_re_post_srq_recv(struct ib_srq *ib_srq, const struct ib_recv_wr *wr, in bnxt_re_post_srq_recv()
1375 const struct ib_recv_wr **bad_wr) in bnxt_re_post_srq_recv()
3049 const struct ib_recv_wr *wr, in bnxt_re_build_qp1_recv()
3155 const struct ib_recv_wr *wr, in bnxt_re_build_qp1_shadow_qp_recv()
3556 struct ib_recv_wr *wr) in bnxt_re_post_recv_shadow_qp()
3591 const struct ib_recv_wr *wr, in bnxt_re_build_gsi_recv()
3605 int bnxt_re_post_recv(struct ib_qp *ib_qp, const struct ib_recv_wr *wr, in bnxt_re_post_recv()
3606 const struct ib_recv_wr **bad_wr) in bnxt_re_post_recv()
4325 struct ib_recv_wr rwr = {}; in bnxt_re_process_raw_qp_packet_receive()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h914 int mlx5_ib_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr,
915 const struct ib_recv_wr **bad_wr);
926 int mlx5_ib_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
927 const struct ib_recv_wr **bad_wr);
1069 int mlx5_ib_gsi_post_recv(struct ib_qp *qp, const struct ib_recv_wr *wr,
1070 const struct ib_recv_wr **bad_wr);
H A Dmlx5_ib_gsi.c521 int mlx5_ib_gsi_post_recv(struct ib_qp *qp, const struct ib_recv_wr *wr, in mlx5_ib_gsi_post_recv()
522 const struct ib_recv_wr **bad_wr) in mlx5_ib_gsi_post_recv()
H A Dmlx5_ib_srq.c429 int mlx5_ib_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr, in mlx5_ib_post_srq_recv()
430 const struct ib_recv_wr **bad_wr) in mlx5_ib_post_srq_recv()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h756 int mlx4_ib_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr,
757 const struct ib_recv_wr **bad_wr);
769 int mlx4_ib_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
770 const struct ib_recv_wr **bad_wr);
H A Dmlx4_ib_srq.c306 int mlx4_ib_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr, in mlx4_ib_post_srq_recv()
307 const struct ib_recv_wr **bad_wr) in mlx4_ib_post_srq_recv()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h1323 struct ib_recv_wr { struct
1324 struct ib_recv_wr *next; argument
2249 const struct ib_recv_wr *recv_wr,
2250 const struct ib_recv_wr **bad_recv_wr);
2267 const struct ib_recv_wr *recv_wr,
2268 const struct ib_recv_wr **bad_recv_wr);
3162 const struct ib_recv_wr *recv_wr, in ib_post_srq_recv()
3163 const struct ib_recv_wr **bad_recv_wr) in ib_post_srq_recv()
3290 const struct ib_recv_wr *recv_wr, in ib_post_recv()
3291 const struct ib_recv_wr **bad_recv_wr) in ib_post_recv()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h302 struct ib_recv_wr rx_wr;
376 struct ib_recv_wr rx_wr;
H A Dipoib_cm.c93 const struct ib_recv_wr *bad_wr; in ipoib_cm_post_receive_srq()
121 struct ib_recv_wr *wr, in ipoib_cm_post_receive_nonsrq()
125 const struct ib_recv_wr *bad_wr; in ipoib_cm_post_receive_nonsrq()
287 struct ib_recv_wr *wr, in ipoib_cm_init_rx_wr()
304 struct ib_recv_wr wr; in ipoib_cm_nonsrq_init_rx()
H A Dipoib_ib.c150 const struct ib_recv_wr *bad_wr; in ipoib_ib_post_receive()
/freebsd/sys/contrib/rdma/krping/
H A Dkrping.c188 struct ib_recv_wr rq_wr; /* recv work request record */
359 const struct ib_recv_wr *bad_wr; in krping_cq_event_handler()
1435 const struct ib_recv_wr *bad_wr; in krping_run_server()
1732 struct ib_recv_wr recv_wr = { 0 }; in flush_qp()
1733 const struct ib_recv_wr *recv_bad; in flush_qp()
1926 const struct ib_recv_wr *bad_wr; in krping_run_client()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_rx.c103 struct ib_recv_wr rx_wr = { NULL }; in sdp_post_recv()
106 const struct ib_recv_wr *bad_wr; in sdp_post_recv()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h926 int c4iw_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr,
927 const struct ib_recv_wr **bad_wr);
H A Dqp.c549 const struct ib_recv_wr *wr, u8 *len16) in build_rdma_recv()
641 static void complete_rq_drain_wr(struct c4iw_qp *qhp, const struct ib_recv_wr *wr) in complete_rq_drain_wr()
916 int c4iw_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in c4iw_post_receive()
917 const struct ib_recv_wr **bad_wr) in c4iw_post_receive()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c2194 static struct ib_recv_wr *
2199 struct ib_recv_wr *wr = NULL, *last, *next; in ib_uverbs_unmarshall_recv()
2296 struct ib_recv_wr *wr, *next; in ib_uverbs_post_recv()
2297 const struct ib_recv_wr *bad_wr; in ib_uverbs_post_recv()
2347 struct ib_recv_wr *wr, *next; in ib_uverbs_post_srq_recv()
2348 const struct ib_recv_wr *bad_wr; in ib_uverbs_post_srq_recv()
H A Dib_verbs.c2189 struct ib_recv_wr rwr = {}; in __ib_drain_rq()
2190 const struct ib_recv_wr *bad_rwr; in __ib_drain_rq()

12