Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dcore.h89 int mlx5_fpga_device_start(struct mlx5_core_dev *mdev);
103 static inline int mlx5_fpga_device_start(struct mlx5_core_dev *mdev) in mlx5_fpga_device_start() function
Dcore.c178 int mlx5_fpga_device_start(struct mlx5_core_dev *mdev) in mlx5_fpga_device_start() function
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c1103 err = mlx5_fpga_device_start(dev); in mlx5_load()