Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/
H A Dmlx5io.h131 struct mlx5_fpga_temperature { struct
151 #define MLX5_FPGA_TEMPERATURE _IOWR('m', 0x86, struct mlx5_fpga_temperature) argument
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dsdk.h363 int mlx5_fpga_temperature(struct mlx5_fpga_device *fdev,
364 struct mlx5_fpga_temperature *temp);
H A Dmlx5fpga_sdk.c520 int mlx5_fpga_temperature(struct mlx5_fpga_device *fdev, in mlx5_fpga_temperature() function
521 struct mlx5_fpga_temperature *temp) in mlx5_fpga_temperature()
525 EXPORT_SYMBOL(mlx5_fpga_temperature);
H A Dcmd.h62 struct mlx5_fpga_temperature *temp);
H A Dmlx5fpga_cmd.c194 struct mlx5_fpga_temperature *temp) in mlx5_fpga_query_mtmp()
/freebsd/sys/dev/mlx5/mlx5_fpga_tools/
H A Dmlx5fpga_tools_char.c201 struct mlx5_fpga_temperature *temperature; in tools_char_ioctl()
261 temperature = (struct mlx5_fpga_temperature *)data; in tools_char_ioctl()
262 mlx5_fpga_temperature(fdev, temperature); in tools_char_ioctl()