Searched refs:mlx4_ib_cq (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h69 struct mlx4_ib_cq { struct
196 static inline struct mlx4_ib_cq *to_mcq(struct ib_cq *ibcq)
198 return container_of(ibcq, struct mlx4_ib_cq, ibcq);
201 static inline struct mlx4_ib_cq *to_mibcq(struct mlx4_cq *mcq)
203 return container_of(mcq, struct mlx4_ib_cq, mcq);
270 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
271 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
H A Dcq.c72 static void *get_cqe(struct mlx4_ib_cq *cq, int n)
77 static void *get_sw_cqe(struct mlx4_ib_cq *cq, int n)
85 static struct mlx4_cqe *next_cqe_sw(struct mlx4_ib_cq *cq)
92 struct mlx4_ib_cq *mcq = to_mcq(cq);
171 struct mlx4_ib_cq *cq;
263 static int mlx4_alloc_resize_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq,
287 static int mlx4_alloc_resize_umem(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq,
316 static int mlx4_ib_get_outstanding_cqes(struct mlx4_ib_cq *cq)
327 static void mlx4_ib_cq_resize_copy_cqes(struct mlx4_ib_cq *cq)
348 struct mlx4_ib_cq *c
[all...]
H A Dqp.c622 static void mlx4_ib_lock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq)
637 static void mlx4_ib_unlock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq)
655 struct mlx4_ib_cq *send_cq, *recv_cq;
1347 struct mlx4_ib_cq *cq;

Completed in 32 milliseconds