Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/sf/
Dvhca_event.c122 if (!mlx5_vhca_event_supported(dev)) in mlx5_vhca_state_cap_handle()
136 if (!mlx5_vhca_event_supported(dev)) in mlx5_vhca_event_init()
152 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.c255 if (!mlx5_vhca_event_supported(dev)) in mlx5_sf_hw_table_init()
Ddevlink.c525 if (!mlx5_sf_table_supported(dev) || !mlx5_vhca_event_supported(dev)) in mlx5_sf_table_init()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/
Ddev.c30 return MLX5_CAP_GEN(dev, sf) && mlx5_vhca_event_supported(dev); in mlx5_sf_dev_supported()
302 if (!mlx5_sf_dev_supported(dev) || !mlx5_vhca_event_supported(dev)) in mlx5_sf_dev_table_create()