Searched defs:mlxsw_sp_span_entry_ops (Results 1 – 2 of 2) sorted by relevance
62 struct mlxsw_sp_span_entry_ops { struct63 bool is_static;64 bool (*can_handle)(const struct net_device *to_dev);65 int (*parms_set)(struct mlxsw_sp *mlxsw_sp,68 int (*configure)(struct mlxsw_sp_span_entry *span_entry,70 void (*deconfigure)(struct mlxsw_sp_span_entry *span_entry);
1012 mlxsw_sp_span_entry_ops(struct mlxsw_sp *mlxsw_sp, in mlxsw_sp_span_entry_ops() function