Searched refs:TC_H_MIN_PRIORITY (Results 1 - 4 of 4) sorted by last modified time

/linux-master/net/sched/
H A Dsch_mqprio.c367 if (dev->num_tx_queues >= TC_H_MIN_PRIORITY)
631 if (ntx < TC_H_MIN_PRIORITY)
635 * are represented by classid values of TC_H_MIN_PRIORITY through
636 * TC_H_MIN_PRIORITY + netdev_get_num_tc - 1
638 return ((ntx - TC_H_MIN_PRIORITY) < netdev_get_num_tc(dev)) ? ntx : 0;
644 if (cl < TC_H_MIN_PRIORITY) {
651 TC_H_MIN(tc + TC_H_MIN_PRIORITY));
666 if (cl >= TC_H_MIN_PRIORITY) {
728 if (!tc_qdisc_stats_dump(sch, ntx + TC_H_MIN_PRIORITY, arg))
/linux-master/include/net/
H A Dsch_generic.h672 u32 hwtc = TC_H_MIN(classid) - TC_H_MIN_PRIORITY;
/linux-master/tools/include/uapi/linux/
H A Dpkt_sched.h78 #define TC_H_MIN_PRIORITY 0xFFE0U macro
/linux-master/include/uapi/linux/
H A Dpkt_sched.h79 #define TC_H_MIN_PRIORITY 0xFFE0U macro

Completed in 164 milliseconds