TC_H_MIN_PRIORITY 619 include/net/sch_generic.h u32 hwtc = TC_H_MIN(classid) - TC_H_MIN_PRIORITY; TC_H_MIN_PRIORITY 157 net/sched/sch_mqprio.c if (dev->num_tx_queues >= TC_H_MIN_PRIORITY) TC_H_MIN_PRIORITY 478 net/sched/sch_mqprio.c if (ntx < TC_H_MIN_PRIORITY) TC_H_MIN_PRIORITY 485 net/sched/sch_mqprio.c return ((ntx - TC_H_MIN_PRIORITY) < netdev_get_num_tc(dev)) ? ntx : 0; TC_H_MIN_PRIORITY 491 net/sched/sch_mqprio.c if (cl < TC_H_MIN_PRIORITY) { TC_H_MIN_PRIORITY 498 net/sched/sch_mqprio.c TC_H_MIN(tc + TC_H_MIN_PRIORITY)); TC_H_MIN_PRIORITY 513 net/sched/sch_mqprio.c if (cl >= TC_H_MIN_PRIORITY) { TC_H_MIN_PRIORITY 580 net/sched/sch_mqprio.c if (arg->fn(sch, ntx + TC_H_MIN_PRIORITY, arg) < 0) {