Searched defs:dsa_switch_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/include/net/ |
D | dsa.h | 354 struct dsa_switch_ops { struct 355 enum dsa_tag_protocol (*get_tag_protocol)(struct dsa_switch *ds, 358 int (*setup)(struct dsa_switch *ds); 359 void (*teardown)(struct dsa_switch *ds); 360 u32 (*get_phy_flags)(struct dsa_switch *ds, int port); 365 int (*phy_read)(struct dsa_switch *ds, int port, int regnum); 366 int (*phy_write)(struct dsa_switch *ds, int port, 372 void (*adjust_link)(struct dsa_switch *ds, int port, 374 void (*fixed_link_update)(struct dsa_switch *ds, int port, 380 void (*phylink_validate)(struct dsa_switch *ds, int port, [all …]
|