Home
last modified time | relevance | path

Searched refs:TC_LINKLAYER_MASK (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpkt_sched.h88 #define TC_LINKLAYER_MASK 0x0F /* limit use to lower 4 bits */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dpkt_sched.h88 #define TC_LINKLAYER_MASK 0x0F /* limit use to lower 4 bits */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpkt_sched.h88 #define TC_LINKLAYER_MASK 0x0F /* limit use to lower 4 bits */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpkt_sched.h89 #define TC_LINKLAYER_MASK 0x0F /* limit use to lower 4 bits */ macro
/OK3568_Linux_fs/kernel/include/net/
H A Dsch_generic.h1288 res->linklayer = (r->linklayer & TC_LINKLAYER_MASK); in psched_ratecfg_getrate()
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_generic.c1386 r->linklayer = (conf->linklayer & TC_LINKLAYER_MASK); in psched_ratecfg_precompute()