Searched refs:core_qp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | mlx5_ib.h | 301 struct mlx5_core_qp core_qp; member 1063 static inline struct mlx5_ib_rwq *to_mibrwq(struct mlx5_core_qp *core_qp) in to_mibrwq() argument 1065 return container_of(core_qp, struct mlx5_ib_rwq, core_qp); in to_mibrwq()
|
H A D | qp.c | 4824 static void mlx5_ib_wq_event(struct mlx5_core_qp *core_qp, int type) in mlx5_ib_wq_event() argument 4826 struct mlx5_ib_rwq *rwq = to_mibrwq(core_qp); in mlx5_ib_wq_event() 4838 mlx5_ib_warn(dev, "Unexpected event type %d on WQ %06x\n", type, core_qp->qpn); in mlx5_ib_wq_event() 4960 err = mlx5_core_create_rq_tracked(dev, in, inlen, &rwq->core_qp); in create_rq() 4966 mlx5_core_destroy_rq_tracked(dev, &rwq->core_qp); in create_rq() 5133 rwq->ibwq.wq_num = rwq->core_qp.qpn; in mlx5_ib_create_wq() 5143 rwq->core_qp.event = mlx5_ib_wq_event; in mlx5_ib_create_wq() 5148 mlx5_core_destroy_rq_tracked(dev, &rwq->core_qp); in mlx5_ib_create_wq() 5162 ret = mlx5_core_destroy_rq_tracked(dev, &rwq->core_qp); in mlx5_ib_destroy_wq() 5332 err = mlx5_core_modify_rq(dev->mdev, rwq->core_qp in mlx5_ib_modify_wq() [all...] |
H A D | devx.c | 589 to_mrwq(uobj->object)->core_qp.qpn) == in devx_is_valid_obj_id()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | mlx5_ib.h | 392 struct mlx5_core_qp core_qp; member 1202 static inline struct mlx5_ib_rwq *to_mibrwq(struct mlx5_core_qp *core_qp) in to_mibrwq() argument 1204 return container_of(core_qp, struct mlx5_ib_rwq, core_qp); in to_mibrwq()
|
H A D | qp.c | 5151 static void mlx5_ib_wq_event(struct mlx5_core_qp *core_qp, int type) in mlx5_ib_wq_event() argument 5153 struct mlx5_ib_rwq *rwq = to_mibrwq(core_qp); in mlx5_ib_wq_event() 5165 mlx5_ib_warn(dev, "Unexpected event type %d on WQ %06x\n", type, core_qp->qpn); in mlx5_ib_wq_event() 5293 err = mlx5_core_create_rq_tracked(dev, in, inlen, &rwq->core_qp); in create_rq() 5299 mlx5_core_destroy_rq_tracked(dev, &rwq->core_qp); in create_rq() 5466 rwq->ibwq.wq_num = rwq->core_qp.qpn; in mlx5_ib_create_wq() 5476 rwq->core_qp.event = mlx5_ib_wq_event; in mlx5_ib_create_wq() 5481 mlx5_core_destroy_rq_tracked(dev, &rwq->core_qp); in mlx5_ib_create_wq() 5495 ret = mlx5_core_destroy_rq_tracked(dev, &rwq->core_qp); in mlx5_ib_destroy_wq() 5664 err = mlx5_core_modify_rq(dev->mdev, rwq->core_qp in mlx5_ib_modify_wq() [all...] |
H A D | devx.c | 660 to_mrwq(uobj->object)->core_qp.qpn) == in devx_is_valid_obj_id()
|
Completed in 25 milliseconds