Home
last modified time | relevance | path

Searched refs:dsa_switch_tree (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/net/dsa/
A Ddsa.h12 struct dsa_switch_tree;
20 void dsa_lag_map(struct dsa_switch_tree *dst, struct dsa_lag *lag);
21 void dsa_lag_unmap(struct dsa_switch_tree *dst, struct dsa_lag *lag);
22 struct dsa_lag *dsa_tree_lag_find(struct dsa_switch_tree *dst,
24 struct net_device *dsa_tree_find_first_master(struct dsa_switch_tree *dst);
25 int dsa_tree_change_tag_proto(struct dsa_switch_tree *dst,
28 void dsa_tree_master_admin_state_change(struct dsa_switch_tree *dst,
31 void dsa_tree_master_oper_state_change(struct dsa_switch_tree *dst,
37 struct dsa_bridge *dsa_tree_bridge_find(struct dsa_switch_tree *dst,
A Ddsa.c130 struct dsa_switch_tree *dst; in dsa_bridge_num_find()
181 struct dsa_switch_tree *dst; in dsa_switch_find()
202 struct dsa_switch_tree *dst; in dsa_tree_find()
213 struct dsa_switch_tree *dst; in dsa_tree_alloc()
241 static struct dsa_switch_tree *dsa_tree_get(struct dsa_switch_tree *dst) in dsa_tree_get()
251 struct dsa_switch_tree *dst; in dsa_tree_touch()
262 struct dsa_switch_tree *dst; in dsa_tree_release()
291 struct dsa_switch_tree *dst; in dsa_link_touch()
316 struct dsa_switch_tree *dst = ds->dst; in dsa_port_setup_routing_table()
555 struct dsa_switch_tree *dst = ds->dst; in dsa_switch_setup_tag_protocol()
[all …]
A Dtag.h36 struct dsa_switch_tree *dst = cpu_dp->dst; in dsa_master_find_slave()
113 struct dsa_switch_tree *dst = cpu_dp->dst; in dsa_find_designated_bridge_port_by_vid()
A Dswitch.h114 int dsa_tree_notify(struct dsa_switch_tree *dst, unsigned long e, void *v);
A Dtag_dsa.c140 struct dsa_switch_tree *dst = dp->ds->dst; in dsa_xmit_ll()
A Dslave.c1861 struct dsa_switch_tree *dst; in dsa_bridge_mtu_normalization()
3047 static void dsa_tree_migrate_ports_from_lag_master(struct dsa_switch_tree *dst, in dsa_tree_migrate_ports_from_lag_master()
3073 struct dsa_switch_tree *dst = cpu_dp->dst; in dsa_master_lag_join()
3114 struct dsa_switch_tree *dst = cpu_dp->dst; in dsa_master_lag_leave()
3260 struct dsa_switch_tree *dst = cpu_dp->ds->dst; in dsa_slave_netdevice_event()
3284 struct dsa_switch_tree *dst; in dsa_slave_netdevice_event()
3382 struct dsa_switch_tree *dst = dp->ds->dst; in dsa_foreign_dev_check()
A Dtag_8021q.c475 struct dsa_switch_tree *dst = cpu_dp->dst; in dsa_tag_8021q_find_port_by_vbid()
A Ddevlink.c294 struct dsa_switch_tree *dst = dp->ds->dst; in dsa_port_devlink_setup()
A Dswitch.c1031 int dsa_tree_notify(struct dsa_switch_tree *dst, unsigned long e, void *v) in dsa_tree_notify()
1055 struct dsa_switch_tree *dst; in dsa_broadcast()
A Dmaster.c202 struct dsa_switch_tree *dst; in dsa_master_ioctl()
/linux-6.3-rc2/include/net/
A Ddsa.h130 struct dsa_switch_tree { struct
190 static inline struct dsa_lag *dsa_lag_by_id(struct dsa_switch_tree *dst, in dsa_lag_by_id() argument
197 static inline int dsa_lag_id(struct dsa_switch_tree *dst, in dsa_lag_id()
263 struct dsa_switch_tree *dst;
384 struct dsa_switch_tree *dst;
500 struct dsa_switch_tree *dst = ds->dst; in dsa_to_port()
621 struct dsa_switch_tree *dst = ds->dst; in dsa_routing_port()
789 static inline bool dsa_tree_offloads_bridge_port(struct dsa_switch_tree *dst, in dsa_tree_offloads_bridge_port()
803 dsa_tree_offloads_bridge_dev(struct dsa_switch_tree *dst, in dsa_tree_offloads_bridge_dev()
/linux-6.3-rc2/drivers/net/dsa/sja1105/
A Dsja1105_main.c512 struct dsa_switch_tree *dst; in sja1105_init_l2_forwarding()
2593 struct dsa_switch_tree *dst = ds->dst; in sja1105_prechangeupper()
/linux-6.3-rc2/drivers/net/dsa/mv88e6xxx/
A Dchip.c1392 struct dsa_switch_tree *dst = ds->dst; in mv88e6xxx_port_vlan()
1621 struct dsa_switch_tree *dst = chip->ds->dst; in mv88e6xxx_pvt_map()
2845 struct dsa_switch_tree *dst = ds->dst; in mv88e6xxx_bridge_map()
/linux-6.3-rc2/Documentation/networking/dsa/
A Ddsa.rst387 - ``dsa_switch_tree``: structure assigned to the master network device under
395 a ``dsa_switch_tree`` as a backpointer, slave network devices, master network

Completed in 78 milliseconds