Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_red_core.sh294 get_tc() function
305 local tc=$(get_tc $vlan)
323 local tc=$(($(get_tc $vlan) + 8))
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dvpe.h117 struct tc *get_tc(int index);
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dvpe.c74 struct tc *get_tc(int index) in get_tc() function
794 cleanup_tc(get_tc(aprp_cpu_index())); in vpe_open()
H A Dvpe-mt.c271 cleanup_tc(get_tc(aprp_cpu_index())); in store_kill()