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.h864 struct dsa_switch_ops { struct
872 enum dsa_tag_protocol (*get_tag_protocol)(struct dsa_switch *ds,
875 int (*change_tag_protocol)(struct dsa_switch *ds,
882 int (*connect_tag_protocol)(struct dsa_switch *ds,
885 int (*port_change_conduit)(struct dsa_switch *ds, int port,
890 int (*setup)(struct dsa_switch *ds);
891 void (*teardown)(struct dsa_switch *ds);
896 int (*port_setup)(struct dsa_switch *ds, int port);
897 void (*port_teardown)(struct dsa_switch *ds, int port);
899 u32 (*get_phy_flags)(struct dsa_switch *ds, int port);
[all …]