Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_mqprio.c157 if (dev->num_tx_queues >= TC_H_MIN_PRIORITY) in mqprio_init()
478 if (ntx < TC_H_MIN_PRIORITY) in mqprio_find()
485 return ((ntx - TC_H_MIN_PRIORITY) < netdev_get_num_tc(dev)) ? ntx : 0; in mqprio_find()
491 if (cl < TC_H_MIN_PRIORITY) { in mqprio_dump_class()
498 TC_H_MIN(tc + TC_H_MIN_PRIORITY)); in mqprio_dump_class()
513 if (cl >= TC_H_MIN_PRIORITY) { in mqprio_dump_class_stats()
586 if (arg->fn(sch, ntx + TC_H_MIN_PRIORITY, arg) < 0) { in mqprio_walk()
/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.h78 #define TC_H_MIN_PRIORITY 0xFFE0U macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dpkt_sched.h78 #define TC_H_MIN_PRIORITY 0xFFE0U 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.h78 #define TC_H_MIN_PRIORITY 0xFFE0U macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpkt_sched.h79 #define TC_H_MIN_PRIORITY 0xFFE0U macro
/OK3568_Linux_fs/kernel/include/net/
H A Dsch_generic.h665 u32 hwtc = TC_H_MIN(classid) - TC_H_MIN_PRIORITY; in tc_classid_to_hwtc()