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

/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dcq.c76 static void *get_cqe(struct mlx4_ib_cq *cq, int n)
81 static void *get_sw_cqe(struct mlx4_ib_cq *cq, int n)
90 static struct mlx4_cqe *next_cqe_sw(struct mlx4_ib_cq *cq)
97 struct mlx4_ib_cq *mcq = to_mcq(cq);
181 struct mlx4_ib_cq *cq;
276 static int mlx4_alloc_resize_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq,
300 static int mlx4_alloc_resize_umem(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq,
329 static int mlx4_ib_get_outstanding_cqes(struct mlx4_ib_cq *cq)
340 static void mlx4_ib_cq_resize_copy_cqes(struct mlx4_ib_cq *cq)
368 struct mlx4_ib_cq *c
[all...]
H A Dmlx4_ib.h120 struct mlx4_ib_cq { struct
582 static inline struct mlx4_ib_cq *to_mcq(struct ib_cq *ibcq)
584 return container_of(ibcq, struct mlx4_ib_cq, ibcq);
587 static inline struct mlx4_ib_cq *to_mibcq(struct mlx4_cq *mcq)
589 return container_of(mcq, struct mlx4_ib_cq, mcq);
663 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
664 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
H A Dqp.c1144 static void mlx4_ib_lock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq)
1159 static void mlx4_ib_unlock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq)
1193 struct mlx4_ib_cq **send_cq, struct mlx4_ib_cq **recv_cq)
1214 struct mlx4_ib_cq *send_cq, *recv_cq;
1755 struct mlx4_ib_cq *send_cq, *recv_cq;
2667 struct mlx4_ib_cq *cq;

Completed in 188 milliseconds