Searched defs:ocelot_ops (Results 1 – 2 of 2) sorted by relevance
551 struct ocelot_ops { struct552 struct net_device *(*port_to_netdev)(struct ocelot *ocelot, int port);553 int (*netdev_to_port)(struct net_device *dev);554 int (*reset)(struct ocelot *ocelot);555 u16 (*wm_enc)(u16 value);556 u16 (*wm_dec)(u16 value);557 void (*wm_stat)(u32 val, u32 *inuse, u32 *maxuse);
627 static const struct ocelot_ops ocelot_ops = { variable