Home
last modified time | relevance | path

Searched defs:linecards (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/
Dcore_linecards.c60 mlxsw_linecard_types_lookup(struct mlxsw_linecards *linecards, u8 card_type) in mlxsw_linecard_types_lookup()
464 struct mlxsw_linecards *linecards = linecard->linecards; in mlxsw_linecard_active_ops_call() local
478 struct mlxsw_linecards *linecards = linecard->linecards; in mlxsw_linecard_inactive_ops_call() local
490 mlxsw_linecards_event_ops_register_call(struct mlxsw_linecards *linecards, in mlxsw_linecards_event_ops_register_call()
508 mlxsw_linecards_event_ops_unregister_call(struct mlxsw_linecards *linecards, in mlxsw_linecards_event_ops_unregister_call()
529 struct mlxsw_linecards *linecards = mlxsw_core_linecards(mlxsw_core); in mlxsw_linecards_event_ops_register() local
552 struct mlxsw_linecards *linecards = mlxsw_core_linecards(mlxsw_core); in mlxsw_linecards_event_ops_unregister() local
623 struct mlxsw_linecards *linecards = linecard->linecards; in mlxsw_linecard_provision_set() local
713 static int mlxsw_linecard_status_process(struct mlxsw_linecards *linecards, in mlxsw_linecard_status_process()
774 struct mlxsw_linecards *linecards, in mlxsw_linecard_status_get_and_process()
[all …]
Dcore.h604 struct mlxsw_linecards *linecards; member
632 struct mlxsw_linecard linecards[]; member
636 mlxsw_linecard_get(struct mlxsw_linecards *linecards, u8 slot_index) in mlxsw_linecard_get()
Dcore.c88 struct mlxsw_linecards *linecards; member
107 struct mlxsw_linecards *linecards) in mlxsw_core_linecards_set()