TC_H_MIN_PRIORITY
u32 hwtc = TC_H_MIN(classid) - TC_H_MIN_PRIORITY;
if (dev->num_tx_queues >= TC_H_MIN_PRIORITY)
if (ntx < TC_H_MIN_PRIORITY)
return ((ntx - TC_H_MIN_PRIORITY) < netdev_get_num_tc(dev)) ? ntx : 0;
if (cl < TC_H_MIN_PRIORITY) {
TC_H_MIN(tc + TC_H_MIN_PRIORITY));
if (cl >= TC_H_MIN_PRIORITY) {
if (!tc_qdisc_stats_dump(sch, ntx + TC_H_MIN_PRIORITY, arg))