Home
last modified time | relevance | path

Searched refs:mlx5_vhca_event_supported (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/sf/
Dvhca_event.c119 if (!mlx5_vhca_event_supported(dev)) in mlx5_vhca_state_cap_handle()
133 if (!mlx5_vhca_event_supported(dev)) in mlx5_vhca_event_init()
149 if (!mlx5_vhca_event_supported(dev)) in mlx5_vhca_event_cleanup()
Dvhca_event.h15 static inline bool mlx5_vhca_event_supported(const struct mlx5_core_dev *dev) in mlx5_vhca_event_supported() function
Dhw_table.c251 if (!mlx5_vhca_event_supported(dev)) in mlx5_sf_hw_table_init()
Ddevlink.c517 if (!mlx5_sf_table_supported(dev) || !mlx5_vhca_event_supported(dev)) in mlx5_sf_table_init()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/
Ddev.c24 return MLX5_CAP_GEN(dev, sf) && mlx5_vhca_event_supported(dev); in mlx5_sf_dev_supported()
216 if (!mlx5_sf_dev_supported(dev) || !mlx5_vhca_event_supported(dev)) in mlx5_sf_dev_table_create()