Searched defs:ocelot_ops (Results 1 – 2 of 2) sorted by relevance
561 struct ocelot_ops { struct562 struct net_device *(*port_to_netdev)(struct ocelot *ocelot, int port);563 int (*netdev_to_port)(struct net_device *dev);564 int (*reset)(struct ocelot *ocelot);565 u16 (*wm_enc)(u16 value);
767 static const struct ocelot_ops ocelot_ops = { variable