Lines Matching refs:mlx5_core_dev
598 static inline struct mlx5_core_qp *__mlx5_qp_lookup(struct mlx5_core_dev *dev, u32 qpn) in __mlx5_qp_lookup()
603 static inline struct mlx5_core_mr *__mlx5_mr_lookup(struct mlx5_core_dev *dev, u32 key) in __mlx5_mr_lookup()
619 int mlx5_core_create_qp(struct mlx5_core_dev *dev,
623 int mlx5_core_qp_modify(struct mlx5_core_dev *dev, enum mlx5_qp_state cur_state,
627 int mlx5_core_destroy_qp(struct mlx5_core_dev *dev,
629 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp,
632 int mlx5_core_xrcd_alloc(struct mlx5_core_dev *dev, u32 *xrcdn);
633 int mlx5_core_xrcd_dealloc(struct mlx5_core_dev *dev, u32 xrcdn);
634 void mlx5_init_qp_table(struct mlx5_core_dev *dev);
635 void mlx5_cleanup_qp_table(struct mlx5_core_dev *dev);
636 int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp);
637 void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp);
639 int mlx5_core_page_fault_resume(struct mlx5_core_dev *dev, u32 qpn,