Searched refs:mcia_pl (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_env.c | 105 char mcia_pl[MLXSW_REG_MCIA_LEN]; in mlxsw_env_validate_cable_ident() local 114 mlxsw_reg_mcia_pack(mcia_pl, slot_index, id, 0, in mlxsw_env_validate_cable_ident() 117 err = mlxsw_reg_query(core, MLXSW_REG(mcia), mcia_pl); in mlxsw_env_validate_cable_ident() 120 eeprom_tmp = mlxsw_reg_mcia_eeprom_data(mcia_pl); in mlxsw_env_validate_cable_ident() 149 char mcia_pl[MLXSW_REG_MCIA_LEN]; in mlxsw_env_query_module_eeprom() local 191 mlxsw_reg_mcia_pack(mcia_pl, slot_index, module, 0, page, offset, size, in mlxsw_env_query_module_eeprom() 194 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mcia), mcia_pl); in mlxsw_env_query_module_eeprom() 198 status = mlxsw_reg_mcia_status_get(mcia_pl); in mlxsw_env_query_module_eeprom() 202 eeprom_tmp = mlxsw_reg_mcia_eeprom_data(mcia_pl); in mlxsw_env_query_module_eeprom() 218 char mcia_pl[MLXSW_REG_MCIA_LEN] = {0}; in mlxsw_env_module_temp_thresholds_get() local [all …]
|