Searched defs:ocelot_ops (Results 1 – 2 of 2) sorted by relevance
823 struct ocelot_ops { struct824 struct net_device *(*port_to_netdev)(struct ocelot *ocelot, int port);825 int (*netdev_to_port)(struct net_device *dev);826 int (*reset)(struct ocelot *ocelot);827 u16 (*wm_enc)(u16 value);828 u16 (*wm_dec)(u16 value);829 void (*wm_stat)(u32 val, u32 *inuse, u32 *maxuse);830 void (*psfp_init)(struct ocelot *ocelot);831 int (*psfp_filter_add)(struct ocelot *ocelot, int port,833 int (*psfp_filter_del)(struct ocelot *ocelot, struct flow_cls_offload *f);[all …]
265 static const struct ocelot_ops ocelot_ops = { variable