Lines Matching defs:ocelot_ops
648 struct ocelot_ops { struct
649 struct net_device *(*port_to_netdev)(struct ocelot *ocelot, int port);
650 int (*netdev_to_port)(struct net_device *dev);
651 int (*reset)(struct ocelot *ocelot);
652 u16 (*wm_enc)(u16 value);
653 u16 (*wm_dec)(u16 value);
654 void (*wm_stat)(u32 val, u32 *inuse, u32 *maxuse);
655 void (*psfp_init)(struct ocelot *ocelot);
656 int (*psfp_filter_add)(struct ocelot *ocelot, int port,
658 int (*psfp_filter_del)(struct ocelot *ocelot, struct flow_cls_offload *f);
659 int (*psfp_stats_get)(struct ocelot *ocelot, struct flow_cls_offload *f,
661 void (*cut_through_fwd)(struct ocelot *ocelot);
662 void (*tas_clock_adjust)(struct ocelot *ocelot);
663 void (*update_stats)(struct ocelot *ocelot);