Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dcore_env.c29 char mcia_pl[MLXSW_REG_MCIA_LEN]; in mlxsw_env_validate_cable_ident() local
34 mlxsw_reg_mcia_pack(mcia_pl, id, 0, MLXSW_REG_MCIA_PAGE0_LO_OFF, 0, 1, in mlxsw_env_validate_cable_ident()
36 err = mlxsw_reg_query(core, MLXSW_REG(mcia), mcia_pl); in mlxsw_env_validate_cable_ident()
39 eeprom_tmp = mlxsw_reg_mcia_eeprom_data(mcia_pl); in mlxsw_env_validate_cable_ident()
67 char mcia_pl[MLXSW_REG_MCIA_LEN]; in mlxsw_env_query_module_eeprom() local
109 mlxsw_reg_mcia_pack(mcia_pl, module, 0, page, offset, size, i2c_addr); in mlxsw_env_query_module_eeprom()
111 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mcia), mcia_pl); in mlxsw_env_query_module_eeprom()
115 status = mlxsw_reg_mcia_status_get(mcia_pl); in mlxsw_env_query_module_eeprom()
119 eeprom_tmp = mlxsw_reg_mcia_eeprom_data(mcia_pl); in mlxsw_env_query_module_eeprom()
134 char mcia_pl[MLXSW_REG_MCIA_LEN] = {0}; in mlxsw_env_module_temp_thresholds_get() local
[all …]