Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
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 = linecard->linecards->types_info; in mlxsw_linecard_types_get()
1152 if (WARN_ON_ONCE(!types_info)) in mlxsw_linecard_types_get()
[all …]
Dcore.h624 struct mlxsw_linecard_types_info *types_info; member