Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_linecards.c66 types_info = linecards->types_info; in mlxsw_linecard_types_lookup()
67 if (!types_info) in mlxsw_linecard_types_lookup()
1151 types_info = linecard->linecards->types_info; in mlxsw_linecard_types_get()
1447 types_info = kzalloc(sizeof(*types_info), GFP_KERNEL); in mlxsw_linecard_types_init()
1448 if (!types_info) { in mlxsw_linecard_types_init()
1452 linecards->types_info = types_info; in mlxsw_linecard_types_init()
1455 types_info->data = vmalloc(types_info->data_size); in mlxsw_linecard_types_init()
1461 memcpy(types_info->data, firmware->data, types_info->data_size); in mlxsw_linecard_types_init()
1470 types_info->ini_files = kmalloc_array(types_info->count, in mlxsw_linecard_types_init()
1486 kfree(types_info); in mlxsw_linecard_types_init()
[all …]
H A Dcore.h637 struct mlxsw_linecard_types_info *types_info; member