Searched refs:mlx5_fpga_temperature (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/dev/mlx5/
H A Dmlx5io.h131 struct mlx5_fpga_temperature { struct
151 #define MLX5_FPGA_TEMPERATURE _IOWR('m', 0x86, struct mlx5_fpga_temperature)
/freebsd-current/sys/dev/mlx5/mlx5_fpga/
H A Dsdk.h357 * mlx5_fpga_temperature() - Retrieve FPGA sensor of temperature
363 int mlx5_fpga_temperature(struct mlx5_fpga_device *fdev,
364 struct mlx5_fpga_temperature *temp);
H A Dcmd.h62 struct mlx5_fpga_temperature *temp);
H A Dmlx5fpga_sdk.c520 int mlx5_fpga_temperature(struct mlx5_fpga_device *fdev, function
521 struct mlx5_fpga_temperature *temp)
525 EXPORT_SYMBOL(mlx5_fpga_temperature); variable
H A Dmlx5fpga_cmd.c194 struct mlx5_fpga_temperature *temp)
/freebsd-current/sys/dev/mlx5/mlx5_fpga_tools/
H A Dmlx5fpga_tools_char.c201 struct mlx5_fpga_temperature *temperature;
261 temperature = (struct mlx5_fpga_temperature *)data;
262 mlx5_fpga_temperature(fdev, temperature);

Completed in 213 milliseconds