Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_mqprio.c369 if (dev->num_tx_queues >= TC_H_MIN_PRIORITY) in mqprio_init()
633 if (ntx < TC_H_MIN_PRIORITY) in mqprio_find()
640 return ((ntx - TC_H_MIN_PRIORITY) < netdev_get_num_tc(dev)) ? ntx : 0; in mqprio_find()
646 if (cl < TC_H_MIN_PRIORITY) { in mqprio_dump_class()
653 TC_H_MIN(tc + TC_H_MIN_PRIORITY)); in mqprio_dump_class()
668 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()
/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h78 #define TC_H_MIN_PRIORITY 0xFFE0U macro
/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h79 #define TC_H_MIN_PRIORITY 0xFFE0U macro
/openbmc/linux/include/net/
H A Dsch_generic.h669 u32 hwtc = TC_H_MIN(classid) - TC_H_MIN_PRIORITY; in tc_classid_to_hwtc()