Searched refs:mlx5_eq (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | eq.h | 24 struct mlx5_eq { struct 39 struct mlx5_eq core; argument 45 struct mlx5_eq core; 51 static inline u32 eq_get_size(struct mlx5_eq *eq) in eq_get_size() 56 static inline struct mlx5_eqe *get_eqe(struct mlx5_eq *eq, u32 entry) in get_eqe() 61 static inline struct mlx5_eqe *next_eqe_sw(struct mlx5_eq *eq) in next_eqe_sw() 68 static inline void eq_update_ci(struct mlx5_eq *eq, int arm) in eq_update_ci() 83 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); 86 struct mlx5_eq *mlx5_get_async_eq(struct mlx5_core_dev *dev); [all …]
|
| /linux-6.15/include/linux/mlx5/ |
| H A D | eq.h | 11 struct mlx5_eq; 21 struct mlx5_eq * 24 mlx5_eq_destroy_generic(struct mlx5_core_dev *dev, struct mlx5_eq *eq); 25 int mlx5_eq_enable(struct mlx5_core_dev *dev, struct mlx5_eq *eq, 27 void mlx5_eq_disable(struct mlx5_core_dev *dev, struct mlx5_eq *eq, 30 struct mlx5_eqe *mlx5_eq_get_eqe(struct mlx5_eq *eq, u32 cc); 31 void mlx5_eq_update_ci(struct mlx5_eq *eq, u32 cc, bool arm); 41 static inline u32 mlx5_eq_update_cc(struct mlx5_eq *eq, u32 cc) in mlx5_eq_update_cc()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eq.c | 114 struct mlx5_eq *eq = &eq_comp->core; in mlx5_eq_comp_int() 198 struct mlx5_eq *eq = &eq_async->core; in mlx5_eq_async_int() 244 static void init_eq_buf(struct mlx5_eq *eq) in init_eq_buf() 256 create_map_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq, in create_map_eq() 470 struct mlx5_eq *eq, struct mlx5_eq_param *param) in create_async_eq() 498 struct mlx5_eq *eq; in cq_err_event_notifier() 727 struct mlx5_eq *mlx5_get_async_eq(struct mlx5_core_dev *dev) in mlx5_get_async_eq() 745 struct mlx5_eq * 749 struct mlx5_eq *eq = kvzalloc_node(sizeof(*eq), GFP_KERNEL, in mlx5_eq_create_generic() 784 struct mlx5_eqe *mlx5_eq_get_eqe(struct mlx5_eq *eq, u32 cc) in mlx5_eq_get_eqe() [all …]
|
| H A D | debugfs.c | 383 static u64 eq_read_field(struct mlx5_core_dev *dev, struct mlx5_eq *eq, in eq_read_field() 565 int mlx5_debug_eq_add(struct mlx5_core_dev *dev, struct mlx5_eq *eq) in mlx5_debug_eq_add() 581 void mlx5_debug_eq_remove(struct mlx5_core_dev *dev, struct mlx5_eq *eq) in mlx5_debug_eq_remove()
|
| /linux-6.15/drivers/infiniband/hw/mlx5/ |
| H A D | mlx5_ib.h | 1121 struct mlx5_eq *core;
|