Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcore.c119 fdev->last_oper_image = query.oper_image; in mlx5_fpga_device_load_check()
130 mlx5_fpga_image_name(fdev->last_oper_image), in mlx5_fpga_device_load_check()
204 mlx5_fpga_image_name(fdev->last_oper_image), in mlx5_fpga_device_start()
205 fdev->last_oper_image, in mlx5_fpga_device_start()
231 if (fdev->last_oper_image == MLX5_FPGA_IMAGE_USER) { in mlx5_fpga_device_start()
295 if (fdev->last_oper_image == MLX5_FPGA_IMAGE_USER) { in mlx5_fpga_device_stop()
H A Dcore.h52 enum mlx5_fpga_image last_oper_image; member