Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/soc/mscc/
Docelot.h561 struct ocelot_ops { struct
562 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);
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
Docelot_vsc7514.c767 static const struct ocelot_ops ocelot_ops = { variable