Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/soc/mscc/
A Docelot.h648 struct ocelot_ops { struct
650 int (*netdev_to_port)(struct net_device *dev);
651 int (*reset)(struct ocelot *ocelot);
652 u16 (*wm_enc)(u16 value);
653 u16 (*wm_dec)(u16 value);
654 void (*wm_stat)(u32 val, u32 *inuse, u32 *maxuse);
655 void (*psfp_init)(struct ocelot *ocelot);
656 int (*psfp_filter_add)(struct ocelot *ocelot, int port,
661 void (*cut_through_fwd)(struct ocelot *ocelot);
662 void (*tas_clock_adjust)(struct ocelot *ocelot);
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mscc/
A Docelot_vsc7514.c119 static const struct ocelot_ops ocelot_ops = { variable

Completed in 8 milliseconds