mlx5_core_cq       49 include/linux/mlx5/cq.h 	void (*comp)		(struct mlx5_core_cq *);
mlx5_core_cq       50 include/linux/mlx5/cq.h 	void (*event)		(struct mlx5_core_cq *, enum mlx5_event);
mlx5_core_cq      128 include/linux/mlx5/cq.h static inline void mlx5_cq_set_ci(struct mlx5_core_cq *cq)
mlx5_core_cq      138 include/linux/mlx5/cq.h static inline void mlx5_cq_arm(struct mlx5_core_cq *cq, u32 cmd,
mlx5_core_cq      164 include/linux/mlx5/cq.h int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
mlx5_core_cq      166 include/linux/mlx5/cq.h int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq);
mlx5_core_cq      167 include/linux/mlx5/cq.h int mlx5_core_query_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
mlx5_core_cq      169 include/linux/mlx5/cq.h int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
mlx5_core_cq      171 include/linux/mlx5/cq.h int mlx5_debug_cq_add(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq);
mlx5_core_cq      172 include/linux/mlx5/cq.h void mlx5_debug_cq_remove(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq);