Searched defs:dsa_switch_driver (Results 1 – 1 of 1) sorted by relevance
195 struct dsa_switch_driver { struct196 struct list_head list;198 enum dsa_tag_protocol tag_protocol;199 int priv_size;204 char *(*probe)(struct device *host_dev, int sw_addr);205 int (*setup)(struct dsa_switch *ds);206 int (*set_addr)(struct dsa_switch *ds, u8 *addr);207 u32 (*get_phy_flags)(struct dsa_switch *ds, int port);212 int (*phy_read)(struct dsa_switch *ds, int port, int regnum);213 int (*phy_write)(struct dsa_switch *ds, int port,[all …]