core_qp           638 drivers/infiniband/hw/mlx5/devx.c 				      to_mrwq(uobj->object)->core_qp.qpn) ==
core_qp           302 drivers/infiniband/hw/mlx5/mlx5_ib.h 	struct mlx5_core_qp	core_qp;
core_qp          1038 drivers/infiniband/hw/mlx5/mlx5_ib.h static inline struct mlx5_ib_rwq *to_mibrwq(struct mlx5_core_qp *core_qp)
core_qp          1040 drivers/infiniband/hw/mlx5/mlx5_ib.h 	return container_of(core_qp, struct mlx5_ib_rwq, core_qp);
core_qp          5875 drivers/infiniband/hw/mlx5/qp.c static void mlx5_ib_wq_event(struct mlx5_core_qp *core_qp, int type)
core_qp          5877 drivers/infiniband/hw/mlx5/qp.c 	struct mlx5_ib_rwq *rwq = to_mibrwq(core_qp);
core_qp          5889 drivers/infiniband/hw/mlx5/qp.c 			mlx5_ib_warn(dev, "Unexpected event type %d on WQ %06x\n", type, core_qp->qpn);
core_qp          6002 drivers/infiniband/hw/mlx5/qp.c 	err = mlx5_core_create_rq_tracked(dev->mdev, in, inlen, &rwq->core_qp);
core_qp          6008 drivers/infiniband/hw/mlx5/qp.c 			mlx5_core_destroy_rq_tracked(dev->mdev, &rwq->core_qp);
core_qp          6160 drivers/infiniband/hw/mlx5/qp.c 	rwq->ibwq.wq_num = rwq->core_qp.qpn;
core_qp          6170 drivers/infiniband/hw/mlx5/qp.c 	rwq->core_qp.event = mlx5_ib_wq_event;
core_qp          6175 drivers/infiniband/hw/mlx5/qp.c 	mlx5_core_destroy_rq_tracked(dev->mdev, &rwq->core_qp);
core_qp          6188 drivers/infiniband/hw/mlx5/qp.c 	mlx5_core_destroy_rq_tracked(dev->mdev, &rwq->core_qp);
core_qp          6366 drivers/infiniband/hw/mlx5/qp.c 	err = mlx5_core_modify_rq(dev->mdev, rwq->core_qp.qpn, in, inlen);