Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dvpe.h109 struct tc *get_tc(int index);
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_red_core.sh270 get_tc()
281 local tc=$(get_tc $vlan)
299 local tc=$(($(get_tc $vlan) + 8))
293 get_tc() global() function
/linux/arch/mips/kernel/
H A Dvpe.c74 struct tc *get_tc(int index) in get_tc() function
777 cleanup_tc(get_tc(aprp_cpu_index())); in vpe_open()
H A Dvpe-mt.c270 cleanup_tc(get_tc(aprp_cpu_index())); in store_kill()