Searched refs:mlx4_cq (Results 1 – 2 of 2) sorted by relevance
/include/linux/mlx4/ |
D | cq.h | 147 static inline void mlx4_cq_arm(struct mlx4_cq *cq, u32 cmd, in mlx4_cq_arm() 172 static inline void mlx4_cq_set_ci(struct mlx4_cq *cq) in mlx4_cq_set_ci() 182 int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq, 184 int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq,
|
D | device.h | 725 struct mlx4_cq { struct 726 void (*comp) (struct mlx4_cq *); argument 727 void (*event) (struct mlx4_cq *, enum mlx4_event); argument 745 void (*comp)(struct mlx4_cq *); argument 1127 struct mlx4_uar *uar, u64 db_rec, struct mlx4_cq *cq, 1130 void mlx4_cq_free(struct mlx4_dev *dev, struct mlx4_cq *cq);
|