Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h690 static inline bool mlx5_eswitch_is_funcs_handler(const struct mlx5_core_dev *dev) in mlx5_eswitch_is_funcs_handler() function
957 static inline bool mlx5_eswitch_is_funcs_handler(struct mlx5_core_dev *dev) { return false; } in mlx5_eswitch_is_funcs_handler() function
H A Deswitch.c1066 if (esw->mode == MLX5_ESWITCH_OFFLOADS && mlx5_eswitch_is_funcs_handler(esw->dev)) { in mlx5_eswitch_event_handler_register()
1076 mlx5_eswitch_is_funcs_handler(esw->dev)) { in mlx5_eswitch_event_handler_unregister()
H A Deq.c572 if (mlx5_eswitch_is_funcs_handler(dev)) in gather_async_events_mask()