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.h841 struct dsa_switch_ops { struct
849 enum dsa_tag_protocol (*get_tag_protocol)(struct dsa_switch *ds,
852 int (*change_tag_protocol)(struct dsa_switch *ds,
859 int (*connect_tag_protocol)(struct dsa_switch *ds,
862 int (*port_change_conduit)(struct dsa_switch *ds, int port,
867 int (*setup)(struct dsa_switch *ds);
868 void (*teardown)(struct dsa_switch *ds);
873 int (*port_setup)(struct dsa_switch *ds, int port);
874 void (*port_teardown)(struct dsa_switch *ds, int port);
876 u32 (*get_phy_flags)(struct dsa_switch *ds, int port);
[all …]