Home
last modified time | relevance | path

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

/linux/include/net/
H A Ddsa.h839 struct dsa_switch_ops { struct
847 enum dsa_tag_protocol (*get_tag_protocol)(struct dsa_switch *ds,
850 int (*change_tag_protocol)(struct dsa_switch *ds,
857 int (*connect_tag_protocol)(struct dsa_switch *ds,
860 int (*port_change_conduit)(struct dsa_switch *ds, int port,
865 int (*setup)(struct dsa_switch *ds);
866 void (*teardown)(struct dsa_switch *ds);
871 int (*port_setup)(struct dsa_switch *ds, int port);
872 void (*port_teardown)(struct dsa_switch *ds, int port);
874 u32 (*get_phy_flags)(struct dsa_switch *ds, int port);
[all …]