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

/linux-master/net/sched/
H A Dsch_mqprio.c369 if (dev->num_tx_queues >= TC_H_MIN_PRIORITY)
633 if (ntx < TC_H_MIN_PRIORITY)
637 * are represented by classid values of TC_H_MIN_PRIORITY through
638 * TC_H_MIN_PRIORITY + netdev_get_num_tc - 1
640 return ((ntx - TC_H_MIN_PRIORITY) < netdev_get_num_tc(dev)) ? ntx : 0;
646 if (cl < TC_H_MIN_PRIORITY) {
653 TC_H_MIN(tc + TC_H_MIN_PRIORITY));
668 if (cl >= TC_H_MIN_PRIORITY) {
730 if (!tc_qdisc_stats_dump(sch, ntx + TC_H_MIN_PRIORITY, arg))
/linux-master/include/uapi/linux/
H A Dpkt_sched.h79 #define TC_H_MIN_PRIORITY 0xFFE0U macro
/linux-master/tools/include/uapi/linux/
H A Dpkt_sched.h78 #define TC_H_MIN_PRIORITY 0xFFE0U macro
/linux-master/include/net/
H A Dsch_generic.h667 u32 hwtc = TC_H_MIN(classid) - TC_H_MIN_PRIORITY;

Completed in 109 milliseconds