Searched defs:dsa_switch_ops (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 128536 struct dsa_switch_ops { struct 128537 enum dsa_tag_protocol (*get_tag_protocol)(struct dsa_switch *, int, enum dsa_tag_protocol); 128538 int (*change_tag_protocol)(struct dsa_switch *, int, enum dsa_tag_protocol); 128539 int (*setup)(struct dsa_switch *); 128540 void (*teardown)(struct dsa_switch *); 128541 int (*port_setup)(struct dsa_switch *, int); 128542 void (*port_teardown)(struct dsa_switch *, int); 128543 u32 (*get_phy_flags)(struct dsa_switch *, int); 128544 int (*phy_read)(struct dsa_switch *, int, int); 128545 int (*phy_write)(struct dsa_switch *, int, int, u16); [all …]
|