Searched refs:dsa_switch_tree (Results 1 – 10 of 10) sorted by relevance
/linux/net/dsa/ |
A D | dsa2.c | 61 struct dsa_switch_tree *dst; in dsa_broadcast() 134 struct dsa_switch_tree *dst; in dsa_bridge_num_find() 179 struct dsa_switch_tree *dst; in dsa_switch_find() 200 struct dsa_switch_tree *dst; in dsa_tree_find() 211 struct dsa_switch_tree *dst; in dsa_tree_alloc() 239 static struct dsa_switch_tree *dsa_tree_get(struct dsa_switch_tree *dst) in dsa_tree_get() 249 struct dsa_switch_tree *dst; in dsa_tree_touch() 260 struct dsa_switch_tree *dst; in dsa_tree_release() 289 struct dsa_switch_tree *dst; in dsa_link_touch() 314 struct dsa_switch_tree *dst = ds->dst; in dsa_port_setup_routing_table() [all …]
|
A D | dsa_priv.h | 189 struct dsa_switch_tree *dst = cpu_dp->dst; in dsa_master_find_slave() 285 static inline bool dsa_tree_offloads_bridge_port(struct dsa_switch_tree *dst, in dsa_tree_offloads_bridge_port() 298 static inline bool dsa_tree_offloads_bridge(struct dsa_switch_tree *dst, in dsa_tree_offloads_bridge() 408 struct dsa_switch_tree *dst = cpu_dp->dst; in dsa_find_designated_bridge_port_by_vid() 541 void dsa_lag_map(struct dsa_switch_tree *dst, struct net_device *lag); 542 void dsa_lag_unmap(struct dsa_switch_tree *dst, struct net_device *lag); 543 int dsa_tree_notify(struct dsa_switch_tree *dst, unsigned long e, void *v); 545 int dsa_tree_change_tag_proto(struct dsa_switch_tree *dst,
|
A D | tag_dsa.c | 135 struct dsa_switch_tree *dst = dp->ds->dst; in dsa_xmit_ll()
|
A D | switch.c | 91 struct dsa_switch_tree *dst = ds->dst; in dsa_switch_bridge_join() 118 struct dsa_switch_tree *dst = ds->dst; in dsa_switch_bridge_leave()
|
A D | master.c | 194 struct dsa_switch_tree *dst; in dsa_master_ioctl()
|
A D | slave.c | 523 struct dsa_switch_tree *dst = ds->dst; in dsa_slave_get_port_parent_id() 1559 struct dsa_switch_tree *dst; in dsa_bridge_mtu_normalization() 2365 struct dsa_switch_tree *dst; in dsa_slave_netdevice_event() 2462 struct dsa_switch_tree *dst = dp->ds->dst; in dsa_foreign_dev_check()
|
/linux/include/net/ |
A D | dsa.h | 117 struct dsa_switch_tree { struct 174 static inline struct net_device *dsa_lag_dev(struct dsa_switch_tree *dst, in dsa_lag_dev() argument 180 static inline int dsa_lag_id(struct dsa_switch_tree *dst, in dsa_lag_id() 238 struct dsa_switch_tree *dst; 323 struct dsa_switch_tree *dst; 428 struct dsa_switch_tree *dst = ds->dst; in dsa_to_port() 520 struct dsa_switch_tree *dst = ds->dst; in dsa_routing_port()
|
/linux/drivers/net/dsa/sja1105/ |
A D | sja1105_main.c | 513 struct dsa_switch_tree *dst; in sja1105_init_l2_forwarding() 2580 struct dsa_switch_tree *dst = ds->dst; in sja1105_prechangeupper()
|
/linux/Documentation/networking/dsa/ |
A D | dsa.rst | 356 - ``dsa_switch_tree``: structure assigned to the master network device under 364 a ``dsa_switch_tree`` as a backpointer, slave network devices, master network
|
/linux/drivers/net/dsa/mv88e6xxx/ |
A D | chip.c | 1243 struct dsa_switch_tree *dst = ds->dst; in mv88e6xxx_port_vlan() 1468 struct dsa_switch_tree *dst = chip->ds->dst; in mv88e6xxx_pvt_map() 2435 struct dsa_switch_tree *dst = ds->dst; in mv88e6xxx_bridge_map()
|
Completed in 45 milliseconds