Home
last modified time | relevance | path

Searched defs:ocelot_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/include/soc/mscc/
Docelot.h551 struct ocelot_ops { struct
552 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);
/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot_vsc7514.c627 static const struct ocelot_ops ocelot_ops = { variable