Home
last modified time | relevance | path

Searched refs:mlxsw_env (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_env.c30 struct mlxsw_env { struct
40 static bool __mlxsw_env_linecard_is_active(struct mlxsw_env *mlxsw_env, in __mlxsw_env_linecard_is_active() argument
43 return mlxsw_env->line_cards[slot_index]->active; in __mlxsw_env_linecard_is_active()
46 static bool mlxsw_env_linecard_is_active(struct mlxsw_env *mlxsw_env, in mlxsw_env_linecard_is_active() argument
51 mutex_lock(&mlxsw_env->line_cards_lock); in mlxsw_env_linecard_is_active()
52 active = __mlxsw_env_linecard_is_active(mlxsw_env, slot_index); in mlxsw_env_linecard_is_active()
53 mutex_unlock(&mlxsw_env->line_cards_lock); in mlxsw_env_linecard_is_active()
62 struct mlxsw_env *mlxsw_env = mlxsw_core_env(mlxsw_core); in mlxsw_env_module_info_get() local
64 return &mlxsw_env->line_cards[slot_index]->module_info[module]; in mlxsw_env_module_info_get()
70 struct mlxsw_env *mlxsw_env = mlxsw_core_env(core); in __mlxsw_env_validate_module_type() local
[all …]
H A Dcore_env.h71 struct mlxsw_env **p_env);
72 void mlxsw_env_fini(struct mlxsw_env *env);