Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/sf/
Dvhca_event.h23 void mlx5_vhca_event_start(struct mlx5_core_dev *dev);
46 static inline void mlx5_vhca_event_start(struct mlx5_core_dev *dev) in mlx5_vhca_event_start() function
Dvhca_event.c156 void mlx5_vhca_event_start(struct mlx5_core_dev *dev) in mlx5_vhca_event_start() function
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c1154 mlx5_vhca_event_start(dev); in mlx5_load()