Lines Matching defs:cq

40 static void mlx5_ib_cq_comp(struct mlx5_core_cq *cq)  in mlx5_ib_cq_comp()
49 struct mlx5_ib_cq *cq = container_of(mcq, struct mlx5_ib_cq, mcq); in mlx5_ib_cq_event() local
73 static void *get_cqe(struct mlx5_ib_cq *cq, int n) in get_cqe()
83 static void *get_sw_cqe(struct mlx5_ib_cq *cq, int n) in get_sw_cqe()
98 static void *next_cqe_sw(struct mlx5_ib_cq *cq) in next_cqe_sw()
410 static int mlx5_poll_one(struct mlx5_ib_cq *cq, in mlx5_poll_one()
556 struct mlx5_ib_cq *cq = to_mcq(ibcq); in mlx5_ib_poll_cq() local
612 struct ib_ucontext *context, struct mlx5_ib_cq *cq, in create_cq_user()
679 static void destroy_cq_user(struct mlx5_ib_cq *cq, struct ib_ucontext *context) in destroy_cq_user()
685 static void init_cq_buf(struct mlx5_ib_cq *cq, struct mlx5_ib_cq_buf *buf) in init_cq_buf()
698 static int create_cq_kernel(struct mlx5_ib_dev *dev, struct mlx5_ib_cq *cq, in create_cq_kernel()
740 static void destroy_cq_kernel(struct mlx5_ib_dev *dev, struct mlx5_ib_cq *cq) in destroy_cq_kernel()
755 struct mlx5_ib_cq *cq; in mlx5_ib_create_cq() local
843 int mlx5_ib_destroy_cq(struct ib_cq *cq) in mlx5_ib_destroy_cq()
868 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 rsn, struct mlx5_ib_srq *srq) in __mlx5_ib_cq_clean()
919 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq) in mlx5_ib_cq_clean()
929 int mlx5_ib_modify_cq(struct ib_cq *cq, u16 cq_count, u16 cq_period) in mlx5_ib_modify_cq()
958 static int resize_user(struct mlx5_ib_dev *dev, struct mlx5_ib_cq *cq, in resize_user()
991 static void un_resize_user(struct mlx5_ib_cq *cq) in un_resize_user()
996 static int resize_kernel(struct mlx5_ib_dev *dev, struct mlx5_ib_cq *cq, in resize_kernel()
1018 static void un_resize_kernel(struct mlx5_ib_dev *dev, struct mlx5_ib_cq *cq) in un_resize_kernel()
1024 static int copy_resize_cqes(struct mlx5_ib_cq *cq) in copy_resize_cqes()
1083 struct mlx5_ib_cq *cq = to_mcq(ibcq); in mlx5_ib_resize_cq() local
1195 struct mlx5_ib_cq *cq; in mlx5_ib_get_cqe_size() local