Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A 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()
531 struct mlxsw_env *mlxsw_env = mlxsw_core_env(mlxsw_core); in mlxsw_env_reset_module()
587 struct mlxsw_env *mlxsw_env = mlxsw_core_env(mlxsw_core); in mlxsw_env_get_module_power_mode()
669 struct mlxsw_env *mlxsw_env = mlxsw_core_env(mlxsw_core); in __mlxsw_env_set_module_power_mode()
[all …]
H A Dcore.h280 struct mlxsw_env *mlxsw_core_env(const struct mlxsw_core *mlxsw_core);
H A Dcore.c3273 struct mlxsw_env *mlxsw_core_env(const struct mlxsw_core *mlxsw_core) in mlxsw_core_env() function