Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.c27 sizeof(struct mlxsw_sp_span_entry), in mlxsw_sp_span_init()
33 struct mlxsw_sp_span_entry *curr = &mlxsw_sp->span.entries[i]; in mlxsw_sp_span_init()
47 struct mlxsw_sp_span_entry *curr = &mlxsw_sp->span.entries[i]; in mlxsw_sp_span_fini()
63 mlxsw_sp_span_entry_phys_configure(struct mlxsw_sp_span_entry *span_entry, in mlxsw_sp_span_entry_phys_configure()
80 mlxsw_sp_span_entry_deconfigure_common(struct mlxsw_sp_span_entry *span_entry, in mlxsw_sp_span_entry_deconfigure_common()
94 mlxsw_sp_span_entry_phys_deconfigure(struct mlxsw_sp_span_entry *span_entry) in mlxsw_sp_span_entry_phys_deconfigure()
358 mlxsw_sp_span_entry_gretap4_configure(struct mlxsw_sp_span_entry *span_entry, in mlxsw_sp_span_entry_gretap4_configure()
383 mlxsw_sp_span_entry_gretap4_deconfigure(struct mlxsw_sp_span_entry *span_entry) in mlxsw_sp_span_entry_gretap4_deconfigure()
459 mlxsw_sp_span_entry_gretap6_configure(struct mlxsw_sp_span_entry *span_entry, in mlxsw_sp_span_entry_gretap6_configure()
483 mlxsw_sp_span_entry_gretap6_deconfigure(struct mlxsw_sp_span_entry *span_entry) in mlxsw_sp_span_entry_gretap6_deconfigure()
[all …]
Dspectrum_span.h41 struct mlxsw_sp_span_entry { struct
54 int (*configure)(struct mlxsw_sp_span_entry *span_entry, argument
56 void (*deconfigure)(struct mlxsw_sp_span_entry *span_entry);
69 struct mlxsw_sp_span_entry *
74 struct mlxsw_sp_span_entry *span_entry);
Dspectrum.h62 struct mlxsw_sp_span_entry;
165 struct mlxsw_sp_span_entry *entries;
Dspectrum.c6419 struct mlxsw_sp_span_entry *span_entry; in mlxsw_sp_netdevice_event()