Symbol: TC_H_MIN
drivers/net/dsa/microchip/ksz9477_tc_flower.c
170
if (TC_H_MIN(cls->classid)) {
drivers/net/ethernet/airoha/airoha_eth.c
2546
channel = TC_H_MIN(opt->parent) % AIROHA_NUM_QOS_CHANNELS;
drivers/net/ethernet/airoha/airoha_eth.c
2810
u32 channel = TC_H_MIN(opt->classid) % AIROHA_NUM_QOS_CHANNELS;
drivers/net/ethernet/airoha/airoha_eth.c
2830
u32 channel = TC_H_MIN(opt->classid) % AIROHA_NUM_QOS_CHANNELS;
drivers/net/ethernet/airoha/airoha_eth.c
3064
u32 channel = TC_H_MIN(opt->classid) % AIROHA_NUM_QOS_CHANNELS;
drivers/net/ethernet/airoha/airoha_eth.c
3091
u32 channel = TC_H_MIN(opt->classid) % AIROHA_NUM_QOS_CHANNELS;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
2260
classid = TC_H_MIN(skb->priority);
drivers/net/ethernet/mellanox/mlx5/core/en/selq.c
183
classid = TC_H_MIN(skb->priority);
drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c
1205
band = TC_H_MIN(p->parent) - 1;
drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c
1493
int child_index = TC_H_MIN(parent);
drivers/net/ethernet/microchip/lan966x/lan966x_tbf.c
15
queue = TC_H_MIN(qopt->parent) - 1;
drivers/net/ethernet/microchip/lan966x/lan966x_tbf.c
64
queue = TC_H_MIN(qopt->parent) - 1;
drivers/net/ethernet/microchip/sparx5/sparx5_tc.c
70
u32 queue = TC_H_MIN(parent) - 1;
include/net/sch_generic.h
709
u32 hwtc = TC_H_MIN(classid) - TC_H_MIN_PRIORITY;
include/trace/events/qdisc.h
149
__get_str(kind), TC_H_MAJ(__entry->parent) >> 16, TC_H_MIN(__entry->parent),
include/trace/events/qdisc.h
150
TC_H_MAJ(__entry->handle) >> 16, TC_H_MIN(__entry->handle))
include/trace/events/qdisc.h
174
__get_str(kind), TC_H_MAJ(__entry->parent) >> 16, TC_H_MIN(__entry->parent),
include/trace/events/qdisc.h
175
TC_H_MAJ(__entry->handle) >> 16, TC_H_MIN(__entry->handle))
include/trace/events/qdisc.h
198
TC_H_MAJ(__entry->parent) >> 16, TC_H_MIN(__entry->parent))
net/core/dev.c
4424
skb->tc_index = TC_H_MIN(res.classid);
net/sched/cls_api.c
1262
if (TC_H_MIN(parent)) {
net/sched/cls_api.c
2228
return (TC_H_MIN(classid) == TC_H_MIN(TC_H_MIN_INGRESS));
net/sched/cls_api.c
2269
protocol = TC_H_MIN(t->tcm_info);
net/sched/cls_api.c
2499
protocol = TC_H_MIN(t->tcm_info);
net/sched/cls_api.c
2658
protocol = TC_H_MIN(t->tcm_info);
net/sched/cls_api.c
2798
if (TC_H_MIN(tcm->tcm_info) &&
net/sched/cls_api.c
2799
TC_H_MIN(tcm->tcm_info) != tp->protocol)
net/sched/cls_api.c
2905
if (TC_H_MIN(tcm->tcm_parent)) {
net/sched/cls_api.c
3290
if (TC_H_MIN(tcm->tcm_parent)) {
net/sched/cls_flow.c
422
if (TC_H_MIN(baseclass) == 0)
net/sched/cls_flow.c
523
if (TC_H_MIN(baseclass) == 0)
net/sched/sch_api.c
1645
if (TC_H_MIN(tcm->tcm_handle)) {
net/sched/sch_cake.c
1700
TC_H_MIN(skb->priority) > 0 &&
net/sched/sch_cake.c
1701
TC_H_MIN(skb->priority) <= qd->tin_cnt)
net/sched/sch_cake.c
1702
tin = qd->tin_order[TC_H_MIN(skb->priority) - 1];
net/sched/sch_cake.c
1744
if (TC_H_MIN(res.classid) <= CAKE_QUEUES)
net/sched/sch_cake.c
1745
flow = TC_H_MIN(res.classid);
net/sched/sch_cake.c
3126
tcm->tcm_handle |= TC_H_MIN(cl);
net/sched/sch_cbs.c
500
tcm->tcm_handle |= TC_H_MIN(1);
net/sched/sch_dualpi2.c
358
TC_H_MIN(skb->priority) < __DUALPI2_C_MAX) {
net/sched/sch_dualpi2.c
359
cb->classified = TC_H_MIN(skb->priority);
net/sched/sch_dualpi2.c
379
cb->classified = TC_H_MIN(res.classid) < __DUALPI2_C_MAX ?
net/sched/sch_dualpi2.c
380
TC_H_MIN(res.classid) : DUALPI2_C_CLASSIC;
net/sched/sch_ets.c
285
unsigned long band = TC_H_MIN(classid);
net/sched/sch_ets.c
413
band = TC_H_MIN(band) - 1;
net/sched/sch_fq_codel.c
107
if (TC_H_MIN(res.classid) <= q->flows_cnt)
net/sched/sch_fq_codel.c
108
return TC_H_MIN(res.classid);
net/sched/sch_fq_codel.c
680
tcm->tcm_handle |= TC_H_MIN(cl);
net/sched/sch_fq_codel.c
85
TC_H_MIN(skb->priority) > 0 &&
net/sched/sch_fq_codel.c
86
TC_H_MIN(skb->priority) <= q->flows_cnt)
net/sched/sch_fq_codel.c
87
return TC_H_MIN(skb->priority);
net/sched/sch_fq_pie.c
112
if (TC_H_MIN(res.classid) <= q->flows_cnt)
net/sched/sch_fq_pie.c
113
return TC_H_MIN(res.classid);
net/sched/sch_fq_pie.c
90
TC_H_MIN(skb->priority) > 0 &&
net/sched/sch_fq_pie.c
91
TC_H_MIN(skb->priority) <= q->flows_cnt)
net/sched/sch_fq_pie.c
92
return TC_H_MIN(skb->priority);
net/sched/sch_htb.c
1141
.classid = TC_H_MIN(q->defcls),
net/sched/sch_htb.c
1379
.classid = TC_H_MIN(tcm->tcm_parent),
net/sched/sch_htb.c
1596
if (!err && offload_opt.classid != TC_H_MIN(cl->common.classid)) {
net/sched/sch_htb.c
1598
TC_H_MIN(offload_opt.classid);
net/sched/sch_htb.c
1898
TC_H_MIN(parent->common.classid) :
net/sched/sch_htb.c
1921
TC_H_MIN(parent->common.classid),
net/sched/sch_ingress.c
185
switch (TC_H_MIN(classid)) {
net/sched/sch_ingress.c
186
case TC_H_MIN(TC_H_MIN_INGRESS):
net/sched/sch_ingress.c
187
case TC_H_MIN(TC_H_MIN_EGRESS):
net/sched/sch_ingress.c
188
return TC_H_MIN(classid);
net/sched/sch_ingress.c
206
case TC_H_MIN(TC_H_MIN_INGRESS):
net/sched/sch_ingress.c
208
case TC_H_MIN(TC_H_MIN_EGRESS):
net/sched/sch_ingress.c
31
return TC_H_MIN(classid) + 1;
net/sched/sch_mq.c
205
return mq_queue_get(sch, TC_H_MIN(tcm->tcm_parent));
net/sched/sch_mq.c
245
unsigned int ntx = TC_H_MIN(classid);
net/sched/sch_mq.c
259
tcm->tcm_handle |= TC_H_MIN(cl);
net/sched/sch_mq.c
94
TC_H_MIN(ntx + 1)),
net/sched/sch_mqprio.c
400
TC_H_MIN(i + 1)), extack);
net/sched/sch_mqprio.c
637
unsigned int ntx = TC_H_MIN(classid);
net/sched/sch_mqprio.c
663
TC_H_MIN(tc + TC_H_MIN_PRIORITY));
net/sched/sch_mqprio.c
669
tcm->tcm_handle |= TC_H_MIN(cl);
net/sched/sch_mqprio.c
753
return mqprio_queue_get(sch, TC_H_MIN(tcm->tcm_parent));
net/sched/sch_multiq.c
305
unsigned long band = TC_H_MIN(classid);
net/sched/sch_multiq.c
328
tcm->tcm_handle |= TC_H_MIN(cl);
net/sched/sch_netem.c
1360
tcm->tcm_handle |= TC_H_MIN(1);
net/sched/sch_prio.c
328
unsigned long band = TC_H_MIN(classid);
net/sched/sch_prio.c
350
tcm->tcm_handle |= TC_H_MIN(cl);
net/sched/sch_prio.c
61
band = TC_H_MIN(band) - 1;
net/sched/sch_red.c
489
tcm->tcm_handle |= TC_H_MIN(1);
net/sched/sch_sfb.c
276
*salt = TC_H_MIN(res.classid);
net/sched/sch_sfq.c
165
TC_H_MIN(skb->priority) > 0 &&
net/sched/sch_sfq.c
166
TC_H_MIN(skb->priority) <= q->divisor)
net/sched/sch_sfq.c
167
return TC_H_MIN(skb->priority);
net/sched/sch_sfq.c
187
if (TC_H_MIN(res.classid) <= q->divisor)
net/sched/sch_sfq.c
188
return TC_H_MIN(res.classid);
net/sched/sch_sfq.c
903
tcm->tcm_handle |= TC_H_MIN(cl);
net/sched/sch_skbprio.c
245
tcm->tcm_handle |= TC_H_MIN(cl);
net/sched/sch_taprio.c
2112
TC_H_MIN(i + 1)),
net/sched/sch_taprio.c
2471
unsigned int ntx = TC_H_MIN(classid);
net/sched/sch_taprio.c
2484
tcm->tcm_handle |= TC_H_MIN(cl);
net/sched/sch_taprio.c
2528
return taprio_queue_get(sch, TC_H_MIN(tcm->tcm_parent));
net/sched/sch_tbf.c
562
tcm->tcm_handle |= TC_H_MIN(1);
tools/net/ynl/tests/tc.c
151
ntohs(TC_H_MIN(f->_hdr.tcm_info)));