Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Ddsa.c179 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index) in dsa_switch_find() function
198 EXPORT_SYMBOL_GPL(dsa_switch_find);
1328 if (dsa_switch_find(ds->dst->index, ds->index)) { in dsa_switch_parse_member_of()
H A Dtag_sja1105.c582 ds = dsa_switch_find(cpu_dp->dst->index, switch_id); in sja1110_rcv_meta()
/linux/include/net/
H A Ddsa.h1374 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index);
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c1794 ds = dsa_switch_find(dst->index, dev); in mv88e6xxx_pvt_map()