Home
last modified time | relevance | path

Searched refs:to_msrq (Results 1 – 21 of 21) sorted by relevance

/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
Dmlx4_ib_srq.c237 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_modify_srq()
262 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_query_srq()
280 struct mlx4_ib_srq *msrq = to_msrq(srq); in mlx4_ib_destroy_srq()
317 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_post_srq_recv()
Dmlx4_ib.h694 static inline struct mlx4_ib_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq() function
Dmlx4_ib_cq.c739 srq = to_msrq((*cur_qp)->ibqp.srq); in mlx4_ib_poll_one()
Dmlx4_ib_qp.c1069 qp->ibqp.srq ? to_msrq(qp->ibqp.srq): NULL); in destroy_qp_common()
1911 context->srqn = cpu_to_be32(1 << 24 | to_msrq(ibqp->srq)->msrq.srqn); in __mlx4_ib_modify_qp()
2048 ibqp->srq ? to_msrq(ibqp->srq) : NULL); in __mlx4_ib_modify_qp()
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib_srq.c352 struct mlx5_ib_srq *srq = to_msrq(ibsrq); in mlx5_ib_modify_srq()
377 struct mlx5_ib_srq *srq = to_msrq(ibsrq); in mlx5_ib_query_srq()
401 struct mlx5_ib_srq *msrq = to_msrq(srq); in mlx5_ib_destroy_srq()
433 struct mlx5_ib_srq *srq = to_msrq(ibsrq); in mlx5_ib_post_srq_recv()
Dmlx5_ib_cq.c182 srq = to_msrq(qp->ibqp.srq); in handle_responder()
607 srq = to_msrq((*cur_qp)->ibqp.srq); in mlx5_poll_one()
Dmlx5_ib_qp.c1715 MLX5_SET(qpc, qpc, srqn_rmpn, to_msrq(devr->s0)->msrq.srqn); in create_qp_common()
1721 MLX5_SET(qpc, qpc, srqn_rmpn, to_msrq(devr->s0)->msrq.srqn); in create_qp_common()
1726 MLX5_SET(qpc, qpc, srqn_rmpn, to_msrq(init_attr->srq)->msrq.srqn); in create_qp_common()
1729 MLX5_SET(qpc, qpc, srqn_rmpn, to_msrq(devr->s1)->msrq.srqn); in create_qp_common()
1950 qp->ibqp.srq ? to_msrq(qp->ibqp.srq) : NULL); in destroy_qp_common()
2823 ibqp->srq ? to_msrq(ibqp->srq) : NULL); in __mlx5_ib_modify_qp()
Dmlx5_ib.h741 static inline struct mlx5_ib_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq() function
/freebsd-12-stable/contrib/ofed/libmlx4/
Dverbs.c731 if (to_msrq(srq)->ext_srq) in mlx4_destroy_srq()
738 mlx4_free_db(to_mctx(srq->context), MLX4_DB_TYPE_RQ, to_msrq(srq)->db); in mlx4_destroy_srq()
739 mlx4_free_buf(&to_msrq(srq)->buf); in mlx4_destroy_srq()
740 free(to_msrq(srq)->wrid); in mlx4_destroy_srq()
741 free(to_msrq(srq)); in mlx4_destroy_srq()
1030 qp->srq ? to_msrq(qp->srq) : NULL); in mlx4_modify_qp()
1101 ibqp->srq ? to_msrq(ibqp->srq) : NULL); in mlx4_destroy_qp()
Dsrq.c66 struct mlx4_srq *srq = to_msrq(ibsrq); in mlx4_post_srq_recv()
301 struct mlx4_srq *msrq = to_msrq(srq); in mlx4_destroy_xrc_srq()
Dmlx4.h329 static inline struct mlx4_srq *to_msrq(struct ibv_srq *ibsrq) in to_msrq() function
Dcq.c285 srq = ((*cur_qp)->verbs_qp.qp.srq) ? to_msrq((*cur_qp)->verbs_qp.qp.srq) : NULL; in mlx4_parse_cqe()
/freebsd-12-stable/sys/dev/mthca/
Dmthca_srq.c368 struct mthca_srq *srq = to_msrq(ibsrq); in mthca_modify_srq()
391 struct mthca_srq *srq = to_msrq(ibsrq); in mthca_query_srq()
479 struct mthca_srq *srq = to_msrq(ibsrq); in mthca_tavor_post_srq_recv()
579 struct mthca_srq *srq = to_msrq(ibsrq); in mthca_arbel_post_srq_recv()
Dmthca_provider.h331 static inline struct mthca_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq() function
Dmthca_provider.c506 context->db_tab, to_msrq(srq)->db_index); in mthca_destroy_srq()
509 mthca_free_srq(to_mdev(srq->device), to_msrq(srq)); in mthca_destroy_srq()
Dmthca_qp.c770 to_msrq(ibqp->srq)->srqn); in __mthca_modify_qp()
820 qp->ibqp.srq ? to_msrq(qp->ibqp.srq) : NULL); in __mthca_modify_qp()
1457 qp->ibqp.srq ? to_msrq(qp->ibqp.srq) : NULL); in mthca_free_qp()
Dmthca_cq.c545 struct mthca_srq *srq = to_msrq((*cur_qp)->ibqp.srq); in mthca_poll_one()
/freebsd-12-stable/contrib/ofed/libmlx5/
Dsrq.c90 struct mlx5_srq *srq = to_msrq(ibsrq); in mlx5_post_srq_recv()
Dverbs.c737 struct mlx5_srq *msrq = to_msrq(srq); in mlx5_destroy_srq()
1497 ibqp->srq ? to_msrq(ibqp->srq) : NULL); in mlx5_destroy_qp()
1599 qp->srq ? to_msrq(qp->srq) : NULL); in mlx5_modify_qp()
1751 struct mlx5_srq *msrq = to_msrq(srq); in mlx5_get_srq_num()
Dmlx5.h500 static inline struct mlx5_srq *to_msrq(struct ibv_srq *ibsrq) in to_msrq() function
Dcq.c381 *cur_srq = to_msrq(mqp->verbs_qp.qp.srq); in get_resp_ctx_v1()