Searched refs:core_qp (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 375 struct mlx5_core_qp core_qp; member 1149 static inline struct mlx5_ib_rwq *to_mibrwq(struct mlx5_core_qp *core_qp) in to_mibrwq() argument 1151 return container_of(core_qp, struct mlx5_ib_rwq, core_qp); in to_mibrwq()
|
D | qp.c | 5035 static void mlx5_ib_wq_event(struct mlx5_core_qp *core_qp, int type) in mlx5_ib_wq_event() argument 5037 struct mlx5_ib_rwq *rwq = to_mibrwq(core_qp); in mlx5_ib_wq_event() 5049 mlx5_ib_warn(dev, "Unexpected event type %d on WQ %06x\n", type, core_qp->qpn); in mlx5_ib_wq_event() 5177 err = mlx5_core_create_rq_tracked(dev, in, inlen, &rwq->core_qp); in create_rq() 5183 mlx5_core_destroy_rq_tracked(dev, &rwq->core_qp); in create_rq() 5350 rwq->ibwq.wq_num = rwq->core_qp.qpn; in mlx5_ib_create_wq() 5360 rwq->core_qp.event = mlx5_ib_wq_event; in mlx5_ib_create_wq() 5365 mlx5_core_destroy_rq_tracked(dev, &rwq->core_qp); in mlx5_ib_create_wq() 5379 ret = mlx5_core_destroy_rq_tracked(dev, &rwq->core_qp); in mlx5_ib_destroy_wq() 5549 err = mlx5_core_modify_rq(dev->mdev, rwq->core_qp.qpn, in); in mlx5_ib_modify_wq()
|
D | devx.c | 660 to_mrwq(uobj->object)->core_qp.qpn) == in devx_is_valid_obj_id()
|