dsa_switch        117 include/net/dsa.h 	struct dsa_switch	*ds[DSA_MAX_SWITCHES];
dsa_switch        152 include/net/dsa.h static inline bool dsa_is_cpu_port(struct dsa_switch *ds, int p)
dsa_switch        157 include/net/dsa.h static inline u8 dsa_upstream_port(struct dsa_switch *ds)
dsa_switch        183 include/net/dsa.h 	int	(*setup)(struct dsa_switch *ds);
dsa_switch        184 include/net/dsa.h 	int	(*set_addr)(struct dsa_switch *ds, u8 *addr);
dsa_switch        185 include/net/dsa.h 	u32	(*get_phy_flags)(struct dsa_switch *ds, int port);
dsa_switch        190 include/net/dsa.h 	int	(*phy_read)(struct dsa_switch *ds, int port, int regnum);
dsa_switch        191 include/net/dsa.h 	int	(*phy_write)(struct dsa_switch *ds, int port,
dsa_switch        197 include/net/dsa.h 	void	(*poll_link)(struct dsa_switch *ds);
dsa_switch        202 include/net/dsa.h 	void	(*adjust_link)(struct dsa_switch *ds, int port,
dsa_switch        204 include/net/dsa.h 	void	(*fixed_link_update)(struct dsa_switch *ds, int port,
dsa_switch        210 include/net/dsa.h 	void	(*get_strings)(struct dsa_switch *ds, int port, uint8_t *data);
dsa_switch        211 include/net/dsa.h 	void	(*get_ethtool_stats)(struct dsa_switch *ds,
dsa_switch        213 include/net/dsa.h 	int	(*get_sset_count)(struct dsa_switch *ds);
dsa_switch        218 include/net/dsa.h 	void	(*get_wol)(struct dsa_switch *ds, int port,
dsa_switch        220 include/net/dsa.h 	int	(*set_wol)(struct dsa_switch *ds, int port,
dsa_switch        226 include/net/dsa.h 	int	(*suspend)(struct dsa_switch *ds);
dsa_switch        227 include/net/dsa.h 	int	(*resume)(struct dsa_switch *ds);
dsa_switch        232 include/net/dsa.h 	int	(*port_enable)(struct dsa_switch *ds, int port,
dsa_switch        234 include/net/dsa.h 	void	(*port_disable)(struct dsa_switch *ds, int port,
dsa_switch        240 include/net/dsa.h 	int	(*set_eee)(struct dsa_switch *ds, int port,
dsa_switch        243 include/net/dsa.h 	int	(*get_eee)(struct dsa_switch *ds, int port,
dsa_switch        251 include/net/dsa.h static inline void *ds_to_priv(struct dsa_switch *ds)