[go: nahoru, domu]

Searched defs:mlx5_ib_cq (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h214 struct mlx5_ib_cq { struct
382 static inline struct mlx5_ib_cq *to_mibcq(struct mlx5_core_cq *mcq)
384 return container_of(mcq, struct mlx5_ib_cq, mcq);
402 static inline struct mlx5_ib_cq *to_mcq(struct ib_cq *ibcq)
404 return container_of(ibcq, struct mlx5_ib_cq, ibcq);
460 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);
461 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);

Completed in 19 milliseconds