Lines Matching defs:ocelot
7 #define ocelot_to_felix(o) container_of((o), struct felix, ocelot)
28 int (*mdio_bus_alloc)(struct ocelot *ocelot);
29 void (*mdio_bus_free)(struct ocelot *ocelot);
30 void (*phylink_validate)(struct ocelot *ocelot, int port,
33 int (*prevalidate_phy_mode)(struct ocelot *ocelot, int port,
37 void (*port_sched_speed_set)(struct ocelot *ocelot, int port,
39 void (*xmit_template_populate)(struct ocelot *ocelot, int port);
44 /* DSA glue / front-end for struct ocelot */
48 struct ocelot ocelot;
55 struct net_device *felix_port_to_netdev(struct ocelot *ocelot, int port);