Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/asm/
Dvpe.h114 struct tc *get_tc(int index);
/linux-5.19.10/tools/testing/selftests/drivers/net/mlxsw/
Dsch_red_core.sh295 get_tc() function
306 local tc=$(get_tc $vlan)
324 local tc=$(($(get_tc $vlan) + 8))
/linux-5.19.10/arch/mips/kernel/
Dvpe.c74 struct tc *get_tc(int index) in get_tc() function
778 cleanup_tc(get_tc(aprp_cpu_index())); in vpe_open()
Dvpe-mt.c271 cleanup_tc(get_tc(aprp_cpu_index())); in store_kill()