Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore_env.c29 char mcia_pl[MLXSW_REG_MCIA_LEN]; in mlxsw_env_validate_cable_ident() local
33 mlxsw_reg_mcia_pack(mcia_pl, id, 0, MLXSW_REG_MCIA_PAGE0_LO_OFF, 0, 1, in mlxsw_env_validate_cable_ident()
35 err = mlxsw_reg_query(core, MLXSW_REG(mcia), mcia_pl); in mlxsw_env_validate_cable_ident()
38 mlxsw_reg_mcia_eeprom_memcpy_from(mcia_pl, eeprom_tmp); in mlxsw_env_validate_cable_ident()
67 char mcia_pl[MLXSW_REG_MCIA_LEN]; in mlxsw_env_query_module_eeprom() local
108 mlxsw_reg_mcia_pack(mcia_pl, module, 0, page, offset, size, i2c_addr); in mlxsw_env_query_module_eeprom()
110 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mcia), mcia_pl); in mlxsw_env_query_module_eeprom()
114 status = mlxsw_reg_mcia_status_get(mcia_pl); in mlxsw_env_query_module_eeprom()
118 mlxsw_reg_mcia_eeprom_memcpy_from(mcia_pl, eeprom_tmp); in mlxsw_env_query_module_eeprom()
133 char mcia_pl[MLXSW_REG_MCIA_LEN] = {0}; in mlxsw_env_module_temp_thresholds_get() local
[all …]