Home
last modified time | relevance | path

Searched refs:mlx5_eswitch_is_funcs_handler (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.h580 static inline bool mlx5_eswitch_is_funcs_handler(const struct mlx5_core_dev *dev) in mlx5_eswitch_is_funcs_handler() function
760 static inline bool mlx5_eswitch_is_funcs_handler(struct mlx5_core_dev *dev) { return false; } in mlx5_eswitch_is_funcs_handler() function
Deswitch.c976 if (esw->mode == MLX5_ESWITCH_OFFLOADS && mlx5_eswitch_is_funcs_handler(esw->dev)) { in mlx5_eswitch_event_handlers_register()
985 if (esw->mode == MLX5_ESWITCH_OFFLOADS && mlx5_eswitch_is_funcs_handler(esw->dev)) in mlx5_eswitch_event_handlers_unregister()
Deq.c571 if (mlx5_eswitch_is_funcs_handler(dev)) in gather_async_events_mask()