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

/freebsd-11-stable/sys/modules/mlx4ib/
H A DMakefile10 mlx4_ib_cq.c \
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c74 static void *get_cqe(struct mlx4_ib_cq *cq, int n)
79 static void *get_sw_cqe(struct mlx4_ib_cq *cq, int n)
88 static struct mlx4_cqe *next_cqe_sw(struct mlx4_ib_cq *cq)
95 struct mlx4_ib_cq *mcq = to_mcq(cq);
179 struct mlx4_ib_cq *cq;
284 static int mlx4_alloc_resize_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq,
308 static int mlx4_alloc_resize_umem(struct mlx4_ib_dev *dev, struct mlx4_ib_cq *cq,
337 static int mlx4_ib_get_outstanding_cqes(struct mlx4_ib_cq *cq)
348 static void mlx4_ib_cq_resize_copy_cqes(struct mlx4_ib_cq *cq)
376 struct mlx4_ib_cq *c
[all...]
H A Dmlx4_ib.h121 struct mlx4_ib_cq { struct
654 static inline struct mlx4_ib_cq *to_mcq(struct ib_cq *ibcq)
656 return container_of(ibcq, struct mlx4_ib_cq, ibcq);
659 static inline struct mlx4_ib_cq *to_mibcq(struct mlx4_cq *mcq)
661 return container_of(mcq, struct mlx4_ib_cq, mcq);
752 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
753 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq);
H A Dmlx4_ib_qp.c54 static void mlx4_ib_lock_cqs(struct mlx4_ib_cq *send_cq,
55 struct mlx4_ib_cq *recv_cq);
56 static void mlx4_ib_unlock_cqs(struct mlx4_ib_cq *send_cq,
57 struct mlx4_ib_cq *recv_cq);
652 struct mlx4_ib_cq *mcq;
957 static void mlx4_ib_lock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq)
972 static void mlx4_ib_unlock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq)
1006 struct mlx4_ib_cq **send_c
[all...]
H A Dmlx4_ib_main.c3041 struct mlx4_ib_cq *send_mcq, *recv_mcq;

Completed in 90 milliseconds