Searched defs:dsa_switch_driver (Results 1 – 1 of 1) sorted by relevance
205 struct dsa_switch_driver { struct206 struct list_head list;208 enum dsa_tag_protocol tag_protocol;209 int priv_size;214 char *(*probe)(struct device *host_dev, int sw_addr);215 int (*setup)(struct dsa_switch *ds);216 int (*set_addr)(struct dsa_switch *ds, u8 *addr);217 u32 (*get_phy_flags)(struct dsa_switch *ds, int port);222 int (*phy_read)(struct dsa_switch *ds, int port, int regnum);223 int (*phy_write)(struct dsa_switch *ds, int port,[all …]