Searched defs:dsa_switch_ops (Results 1 – 1 of 1) sorted by relevance
| /include/net/ |
| D | dsa.h | 287 struct dsa_switch_ops { struct 291 const char *(*probe)(struct device *dsa_dev, 295 enum dsa_tag_protocol (*get_tag_protocol)(struct dsa_switch *ds); 297 int (*setup)(struct dsa_switch *ds); 298 int (*set_addr)(struct dsa_switch *ds, u8 *addr); 299 u32 (*get_phy_flags)(struct dsa_switch *ds, int port); 304 int (*phy_read)(struct dsa_switch *ds, int port, int regnum); 305 int (*phy_write)(struct dsa_switch *ds, int port, 311 void (*adjust_link)(struct dsa_switch *ds, int port, 313 void (*fixed_link_update)(struct dsa_switch *ds, int port, [all …]
|