Home
last modified time | relevance | path

Searched refs:dsa_switch_find (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/net/dsa/
Dtag_8021q.c353 targeted_ds = dsa_switch_find(info->tree_index, info->sw_index); in dsa_tag_8021q_bridge_join()
389 targeted_ds = dsa_switch_find(info->tree_index, info->sw_index); in dsa_tag_8021q_bridge_leave()
Ddsa2.c177 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index) in dsa_switch_find() function
196 EXPORT_SYMBOL_GPL(dsa_switch_find);
1421 if (dsa_switch_find(ds->dst->index, ds->index)) { in dsa_switch_parse_member_of()
Dtag_sja1105.c577 ds = dsa_switch_find(cpu_dp->dst->index, switch_id); in sja1110_rcv_meta()
Dswitch.c188 targeted_ds = dsa_switch_find(ds->dst->index, info_sw_index); in dsa_switch_host_address_match()
/Linux-v5.15/include/net/
Ddsa.h1058 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index);
/Linux-v5.15/drivers/net/dsa/mv88e6xxx/
Dchip.c1465 ds = dsa_switch_find(dst->index, dev); in mv88e6xxx_pvt_map()