Home
last modified time | relevance | path

Searched refs:mlx5_core_cq (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/include/linux/mlx5/
Dcq.h40 struct mlx5_core_cq { struct
50 void (*comp) (struct mlx5_core_cq *); argument
51 void (*event) (struct mlx5_core_cq *, enum mlx5_event); argument
58 void (*comp)(struct mlx5_core_cq *); argument
141 static inline void mlx5_cq_set_ci(struct mlx5_core_cq *cq) in mlx5_cq_set_ci()
151 static inline void mlx5_cq_arm(struct mlx5_core_cq *cq, u32 cmd, in mlx5_cq_arm()
175 static inline void mlx5_cq_hold(struct mlx5_core_cq *cq) in mlx5_cq_hold()
180 static inline void mlx5_cq_put(struct mlx5_core_cq *cq) in mlx5_cq_put()
186 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
188 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq);
[all …]
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dcq.c50 struct mlx5_core_cq *mcq; in mlx5_cq_tasklet_cb()
51 struct mlx5_core_cq *temp; in mlx5_cq_tasklet_cb()
70 static void mlx5_add_cq_to_tasklet(struct mlx5_core_cq *cq) in mlx5_add_cq_to_tasklet()
88 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_create_cq()
152 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq) in mlx5_core_destroy_cq()
182 int mlx5_core_query_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_query_cq()
193 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_modify_cq()
204 struct mlx5_core_cq *cq, in mlx5_core_modify_cq_moderation()
Den_txrx.c127 void mlx5e_completion_event(struct mlx5_core_cq *mcq) in mlx5e_completion_event()
136 void mlx5e_cq_error_event(struct mlx5_core_cq *mcq, enum mlx5_event event) in mlx5e_cq_error_event()
Deq.c422 static struct mlx5_core_cq *mlx5_eq_cq_get(struct mlx5_eq *eq, u32 cqn) in mlx5_eq_cq_get()
425 struct mlx5_core_cq *cq = NULL; in mlx5_eq_cq_get()
438 struct mlx5_core_cq *cq = mlx5_eq_cq_get(eq, cqn); in mlx5_eq_cq_completion()
454 struct mlx5_core_cq *cq = mlx5_eq_cq_get(eq, cqn); in mlx5_eq_cq_event()
785 int mlx5_eq_add_cq(struct mlx5_eq *eq, struct mlx5_core_cq *cq) in mlx5_eq_add_cq()
797 int mlx5_eq_del_cq(struct mlx5_eq *eq, struct mlx5_core_cq *cq) in mlx5_eq_del_cq()
800 struct mlx5_core_cq *tmp; in mlx5_eq_del_cq()
Den_dim.c38 struct mlx5_core_dev *mdev, struct mlx5_core_cq *mcq) in mlx5e_complete_dim_work()
Ddebugfs.c389 static u64 cq_read_field(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in cq_read_field()
570 int mlx5_debug_cq_add(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq) in mlx5_debug_cq_add()
586 void mlx5_debug_cq_remove(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq) in mlx5_debug_cq_remove()
Dmlx5_core.h130 int mlx5_eq_add_cq(struct mlx5_eq *eq, struct mlx5_core_cq *cq);
131 int mlx5_eq_del_cq(struct mlx5_eq *eq, struct mlx5_core_cq *cq);
Den.h310 struct mlx5_core_cq mcq;
735 void mlx5e_completion_event(struct mlx5_core_cq *mcq);
736 void mlx5e_cq_error_event(struct mlx5_core_cq *mcq, enum mlx5_event event);
885 struct mlx5_core_cq *mcq; in mlx5e_cq_arm()
Den_main.c1607 struct mlx5_core_cq *mcq = &cq->mcq; in mlx5e_alloc_cq_common()
1668 struct mlx5_core_cq *mcq = &cq->mcq; in mlx5e_create_cq()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.h58 struct mlx5_core_cq mcq;
Dconn.c365 static void mlx5_fpga_conn_cq_event(struct mlx5_core_cq *mcq, in mlx5_fpga_conn_cq_event()
417 static void mlx5_fpga_conn_cq_complete(struct mlx5_core_cq *mcq) in mlx5_fpga_conn_cq_complete()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h488 struct mlx5_core_cq mcq;
911 static inline struct mlx5_ib_cq *to_mibcq(struct mlx5_core_cq *mcq) in to_mibcq()
Dcq.c39 static void mlx5_ib_cq_comp(struct mlx5_core_cq *cq) in mlx5_ib_cq_comp()
46 static void mlx5_ib_cq_event(struct mlx5_core_cq *mcq, enum mlx5_event type) in mlx5_ib_cq_event()
Dmain.c4124 struct mlx5_core_cq *mcq; in mlx5_ib_handle_internal_error()