Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mlx5tool/
H A Dmlx5tool.c219 ((uint8_t *)eeprom_info->eeprom_info_buf)[ in mlx5tool_eeprom_print()
238 eeprom_info_buf)[byte_to_write]); in mlx5tool_eeprom_print()
261 eeprom_info.eeprom_info_buf = in mlx5tool_get_eeprom_info()
263 if (eeprom_info.eeprom_info_buf == NULL) { in mlx5tool_get_eeprom_info()
270 free(eeprom_info.eeprom_info_buf); in mlx5tool_get_eeprom_info()
276 free(eeprom_info.eeprom_info_buf); in mlx5tool_get_eeprom_info()
/freebsd/sys/dev/mlx5/
H A Dmlx5io.h58 uint32_t *eeprom_info_buf; member
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fwdump.c373 if (eeprom_info->eeprom_info_buf == NULL) in mlx5_eeprom_copyout()
393 error = copyout(eeprom.data, eeprom_info->eeprom_info_buf, in mlx5_eeprom_copyout()