Searched refs:tree_index (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/net/dsa/ |
| H A D | switch.c | 94 if (dst->index == info->tree_index && ds->index == info->sw_index && in dsa_switch_bridge_join() 98 if ((dst->index != info->tree_index || ds->index != info->sw_index) && in dsa_switch_bridge_join() 100 return ds->ops->crosschip_bridge_join(ds, info->tree_index, in dsa_switch_bridge_join() 114 if (dst->index == info->tree_index && ds->index == info->sw_index && in dsa_switch_bridge_leave() 118 if ((dst->index != info->tree_index || ds->index != info->sw_index) && in dsa_switch_bridge_leave() 120 ds->ops->crosschip_bridge_leave(ds, info->tree_index, in dsa_switch_bridge_leave()
|
| H A D | dsa_priv.h | 39 int tree_index; member
|
| H A D | port.c | 140 .tree_index = dp->ds->dst->index, in dsa_port_bridge_join() 171 .tree_index = dp->ds->dst->index, in dsa_port_bridge_leave()
|
| H A D | dsa2.c | 24 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index) in dsa_switch_find() argument 30 if (dst->index != tree_index) in dsa_switch_find()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid5-cache.c | 2646 sector_t tree_index; in r5c_try_caching_write() local 2699 tree_index = r5c_tree_index(conf, sh->sector); in r5c_try_caching_write() 2702 tree_index); in r5c_try_caching_write() 2716 &log->big_stripe_tree, tree_index, in r5c_try_caching_write() 2811 sector_t tree_index; in r5c_finish_stripe_write_out() local 2854 tree_index = r5c_tree_index(conf, sh->sector); in r5c_finish_stripe_write_out() 2857 tree_index); in r5c_finish_stripe_write_out() 2863 radix_tree_delete(&log->big_stripe_tree, tree_index); in r5c_finish_stripe_write_out() 2948 sector_t tree_index; in r5c_big_stripe_cached() local 2955 tree_index = r5c_tree_index(conf, sect); in r5c_big_stripe_cached() [all …]
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | dsa.h | 613 int (*crosschip_bridge_join)(struct dsa_switch *ds, int tree_index, 616 void (*crosschip_bridge_leave)(struct dsa_switch *ds, int tree_index, 808 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index);
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/ |
| H A D | sja1105_main.c | 1921 int tree_index, int sw_index, in sja1105_crosschip_bridge_join() argument 1924 struct dsa_switch *other_ds = dsa_switch_find(tree_index, sw_index); in sja1105_crosschip_bridge_join() 1957 int tree_index, int sw_index, in sja1105_crosschip_bridge_leave() argument 1961 struct dsa_switch *other_ds = dsa_switch_find(tree_index, sw_index); in sja1105_crosschip_bridge_leave()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | tree-core.h | 580 enum tree_index { enum
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | tree-core.h | 580 enum tree_index { enum
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 2268 int tree_index, int sw_index, in mv88e6xxx_crosschip_bridge_join() argument 2274 if (tree_index != ds->dst->index) in mv88e6xxx_crosschip_bridge_join() 2285 int tree_index, int sw_index, in mv88e6xxx_crosschip_bridge_leave() argument 2290 if (tree_index != ds->dst->index) in mv88e6xxx_crosschip_bridge_leave()
|