Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_linecards.c60 mlxsw_linecard_types_lookup(struct mlxsw_linecards *linecards, u8 card_type) in mlxsw_linecard_types_lookup() argument
66 types_info = linecards->types_info; in mlxsw_linecard_types_lookup()
70 ini_file = linecards->types_info->ini_files[i]; in mlxsw_linecard_types_lookup()
79 struct mlxsw_core *mlxsw_core = linecard->linecards->mlxsw_core; in mlxsw_linecard_type_name()
341 struct mlxsw_core *mlxsw_core = linecard->linecards->mlxsw_core; in mlxsw_linecard_flash_update()
370 struct mlxsw_core *mlxsw_core = linecard->linecards->mlxsw_core; in mlxsw_linecard_device_psid_get()
390 struct mlxsw_core *mlxsw_core = linecard->linecards->mlxsw_core; in mlxsw_linecard_device_info_update()
418 …dev_warn_once(linecard->linecards->bus_info->dev, "linecard %u: More flashable devices present, ex… in mlxsw_linecard_device_info_update()
454 struct mlxsw_core *mlxsw_core = linecard->linecards->mlxsw_core; in mlxsw_linecard_event_op_call()
464 struct mlxsw_linecards *linecards = linecard->linecards; in mlxsw_linecard_active_ops_call() local
[all …]
H A Dcore_linecard_dev.c68 linecard_bdev->adev.dev.parent = linecard->linecards->bus_info->dev; in mlxsw_linecard_bdev_add()