Home
last modified time | relevance | path

Searched refs:TC_H_ROOT (Results 1 – 25 of 25) sorted by relevance

/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tbf.c9 bool root = qopt->parent == TC_H_ROOT; in lan966x_tbf_add()
59 bool root = qopt->parent == TC_H_ROOT; in lan966x_tbf_del()
H A Dlan966x_ets.c29 if (qopt->parent != TC_H_ROOT) in lan966x_ets_add()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc.c66 if (parent == TC_H_ROOT) { in sparx5_tc_get_layer_and_idx()
120 if (qopt->parent != TC_H_ROOT) in sparx5_tc_setup_qdisc_ets()
/linux/net/sched/
H A Dsch_mq.c78 if (sch->parent != TC_H_ROOT) in mq_init_common()
245 tcm->tcm_parent = TC_H_ROOT; in mq_dump_class()
H A Dsch_api.c284 if ((q->parent != TC_H_ROOT) && !(q->flags & TCQ_F_INGRESS)) { in qdisc_hash_add()
295 if ((q->parent != TC_H_ROOT) && !(q->flags & TCQ_F_INGRESS)) { in qdisc_hash_del()
766 if (autohandle == TC_H_MAKE(TC_H_ROOT, 0)) in qdisc_alloc_handle()
787 if (parentid == TC_H_ROOT) in qdisc_tree_reduce_backlog()
797 WARN_ON_ONCE(parentid != TC_H_ROOT); in qdisc_tree_reduce_backlog()
1481 if (clid != TC_H_ROOT) { in __tc_get_qdisc()
1595 if (clid != TC_H_ROOT) { in __tc_modify_qdisc()
2195 if (portid != TC_H_ROOT) { in __tc_ctl_tclass()
2231 if (portid == TC_H_ROOT) in __tc_ctl_tclass()
2271 if (clid == TC_H_ROOT) { in __tc_ctl_tclass()
H A Dsch_mqprio.c360 if (sch->parent != TC_H_ROOT) in mqprio_init()
653 tcm->tcm_parent = TC_H_ROOT; in mqprio_dump_class()
H A Dsch_hfsc.c959 if (cl->cl_parent == NULL && parentid != TC_H_ROOT) in hfsc_change_class()
1010 if (parentid == TC_H_ROOT) in hfsc_change_class()
1315 TC_H_ROOT; in hfsc_dump_class()
H A Dbpf_qdisc.c243 if (sch->parent != TC_H_ROOT) { in bpf_qdisc_init_prologue()
H A Dsch_teql.c178 if (sch->parent != TC_H_ROOT) { in teql_qdisc_init()
H A Dsch_drr.c247 tcm->tcm_parent = TC_H_ROOT; in drr_dump_class()
H A Dsch_generic.c1172 qdisc = qdisc_create_dflt(dev_queue, ops, TC_H_ROOT, NULL); in attach_one_default_qdisc()
1195 qdisc = qdisc_create_dflt(txq, &mq_qdisc_ops, TC_H_ROOT, NULL); in attach_default_qdiscs()
H A Dsch_htb.c1087 if (sch->parent != TC_H_ROOT) { in htb_init()
1253 tcm->tcm_parent = cl->parent ? cl->parent->common.classid : TC_H_ROOT; in htb_dump_class()
1787 parent = parentid == TC_H_ROOT ? NULL : htb_find(parentid, sch); in htb_change_class()
H A Dsch_ets.c315 tcm->tcm_parent = TC_H_ROOT; in ets_class_dump()
H A Dsch_taprio.c2083 if (sch->parent != TC_H_ROOT) { in taprio_init()
2473 tcm->tcm_parent = TC_H_ROOT; in taprio_dump_class()
H A Dsch_qfq.c634 tcm->tcm_parent = TC_H_ROOT; in qfq_dump_class()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_qdisc.c20 .parent = TC_H_ROOT, in do_test()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h74 #define TC_H_ROOT (0xFFFFFFFFU) macro
/linux/include/uapi/linux/
H A Dpkt_sched.h75 #define TC_H_ROOT (0xFFFFFFFFU) macro
/linux/tools/bpf/bpftool/
H A Dnet.c561 handle = TC_H_ROOT; in show_dev_tc_bpf_classic()
/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dqdisc.c764 TC_H_ROOT, opt->handle, alink->total_queues, in nfp_abm_mq_create()
/linux/tools/lib/bpf/
H A Dnetlink.c548 req->tc.tcm_parent = OPTS_GET(hook, parent, TC_H_ROOT); in qdisc_config()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c166 if (parent == TC_H_ROOT) in mlxsw_sp_qdisc_find()
/linux/drivers/net/ethernet/airoha/
H A Dairoha_eth.c2239 if (opt->parent == TC_H_ROOT) in airoha_tc_setup_qdisc_ets()
/linux/drivers/net/dsa/microchip/
H A Dksz_common.c4488 if (qopt->parent != TC_H_ROOT) { in ksz_tc_setup_qdisc_ets()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c2990 if (p->parent != TC_H_ROOT) in dpaa2_eth_setup_tbf()