Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
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 …]
Dcore.h599 struct mlxsw_linecards *linecards; member
627 struct mlxsw_linecard linecards[]; member
631 mlxsw_linecard_get(struct mlxsw_linecards *linecards, u8 slot_index) in mlxsw_linecard_get() argument
633 return &linecards->linecards[slot_index - 1]; in mlxsw_linecard_get()
Dcore_linecard_dev.c68 linecard_bdev->adev.dev.parent = linecard->linecards->bus_info->dev; in mlxsw_linecard_bdev_add()
Dcore.c89 struct mlxsw_linecards *linecards; member
104 return mlxsw_core->linecards; in mlxsw_core_linecards()
108 struct mlxsw_linecards *linecards) in mlxsw_core_linecards_set() argument
110 mlxsw_core->linecards = linecards; in mlxsw_core_linecards_set()
3150 linecard = mlxsw_linecard_get(mlxsw_core->linecards, in __mlxsw_core_port_init()