Searched refs:mcia_pl (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_env.c | 17 char mcia_pl[MLXSW_REG_MCIA_LEN]; in mlxsw_env_validate_cable_ident() local 21 mlxsw_reg_mcia_pack(mcia_pl, id, 0, MLXSW_REG_MCIA_PAGE0_LO_OFF, 0, 1, in mlxsw_env_validate_cable_ident() 23 err = mlxsw_reg_query(core, MLXSW_REG(mcia), mcia_pl); in mlxsw_env_validate_cable_ident() 26 mlxsw_reg_mcia_eeprom_memcpy_from(mcia_pl, eeprom_tmp); in mlxsw_env_validate_cable_ident() 51 char mcia_pl[MLXSW_REG_MCIA_LEN]; in mlxsw_env_query_module_eeprom() local 69 mlxsw_reg_mcia_pack(mcia_pl, module, 0, 0, offset, size, i2c_addr); in mlxsw_env_query_module_eeprom() 71 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(mcia), mcia_pl); in mlxsw_env_query_module_eeprom() 75 status = mlxsw_reg_mcia_status_get(mcia_pl); in mlxsw_env_query_module_eeprom() 79 mlxsw_reg_mcia_eeprom_memcpy_from(mcia_pl, eeprom_tmp); in mlxsw_env_query_module_eeprom() 94 char mcia_pl[MLXSW_REG_MCIA_LEN] = {0}; in mlxsw_env_module_temp_thresholds_get() local [all …]
|