Lines Matching refs:ibcq
467 struct ib_cq ibcq;
818 static inline struct mlx5_ib_cq *to_mcq(struct ib_cq *ibcq)
820 return container_of(ibcq, struct mlx5_ib_cq, ibcq);
932 int mlx5_ib_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr,
935 int mlx5_ib_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *wc);
936 int mlx5_ib_arm_cq(struct ib_cq *ibcq, enum ib_cq_notify_flags flags);
938 int mlx5_ib_resize_cq(struct ib_cq *ibcq, int entries, struct ib_udata *udata);
996 int mlx5_ib_get_cqe_size(struct mlx5_ib_dev *dev, struct ib_cq *ibcq);
1073 int mlx5_ib_generate_wc(struct ib_cq *ibcq, struct ib_wc *wc);