Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dcore.h108 int mlx5_fpga_device_start(struct mlx5_core_dev *mdev);
123 static inline int mlx5_fpga_device_start(struct mlx5_core_dev *mdev) in mlx5_fpga_device_start() function
H A Dmlx5fpga_sdk.c350 err = mlx5_fpga_device_start(mdev); in mlx5_fpga_device_reload_cmd()
435 err = mlx5_fpga_device_start(mdev); in mlx5_fpga_device_reload()
H A Dmlx5fpga_core.c204 int mlx5_fpga_device_start(struct mlx5_core_dev *mdev) in mlx5_fpga_device_start() function
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c1234 err = mlx5_fpga_device_start(dev); in mlx5_load_one()