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