Home
last modified time | relevance | path

Searched refs:core_qp (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h227 struct mlx5_core_qp core_qp; member
719 static inline struct mlx5_ib_rwq *to_mibrwq(struct mlx5_core_qp *core_qp) in to_mibrwq() argument
721 return container_of(core_qp, struct mlx5_ib_rwq, core_qp); in to_mibrwq()
H A Dmlx5_ib_qp.c4601 static void mlx5_ib_wq_event(struct mlx5_core_qp *core_qp, int type) in mlx5_ib_wq_event() argument
4603 struct mlx5_ib_rwq *rwq = to_mibrwq(core_qp); in mlx5_ib_wq_event()
4615 mlx5_ib_warn(dev, "Unexpected event type %d on WQ %06x\n", type, core_qp->qpn); in mlx5_ib_wq_event()
4660 err = mlx5_core_create_rq_tracked(dev->mdev, in, inlen, &rwq->core_qp); in create_rq()
4776 rwq->ibwq.wq_num = rwq->core_qp.qpn; in mlx5_ib_create_wq()
4786 rwq->core_qp.event = mlx5_ib_wq_event; in mlx5_ib_create_wq()
4791 mlx5_core_destroy_rq_tracked(dev->mdev, &rwq->core_qp); in mlx5_ib_create_wq()
4804 mlx5_core_destroy_rq_tracked(dev->mdev, &rwq->core_qp); in mlx5_ib_destroy_wq()
4933 MLX5_SET(modify_rq_in, in, rqn, rwq->core_qp.qpn); in mlx5_ib_modify_wq()