Searched refs:types_info (Results 1 – 2 of 2) sorted by relevance
62 struct mlxsw_linecard_types_info *types_info; in mlxsw_linecard_types_lookup() local66 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() local1151 types_info = linecard->linecards->types_info; in mlxsw_linecard_types_get()1152 if (WARN_ON_ONCE(!types_info)) in mlxsw_linecard_types_get()[all …]
624 struct mlxsw_linecard_types_info *types_info; member