Searched defs:mlxsw_sp_span_entry_ops (Results 1 – 2 of 2) sorted by relevance
50 struct mlxsw_sp_span_entry_ops { struct51 bool (*can_handle)(const struct net_device *to_dev);52 int (*parms)(const struct net_device *to_dev,54 int (*configure)(struct mlxsw_sp_span_entry *span_entry,56 void (*deconfigure)(struct mlxsw_sp_span_entry *span_entry);
891 mlxsw_sp_span_entry_ops(struct mlxsw_sp *mlxsw_sp, in mlxsw_sp_span_entry_ops() function