/kernel/linux/linux-5.10/include/linux/mlx5/ |
D | cq.h | 39 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() 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 …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cq.c | 50 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() 152 int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq) in mlx5_core_destroy_cq() 177 int mlx5_core_query_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_query_cq() 188 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_modify_cq() 200 struct mlx5_core_cq *cq, in mlx5_core_modify_cq_moderation()
|
D | eq.c | 112 static struct mlx5_core_cq *mlx5_eq_cq_get(struct mlx5_eq *eq, u32 cqn) in mlx5_eq_cq_get() 115 struct mlx5_core_cq *cq = NULL; in mlx5_eq_cq_get() 142 struct mlx5_core_cq *cq; in mlx5_eq_comp_int() 419 int mlx5_eq_add_cq(struct mlx5_eq *eq, struct mlx5_core_cq *cq) in mlx5_eq_add_cq() 431 void mlx5_eq_del_cq(struct mlx5_eq *eq, struct mlx5_core_cq *cq) in mlx5_eq_del_cq() 434 struct mlx5_core_cq *tmp; in mlx5_eq_del_cq() 514 struct mlx5_core_cq *cq; in cq_err_event_notifier()
|
D | en_txrx.c | 218 void mlx5e_completion_event(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe) in mlx5e_completion_event() 227 void mlx5e_cq_error_event(struct mlx5_core_cq *mcq, enum mlx5_event event) in mlx5e_cq_error_event()
|
D | en_dim.c | 38 struct mlx5_core_dev *mdev, struct mlx5_core_cq *mcq) in mlx5e_complete_dim_work()
|
D | debugfs.c | 322 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()
|
D | en.h | 285 struct mlx5_core_cq mcq;
|
D | en_main.c | 1561 struct mlx5_core_cq *mcq = &cq->mcq; in mlx5e_alloc_cq_common() 1618 struct mlx5_core_cq *mcq = &cq->mcq; in mlx5e_create_cq()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | eq.h | 77 int mlx5_eq_add_cq(struct mlx5_eq *eq, struct mlx5_core_cq *cq); 78 void mlx5_eq_del_cq(struct mlx5_eq *eq, struct mlx5_core_cq *cq);
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
D | devx.h | 21 struct mlx5_core_cq core_cq;
|
D | mlx5_ib.h | 494 struct mlx5_core_cq mcq; 1030 static inline struct mlx5_ib_cq *to_mibcq(struct mlx5_core_cq *mcq) in to_mibcq()
|
D | cq.c | 41 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()
|
D | devx.c | 1327 static void devx_cq_comp(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe) in devx_cq_comp()
|
D | main.c | 2702 struct mlx5_core_cq *mcq; in mlx5_ib_handle_internal_error()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.h | 58 struct mlx5_core_cq mcq;
|
D | conn.c | 400 static void mlx5_fpga_conn_cq_complete(struct mlx5_core_cq *mcq, in mlx5_fpga_conn_cq_complete()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | txrx.h | 44 void mlx5e_completion_event(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe); 45 void mlx5e_cq_error_event(struct mlx5_core_cq *mcq, enum mlx5_event event); 230 struct mlx5_core_cq *mcq; in mlx5e_cq_arm()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_types.h | 1044 struct mlx5_core_cq mcq;
|
D | dr_send.c | 699 static void dr_cq_complete(struct mlx5_core_cq *mcq, in dr_cq_complete()
|
/kernel/linux/linux-5.10/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 54 struct mlx5_core_cq mcq; 480 static void mlx5_vdpa_cq_comp(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe) in mlx5_vdpa_cq_comp()
|