Home
last modified time | relevance | path

Searched refs:MLX5_EEPROM_GET (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/mlx5tool/
H A Dmlx5tool.c256 error = ioctl(ctldev, MLX5_EEPROM_GET, &eeprom_info); in mlx5tool_get_eeprom_info()
267 error = ioctl(ctldev, MLX5_EEPROM_GET, &eeprom_info); in mlx5tool_get_eeprom_info()
/freebsd/sys/dev/mlx5/
H A Dmlx5io.h68 #define MLX5_EEPROM_GET _IOWR('m', 6, struct mlx5_eeprom_get) macro
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fwdump.c489 case MLX5_EEPROM_GET: in mlx5_ctl_ioctl()