Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/sf/
Dvhca_event.h21 int mlx5_vhca_event_init(struct mlx5_core_dev *dev);
37 static inline int mlx5_vhca_event_init(struct mlx5_core_dev *dev) in mlx5_vhca_event_init() function
Dvhca_event.c132 int mlx5_vhca_event_init(struct mlx5_core_dev *dev) in mlx5_vhca_event_init() function
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c1027 err = mlx5_vhca_event_init(dev); in mlx5_init_once()