Searched defs:dsa_switch_ops (Results 1 – 6 of 6) sorted by relevance
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_518.h | 119242 struct dsa_switch_ops { struct 119243 enum dsa_tag_protocol (*get_tag_protocol)(struct dsa_switch *, int, enum dsa_tag_protocol); 119244 int (*change_tag_protocol)(struct dsa_switch *, enum dsa_tag_protocol); 119245 int (*connect_tag_protocol)(struct dsa_switch *, enum dsa_tag_protocol); 119246 int (*setup)(struct dsa_switch *); 119247 void (*teardown)(struct dsa_switch *); 119248 int (*port_setup)(struct dsa_switch *, int); 119249 void (*port_teardown)(struct dsa_switch *, int); 119250 u32 (*get_phy_flags)(struct dsa_switch *, int); 119251 int (*phy_read)(struct dsa_switch *, int, int); [all …]
|
| D | vmlinux.h | 119242 struct dsa_switch_ops { struct 119243 enum dsa_tag_protocol (*get_tag_protocol)(struct dsa_switch *, int, enum dsa_tag_protocol); 119244 int (*change_tag_protocol)(struct dsa_switch *, enum dsa_tag_protocol); 119245 int (*connect_tag_protocol)(struct dsa_switch *, enum dsa_tag_protocol); 119246 int (*setup)(struct dsa_switch *); 119247 void (*teardown)(struct dsa_switch *); 119248 int (*port_setup)(struct dsa_switch *, int); 119249 void (*port_teardown)(struct dsa_switch *, int); 119250 u32 (*get_phy_flags)(struct dsa_switch *, int); 119251 int (*phy_read)(struct dsa_switch *, int, int); [all …]
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 113061 struct dsa_switch_ops { struct 113062 enum dsa_tag_protocol (*get_tag_protocol)(struct dsa_switch *, int, enum dsa_tag_protocol); 113063 int (*change_tag_protocol)(struct dsa_switch *, enum dsa_tag_protocol); 113064 int (*connect_tag_protocol)(struct dsa_switch *, enum dsa_tag_protocol); 113065 int (*setup)(struct dsa_switch *); 113066 void (*teardown)(struct dsa_switch *); 113067 int (*port_setup)(struct dsa_switch *, int); 113068 void (*port_teardown)(struct dsa_switch *, int); 113069 u32 (*get_phy_flags)(struct dsa_switch *, int); 113070 int (*phy_read)(struct dsa_switch *, int, int); [all …]
|
| D | vmlinux_608.h | 113061 struct dsa_switch_ops { struct 113062 enum dsa_tag_protocol (*get_tag_protocol)(struct dsa_switch *, int, enum dsa_tag_protocol); 113063 int (*change_tag_protocol)(struct dsa_switch *, enum dsa_tag_protocol); 113064 int (*connect_tag_protocol)(struct dsa_switch *, enum dsa_tag_protocol); 113065 int (*setup)(struct dsa_switch *); 113066 void (*teardown)(struct dsa_switch *); 113067 int (*port_setup)(struct dsa_switch *, int); 113068 void (*port_teardown)(struct dsa_switch *, int); 113069 u32 (*get_phy_flags)(struct dsa_switch *, int); 113070 int (*phy_read)(struct dsa_switch *, int, int); [all …]
|
| /external/bcc/libbpf-tools/riscv/ |
| D | vmlinux.h | 120343 struct dsa_switch_ops { struct 120344 enum dsa_tag_protocol (*get_tag_protocol)(struct dsa_switch *, int, enum dsa_tag_protocol); 120345 int (*change_tag_protocol)(struct dsa_switch *, enum dsa_tag_protocol); 120346 int (*connect_tag_protocol)(struct dsa_switch *, enum dsa_tag_protocol); 120347 int (*port_change_master)(struct dsa_switch *, int, struct net_device *, struct netlink_ext_ack *); 120348 int (*setup)(struct dsa_switch *); 120349 void (*teardown)(struct dsa_switch *); 120350 int (*port_setup)(struct dsa_switch *, int); 120351 void (*port_teardown)(struct dsa_switch *, int); 120352 u32 (*get_phy_flags)(struct dsa_switch *, int); [all …]
|
| D | vmlinux_602.h | 120343 struct dsa_switch_ops { struct 120344 enum dsa_tag_protocol (*get_tag_protocol)(struct dsa_switch *, int, enum dsa_tag_protocol); 120345 int (*change_tag_protocol)(struct dsa_switch *, enum dsa_tag_protocol); 120346 int (*connect_tag_protocol)(struct dsa_switch *, enum dsa_tag_protocol); 120347 int (*port_change_master)(struct dsa_switch *, int, struct net_device *, struct netlink_ext_ack *); 120348 int (*setup)(struct dsa_switch *); 120349 void (*teardown)(struct dsa_switch *); 120350 int (*port_setup)(struct dsa_switch *, int); 120351 void (*port_teardown)(struct dsa_switch *, int); 120352 u32 (*get_phy_flags)(struct dsa_switch *, int); [all …]
|