Lines Matching +full:port +full:- +full:specific
1 /* SPDX-License-Identifier: GPL-2.0 */
20 /* Platform-specific information */
45 * workaround, the few packets that are delivered to the CPU port
47 * port module, but also to the 802.1Q Ethernet CPU port, and polling
57 int (*port_setup_tc)(struct dsa_switch *ds, int port,
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,
69 /* Methods for initializing the hardware resources specific to a tagging
70 * protocol (like the NPI port, for "ocelot" or "seville", or the VCAP TCAMs,
71 * for "ocelot-8021q").
80 int (*change_conduit)(struct dsa_switch *ds, int port,
85 /* DSA glue / front-end for struct ocelot */
105 struct net_device *felix_port_to_netdev(struct ocelot *ocelot, int port);