Home
last modified time | relevance | path

Searched refs:last_oper_image (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dcore.c120 fdev->last_oper_image = query.oper_image; in mlx5_fpga_device_load_check()
131 mlx5_fpga_image_name(fdev->last_oper_image), in mlx5_fpga_device_load_check()
205 mlx5_fpga_image_name(fdev->last_oper_image), in mlx5_fpga_device_start()
206 fdev->last_oper_image, in mlx5_fpga_device_start()
232 if (fdev->last_oper_image == MLX5_FPGA_IMAGE_USER) { in mlx5_fpga_device_start()
296 if (fdev->last_oper_image == MLX5_FPGA_IMAGE_USER) { in mlx5_fpga_device_stop()
Dcore.h52 enum mlx5_fpga_image last_oper_image; member