Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_mqprio.c367 if (dev->num_tx_queues >= TC_H_MIN_PRIORITY) in mqprio_init()
643 if (ntx < TC_H_MIN_PRIORITY) in mqprio_dump_class()
647 * are represented by classid values of TC_H_MIN_PRIORITY through in mqprio_dump_class()
648 * TC_H_MIN_PRIORITY + netdev_get_num_tc - 1 in mqprio_dump_class()
650 return ((ntx - TC_H_MIN_PRIORITY) < netdev_get_num_tc(dev)) ? ntx : 0; in mqprio_dump_class()
656 if (cl < TC_H_MIN_PRIORITY) { in mqprio_dump_class()
663 TC_H_MIN(tc + TC_H_MIN_PRIORITY)); in mqprio_dump_class_stats()
680 if (cl >= TC_H_MIN_PRIORITY) { in mqprio_dump_class_stats()
730 if (!tc_qdisc_stats_dump(sch, ntx + TC_H_MIN_PRIORITY, arg)) in mqprio_walk()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h78 #define TC_H_MIN_PRIORITY 0xFFE0U macro