Home
last modified time | relevance | path

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

/linux-6.1.9/net/dsa/
Ddsa2.c202 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index) in dsa_switch_find() function
221 EXPORT_SYMBOL_GPL(dsa_switch_find);
1595 if (dsa_switch_find(ds->dst->index, ds->index)) { in dsa_switch_parse_member_of()
Dtag_sja1105.c594 ds = dsa_switch_find(cpu_dp->dst->index, switch_id); in sja1110_rcv_meta()
/linux-6.1.9/include/net/
Ddsa.h1378 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index);
/linux-6.1.9/drivers/net/dsa/mv88e6xxx/
Dchip.c1633 ds = dsa_switch_find(dst->index, dev); in mv88e6xxx_pvt_map()