Lines Matching +full:port +full:- +full:specific
1 /* SPDX-License-Identifier: GPL-2.0 */
17 /* Platform-specific information */
43 * workaround, the few packets that are delivered to the CPU port
45 * port module, but also to the 802.1Q Ethernet CPU port, and polling
55 void (*phylink_validate)(struct ocelot *ocelot, int port,
58 int (*port_setup_tc)(struct dsa_switch *ds, int port,
60 void (*tas_guard_bands_update)(struct ocelot *ocelot, int port);
61 void (*port_sched_speed_set)(struct ocelot *ocelot, int port,
65 /* Methods for initializing the hardware resources specific to a tagging
66 * protocol (like the NPI port, for "ocelot" or "seville", or the VCAP TCAMs,
67 * for "ocelot-8021q").
76 int (*change_master)(struct dsa_switch *ds, int port,
83 /* DSA glue / front-end for struct ocelot */
98 struct net_device *felix_port_to_netdev(struct ocelot *ocelot, int port);