Searched refs:eq_update_ci (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | eq.h | 62 static inline void eq_update_ci(struct mlx5_eq *eq, int arm) in eq_update_ci() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | eq.h | 68 static inline void eq_update_ci(struct mlx5_eq *eq, int arm) in eq_update_ci() function
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_eqs.c | 189 * eq_update_ci - update the HW cons idx of event queue 193 static void eq_update_ci(struct hinic_eq *eq, u32 arm_state) in eq_update_ci() function 354 eq_update_ci(eq, EQ_ARMED); in eq_irq_handler() 772 eq_update_ci(eq, EQ_ARMED); in init_eq() 844 eq_update_ci(eq, EQ_NOT_ARMED); in remove_eq()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_eqs.c | 189 * eq_update_ci - update the HW cons idx of event queue 193 static void eq_update_ci(struct hinic_eq *eq, u32 arm_state) in eq_update_ci() function 354 eq_update_ci(eq, EQ_ARMED); in eq_irq_handler() 772 eq_update_ci(eq, EQ_ARMED); in init_eq() 844 eq_update_ci(eq, EQ_NOT_ARMED); in remove_eq()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eq.c | 166 eq_update_ci(eq, 1); in mlx5_eq_comp_int() 251 eq_update_ci(eq, 1); in mlx5_eq_async_int() 379 eq_update_ci(eq, 1); in mlx5_eq_enable()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eq.c | 148 eq_update_ci(eq, 1); in mlx5_eq_comp_int() 237 eq_update_ci(eq, 1); in mlx5_eq_async_int() 371 eq_update_ci(eq, 1); in mlx5_eq_enable()
|
Completed in 8 milliseconds