Lines Matching full:ocelot
7 #define ocelot_to_felix(o) container_of((o), struct felix, ocelot)
43 /* Some Ocelot switches are integrated into the SoC without the
55 int (*mdio_bus_alloc)(struct ocelot *ocelot);
56 void (*mdio_bus_free)(struct ocelot *ocelot);
59 void (*port_sched_speed_set)(struct ocelot *ocelot, int port,
61 void (*phylink_mac_config)(struct ocelot *ocelot, int port,
64 int (*configure_serdes)(struct ocelot *ocelot, int port,
66 int (*request_irq)(struct ocelot *ocelot);
70 * protocol (like the NPI port, for "ocelot" or "seville", or the VCAP TCAMs,
71 * for "ocelot-8021q").
85 /* DSA glue / front-end for struct ocelot */
89 struct ocelot ocelot; member
105 struct net_device *felix_port_to_netdev(struct ocelot *ocelot, int port);