Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dcore_env.c16 char eeprom_tmp[MLXSW_REG_MCIA_EEPROM_SIZE]; in mlxsw_env_validate_cable_ident() local
26 mlxsw_reg_mcia_eeprom_memcpy_from(mcia_pl, eeprom_tmp); in mlxsw_env_validate_cable_ident()
27 ident = eeprom_tmp[0]; in mlxsw_env_validate_cable_ident()
50 char eeprom_tmp[MLXSW_REG_MCIA_EEPROM_SIZE]; in mlxsw_env_query_module_eeprom() local
79 mlxsw_reg_mcia_eeprom_memcpy_from(mcia_pl, eeprom_tmp); in mlxsw_env_query_module_eeprom()
80 memcpy(data, eeprom_tmp, size); in mlxsw_env_query_module_eeprom()
89 char eeprom_tmp[MLXSW_REG_MCIA_EEPROM_SIZE]; in mlxsw_env_module_temp_thresholds_get() local
141 mlxsw_reg_mcia_eeprom_memcpy_from(mcia_pl, eeprom_tmp); in mlxsw_env_module_temp_thresholds_get()
142 memcpy(temp_thresh.buf, eeprom_tmp, MLXSW_REG_MCIA_TH_ITEM_SIZE); in mlxsw_env_module_temp_thresholds_get()