Home
last modified time | relevance | path

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

/linux-6.6.21/include/soc/mscc/
Docelot.h651 struct ocelot_ops { struct
652 struct net_device *(*port_to_netdev)(struct ocelot *ocelot, int port);
653 int (*netdev_to_port)(struct net_device *dev);
654 int (*reset)(struct ocelot *ocelot);
655 u16 (*wm_enc)(u16 value);
656 u16 (*wm_dec)(u16 value);
657 void (*wm_stat)(u32 val, u32 *inuse, u32 *maxuse);
658 void (*psfp_init)(struct ocelot *ocelot);
659 int (*psfp_filter_add)(struct ocelot *ocelot, int port,
661 int (*psfp_filter_del)(struct ocelot *ocelot, struct flow_cls_offload *f);
[all …]
/linux-6.6.21/drivers/net/ethernet/mscc/
Docelot_vsc7514.c90 static const struct ocelot_ops ocelot_ops = { variable