Searched refs:mlx4_cq (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mlx4/
H A Dcq.h88 static inline void mlx4_cq_arm(struct mlx4_cq *cq, u32 cmd,
113 static inline void mlx4_cq_set_ci(struct mlx4_cq *cq)
H A Ddevice.h217 struct mlx4_cq { struct
218 void (*comp) (struct mlx4_cq *);
219 void (*event) (struct mlx4_cq *, enum mlx4_event);
315 struct mlx4_uar *uar, u64 db_rec, struct mlx4_cq *cq);
316 void mlx4_cq_free(struct mlx4_dev *dev, struct mlx4_cq *cq);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dcq.c79 struct mlx4_cq *cq;
96 struct mlx4_cq *cq;
133 struct mlx4_uar *uar, u64 db_rec, struct mlx4_cq *cq)
209 void mlx4_cq_free(struct mlx4_dev *dev, struct mlx4_cq *cq)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h82 struct mlx4_cq mcq;
191 static inline struct mlx4_ib_cq *to_mibcq(struct mlx4_cq *mcq)
H A Dcq.c39 static void mlx4_ib_cq_comp(struct mlx4_cq *cq)
45 static void mlx4_ib_cq_event(struct mlx4_cq *cq, enum mlx4_event type)

Completed in 124 milliseconds