Home
last modified time | relevance | path

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

/linux/include/linux/mlx5/
A Dcq.h39 struct mlx5_core_cq { struct
49 void (*comp)(struct mlx5_core_cq *cq, struct mlx5_eqe *eqe); argument
50 void (*event) (struct mlx5_core_cq *, enum mlx5_event); argument
57 void (*comp)(struct mlx5_core_cq *cq, struct mlx5_eqe *eqe); 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()
189 int mlx5_core_query_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
194 struct mlx5_core_cq *cq, u16 cq_period,
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A 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()
89 int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_create_cq()
153 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq) in mlx5_core_destroy_cq()
178 int mlx5_core_query_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_query_cq()
189 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_modify_cq()
201 struct mlx5_core_cq *cq, in mlx5_core_modify_cq_moderation()
A Deq.c89 static struct mlx5_core_cq *mlx5_eq_cq_get(struct mlx5_eq *eq, u32 cqn) in mlx5_eq_cq_get()
92 struct mlx5_core_cq *cq = NULL; in mlx5_eq_cq_get()
119 struct mlx5_core_cq *cq; in mlx5_eq_comp_int()
409 int mlx5_eq_add_cq(struct mlx5_eq *eq, struct mlx5_core_cq *cq) in mlx5_eq_add_cq()
421 void mlx5_eq_del_cq(struct mlx5_eq *eq, struct mlx5_core_cq *cq) in mlx5_eq_del_cq()
424 struct mlx5_core_cq *tmp; in mlx5_eq_del_cq()
497 struct mlx5_core_cq *cq; in cq_err_event_notifier()
A Ddebugfs.c322 static u64 cq_read_field(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in cq_read_field()
489 int mlx5_debug_cq_add(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq) in mlx5_debug_cq_add()
505 void mlx5_debug_cq_remove(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq) in mlx5_debug_cq_remove()
A Den_txrx.c245 void mlx5e_completion_event(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe) in mlx5e_completion_event()
254 void mlx5e_cq_error_event(struct mlx5_core_cq *mcq, enum mlx5_event event) in mlx5e_cq_error_event()
A Den_dim.c38 struct mlx5_core_dev *mdev, struct mlx5_core_cq *mcq) in mlx5e_complete_dim_work()
A Den.h342 struct mlx5_core_cq mcq;
A Den_main.c1723 struct mlx5_core_cq *mcq = &cq->mcq; in mlx5e_alloc_cq_common()
1782 struct mlx5_core_cq *mcq = &cq->mcq; in mlx5e_create_cq()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Deq.h83 int mlx5_eq_add_cq(struct mlx5_eq *eq, struct mlx5_core_cq *cq);
84 void mlx5_eq_del_cq(struct mlx5_eq *eq, struct mlx5_core_cq *cq);
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtxrx.h54 void mlx5e_completion_event(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe);
55 void mlx5e_cq_error_event(struct mlx5_core_cq *mcq, enum mlx5_event event);
245 struct mlx5_core_cq *mcq; in mlx5e_cq_arm()
/linux/drivers/infiniband/hw/mlx5/
A Ddevx.h21 struct mlx5_core_cq core_cq;
A Dmlx5_ib.h566 struct mlx5_core_cq mcq;
1136 static inline struct mlx5_ib_cq *to_mibcq(struct mlx5_core_cq *mcq) in to_mibcq()
A Dcq.c41 static void mlx5_ib_cq_comp(struct mlx5_core_cq *cq, struct mlx5_eqe *eqe) in mlx5_ib_cq_comp()
48 static void mlx5_ib_cq_event(struct mlx5_core_cq *mcq, enum mlx5_event type) in mlx5_ib_cq_event()
A Ddevx.c1411 static void devx_cq_comp(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe) in devx_cq_comp()
A Dmain.c2535 struct mlx5_core_cq *mcq; in mlx5_ib_handle_internal_error()
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
A Dconn.h58 struct mlx5_core_cq mcq;
A Dconn.c400 static void mlx5_fpga_conn_cq_complete(struct mlx5_core_cq *mcq, in mlx5_fpga_conn_cq_complete()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Ddr_types.h1263 struct mlx5_core_cq mcq;
A Ddr_send.c749 static void dr_cq_complete(struct mlx5_core_cq *mcq, in dr_cq_complete()
/linux/drivers/vdpa/mlx5/net/
A Dmlx5_vnet.c67 struct mlx5_core_cq mcq;
544 static void mlx5_vdpa_cq_comp(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe) in mlx5_vdpa_cq_comp()

Completed in 73 milliseconds