Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Ddsa.h826 struct dsa_switch_ops { struct
834 enum dsa_tag_protocol (*get_tag_protocol)(struct dsa_switch *ds,
837 int (*change_tag_protocol)(struct dsa_switch *ds,
844 int (*connect_tag_protocol)(struct dsa_switch *ds,
847 int (*port_change_master)(struct dsa_switch *ds, int port,
852 int (*setup)(struct dsa_switch *ds);
853 void (*teardown)(struct dsa_switch *ds);
858 int (*port_setup)(struct dsa_switch *ds, int port);
859 void (*port_teardown)(struct dsa_switch *ds, int port);
861 u32 (*get_phy_flags)(struct dsa_switch *ds, int port);
[all …]