Searched refs:mcia_pl (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_env.c | 106 char mcia_pl[MLXSW_REG_MCIA_LEN]; in mlxsw_env_validate_cable_ident() local 115 mlxsw_reg_mcia_pack(mcia_pl, slot_index, id, in mlxsw_env_validate_cable_ident() 118 err = mlxsw_reg_query(core, MLXSW_REG(mcia), mcia_pl); in mlxsw_env_validate_cable_ident() 121 eeprom_tmp = mlxsw_reg_mcia_eeprom_data(mcia_pl); in mlxsw_env_validate_cable_ident() 151 char mcia_pl[MLXSW_REG_MCIA_LEN]; in mlxsw_env_query_module_eeprom() local 189 mlxsw_reg_mcia_pack(mcia_pl, slot_index, module, page, offset, size, in mlxsw_env_query_module_eeprom() 192 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mcia), mcia_pl); in mlxsw_env_query_module_eeprom() 196 status = mlxsw_reg_mcia_status_get(mcia_pl); in mlxsw_env_query_module_eeprom() 200 eeprom_tmp = mlxsw_reg_mcia_eeprom_data(mcia_pl); in mlxsw_env_query_module_eeprom() 216 char mcia_pl[MLXSW_REG_MCIA_LEN] = {0}; in mlxsw_env_module_temp_thresholds_get() local [all …]
|