Home
last modified time | relevance | path

Searched refs:types_info (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_linecards.c62 struct mlxsw_linecard_types_info *types_info; in mlxsw_linecard_types_lookup() local
66 types_info = linecards->types_info; in mlxsw_linecard_types_lookup()
67 if (!types_info) in mlxsw_linecard_types_lookup()
69 for (i = 0; i < types_info->count; i++) { in mlxsw_linecard_types_lookup()
70 ini_file = linecards->types_info->ini_files[i]; in mlxsw_linecard_types_lookup()
1139 return linecard->linecards->types_info ? in mlxsw_linecard_types_count()
1140 linecard->linecards->types_info->count : 0; in mlxsw_linecard_types_count()
1147 struct mlxsw_linecard_types_info *types_info; in mlxsw_linecard_types_get() local
1151 types_info in mlxsw_linecard_types_get()
1345 mlxsw_linecard_types_file_validate(struct mlxsw_linecards *linecards, struct mlxsw_linecard_types_info *types_info) mlxsw_linecard_types_file_validate() argument
1395 mlxsw_linecard_types_file_parse(struct mlxsw_linecard_types_info *types_info) mlxsw_linecard_types_file_parse() argument
1430 struct mlxsw_linecard_types_info *types_info; mlxsw_linecard_types_init() local
1492 struct mlxsw_linecard_types_info *types_info = linecards->types_info; mlxsw_linecard_types_fini() local
[all...]
H A Dcore.h624 struct mlxsw_linecard_types_info *types_info; member

Completed in 4 milliseconds