| /freebsd-13-stable/sys/dev/mlx4/mlx4_ib/ |
| HD | mlx4_ib_srq.c | 237 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()
|
| HD | mlx4_ib.h | 694 static inline struct mlx4_ib_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq() function
|
| HD | mlx4_ib_cq.c | 740 srq = to_msrq((*cur_qp)->ibqp.srq); in mlx4_ib_poll_one()
|
| HD | mlx4_ib_qp.c | 1069 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-13-stable/sys/dev/mlx5/mlx5_ib/ |
| HD | mlx5_ib_srq.c | 353 struct mlx5_ib_srq *srq = to_msrq(ibsrq); in mlx5_ib_modify_srq() 378 struct mlx5_ib_srq *srq = to_msrq(ibsrq); in mlx5_ib_query_srq() 402 struct mlx5_ib_srq *msrq = to_msrq(srq); in mlx5_ib_destroy_srq() 434 struct mlx5_ib_srq *srq = to_msrq(ibsrq); in mlx5_ib_post_srq_recv()
|
| HD | mlx5_ib_cq.c | 183 srq = to_msrq(qp->ibqp.srq); in handle_responder() 609 srq = to_msrq((*cur_qp)->ibqp.srq); in mlx5_poll_one()
|
| HD | mlx5_ib_qp.c | 1781 MLX5_SET(qpc, qpc, srqn_rmpn, to_msrq(devr->s0)->msrq.srqn); in create_qp_common() 1787 MLX5_SET(qpc, qpc, srqn_rmpn, to_msrq(devr->s0)->msrq.srqn); in create_qp_common() 1792 MLX5_SET(qpc, qpc, srqn_rmpn, to_msrq(init_attr->srq)->msrq.srqn); in create_qp_common() 1795 MLX5_SET(qpc, qpc, srqn_rmpn, to_msrq(devr->s1)->msrq.srqn); in create_qp_common() 2016 qp->ibqp.srq ? to_msrq(qp->ibqp.srq) : NULL); in destroy_qp_common() 2909 ibqp->srq ? to_msrq(ibqp->srq) : NULL); in __mlx5_ib_modify_qp()
|
| HD | mlx5_ib.h | 809 static inline struct mlx5_ib_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq() function
|
| /freebsd-13-stable/contrib/ofed/libmlx4/ |
| HD | verbs.c | 731 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()
|
| HD | srq.c | 66 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()
|
| HD | mlx4.h | 329 static inline struct mlx4_srq *to_msrq(struct ibv_srq *ibsrq) in to_msrq() function
|
| HD | cq.c | 285 srq = ((*cur_qp)->verbs_qp.qp.srq) ? to_msrq((*cur_qp)->verbs_qp.qp.srq) : NULL; in mlx4_parse_cqe()
|
| /freebsd-13-stable/sys/dev/mthca/ |
| HD | mthca_srq.c | 362 struct mthca_srq *srq = to_msrq(ibsrq); in mthca_modify_srq() 385 struct mthca_srq *srq = to_msrq(ibsrq); in mthca_query_srq() 473 struct mthca_srq *srq = to_msrq(ibsrq); in mthca_tavor_post_srq_recv() 573 struct mthca_srq *srq = to_msrq(ibsrq); in mthca_arbel_post_srq_recv()
|
| HD | mthca_provider.h | 331 static inline struct mthca_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq() function
|
| HD | mthca_provider.c | 506 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()
|
| HD | mthca_qp.c | 770 to_msrq(ibqp->srq)->srqn); in __mthca_modify_qp() 820 qp->ibqp.srq ? to_msrq(qp->ibqp.srq) : NULL); in __mthca_modify_qp() 1454 qp->ibqp.srq ? to_msrq(qp->ibqp.srq) : NULL); in mthca_free_qp()
|
| HD | mthca_cq.c | 545 struct mthca_srq *srq = to_msrq((*cur_qp)->ibqp.srq); in mthca_poll_one()
|
| /freebsd-13-stable/contrib/ofed/libmlx5/ |
| HD | srq.c | 90 struct mlx5_srq *srq = to_msrq(ibsrq); in mlx5_post_srq_recv()
|
| HD | verbs.c | 737 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()
|
| HD | mlx5.h | 500 static inline struct mlx5_srq *to_msrq(struct ibv_srq *ibsrq) in to_msrq() function
|
| HD | cq.c | 381 *cur_srq = to_msrq(mqp->verbs_qp.qp.srq); in get_resp_ctx_v1()
|