Home
last modified time | relevance | path

Searched defs:dsa_switch_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/include/net/
Ddsa.h574 struct dsa_switch_ops { struct
582 enum dsa_tag_protocol (*get_tag_protocol)(struct dsa_switch *ds,
585 int (*change_tag_protocol)(struct dsa_switch *ds, int port,
589 int (*setup)(struct dsa_switch *ds);
590 void (*teardown)(struct dsa_switch *ds);
595 int (*port_setup)(struct dsa_switch *ds, int port);
596 void (*port_teardown)(struct dsa_switch *ds, int port);
598 u32 (*get_phy_flags)(struct dsa_switch *ds, int port);
603 int (*phy_read)(struct dsa_switch *ds, int port, int regnum);
604 int (*phy_write)(struct dsa_switch *ds, int port,
[all …]