Searched refs:mlx4_cq (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/linux/mlx4/ |
D | cq.h | 142 static inline void mlx4_cq_arm(struct mlx4_cq *cq, u32 cmd, in mlx4_cq_arm() 167 static inline void mlx4_cq_set_ci(struct mlx4_cq *cq) in mlx4_cq_set_ci() 177 int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq, 179 int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq,
|
D | device.h | 737 struct mlx4_cq { struct 738 void (*comp) (struct mlx4_cq *); argument 739 void (*event) (struct mlx4_cq *, enum mlx4_event); argument 757 void (*comp)(struct mlx4_cq *); argument 1139 struct mlx4_uar *uar, u64 db_rec, struct mlx4_cq *cq, 1141 void mlx4_cq_free(struct mlx4_dev *dev, struct mlx4_cq *cq);
|