Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcore.h86 int mlx5_fpga_device_start(struct mlx5_core_dev *mdev);
100 static inline int mlx5_fpga_device_start(struct mlx5_core_dev *mdev) in mlx5_fpga_device_start() function
H A Dcore.c177 int mlx5_fpga_device_start(struct mlx5_core_dev *mdev) in mlx5_fpga_device_start() function
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c1339 err = mlx5_fpga_device_start(dev); in mlx5_load()