Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dcore_env.c62 struct mlxsw_env *mlxsw_env = mlxsw_core_env(mlxsw_core); in mlxsw_env_module_info_get()
70 struct mlxsw_env *mlxsw_env = mlxsw_core_env(core); in __mlxsw_env_validate_module_type()
92 struct mlxsw_env *mlxsw_env = mlxsw_core_env(core); in mlxsw_env_validate_module_type()
150 struct mlxsw_env *mlxsw_env = mlxsw_core_env(mlxsw_core); in mlxsw_env_query_module_eeprom()
293 struct mlxsw_env *mlxsw_env = mlxsw_core_env(mlxsw_core); in mlxsw_env_get_module_info()
389 struct mlxsw_env *mlxsw_env = mlxsw_core_env(mlxsw_core); in mlxsw_env_get_module_eeprom()
464 struct mlxsw_env *mlxsw_env = mlxsw_core_env(mlxsw_core); in mlxsw_env_get_module_eeprom_by_page()
522 struct mlxsw_env *mlxsw_env = mlxsw_core_env(mlxsw_core); in mlxsw_env_set_module_eeprom_by_page()
588 struct mlxsw_env *mlxsw_env = mlxsw_core_env(mlxsw_core); in mlxsw_env_reset_module()
644 struct mlxsw_env *mlxsw_env = mlxsw_core_env(mlxsw_core); in mlxsw_env_get_module_power_mode()
[all …]
Dcore.h284 struct mlxsw_env *mlxsw_core_env(const struct mlxsw_core *mlxsw_core);
Dcore.c3210 struct mlxsw_env *mlxsw_core_env(const struct mlxsw_core *mlxsw_core) in mlxsw_core_env() function