Home
last modified time | relevance | path

Searched refs:tree_index (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Ddsa.h1140 int (*crosschip_bridge_join)(struct dsa_switch *ds, int tree_index,
1144 void (*crosschip_bridge_leave)(struct dsa_switch *ds, int tree_index,
1392 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index);
/linux/net/dsa/
H A Ddsa.c181 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index) in dsa_switch_find() argument
187 if (dst->index != tree_index) in dsa_switch_find()