Searched refs:to_mqp (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.h336 static inline struct mthca_qp *to_mqp(struct ib_qp *ibqp) function
H A Dmthca_qp.c428 struct mthca_qp *qp = to_mqp(ibqp);
548 struct mthca_qp *qp = to_mqp(ibqp);
846 struct mthca_qp *qp = to_mqp(ibqp);
1606 struct mthca_qp *qp = to_mqp(ibqp);
1809 struct mthca_qp *qp = to_mqp(ibqp);
1920 struct mthca_qp *qp = to_mqp(ibqp);
2160 struct mthca_qp *qp = to_mqp(ibqp);
H A Dmthca_provider.c638 to_mqp(qp)->sq.db_index);
642 to_mqp(qp)->rq.db_index);
644 mthca_free_qp(to_mdev(qp->device), to_mqp(qp));
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dverbs.c961 struct mlx4_qp *qp = to_mqp(ibqp);
982 struct mlx4_qp *mqp = to_mqp(qp);
1020 mlx4_qp_init_sq_ownership(to_mqp(qp));
1034 mlx4_init_qp_indices(to_mqp(qp));
1035 if (to_mqp(qp)->rq.wqe_cnt)
1036 *to_mqp(qp)->db = 0;
1087 struct mlx4_qp *qp = to_mqp(ibqp);
H A Dmlx4.h335 static inline struct mlx4_qp *to_mqp(struct ibv_qp *ibqp) function
H A Dqp.c217 struct mlx4_qp *qp = to_mqp(ibqp);
515 struct mlx4_qp *qp = to_mqp(ibqp);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1254 struct mlx4_ib_sqp *sqp = to_msqp((to_mqp(ibqp)));
1266 sqp = to_msqp(to_mqp(sqp->roce_v2_gsi));
1279 struct mlx4_ib_qp *mqp = to_mqp(qp);
1307 struct mlx4_ib_qp *mqp = to_mqp(qp);
1624 struct mlx4_ib_qp *qp = to_mqp(ibqp);
2163 struct mlx4_ib_qp *qp = to_mqp(ibqp);
2266 struct mlx4_ib_qp *mqp = to_mqp(ibqp);
2934 struct mlx4_ib_qp *qp = to_mqp(ibqp);
2967 to_mqp(sqp->roce_v2_gsi) : qp;
3269 struct mlx4_ib_qp *qp = to_mqp(ibq
[all...]
H A Dmlx4_ib.h684 static inline struct mlx4_ib_qp *to_mqp(struct ib_qp *ibqp) function
H A Dmlx4_ib_main.c1311 struct mlx4_ib_qp *mqp = to_mqp(ibqp);
1884 struct mlx4_ib_qp *mqp = to_mqp(ibqp);
1962 struct mlx4_ib_qp *mqp = to_mqp(ibqp);
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dverbs.c1473 struct mlx5_qp *qp = to_mqp(ibqp);
1524 struct mlx5_qp *qp = to_mqp(ibqp);
1553 struct mlx5_qp *mqp = to_mqp(qp);
1603 to_mqp(qp)->rsc.rsn, NULL);
H A Dmlx5.h507 static inline struct mlx5_qp *to_mqp(struct ibv_qp *ibqp) function
H A Dqp.c616 struct mlx5_qp *qp = to_mqp(ibqp);
1137 struct mlx5_qp *qp = to_mqp(ibqp);
H A Dmlx5.c639 struct mlx5_qp *mqp = to_mqp(qp_in);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_gsi.c384 if (to_mqp(gsi->rx_qp)->state == IB_QPS_RTS)
H A Dmlx5_ib_qp.c2103 struct mlx5_ib_qp *mqp = to_mqp(qp);
2604 struct mlx5_ib_qp *qp = to_mqp(ibqp);
2846 struct mlx5_ib_qp *qp = to_mqp(ibqp);
3832 qp = to_mqp(ibqp);
4143 struct mlx5_ib_qp *qp = to_mqp(ibqp);
4484 struct mlx5_ib_qp *qp = to_mqp(ibqp);
H A Dmlx5_ib.h746 static inline struct mlx5_ib_qp *to_mqp(struct ib_qp *ibqp) function
H A Dmlx5_ib_main.c2220 struct mlx5_ib_qp *mqp = to_mqp(qp);

Completed in 200 milliseconds