Searched refs:qfq_class (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | sch_qfq.c | 130 struct qfq_class { struct 205 static struct qfq_class *qfq_find_class(struct Qdisc *sch, u32 classid) in qfq_find_class() 213 return container_of(clc, struct qfq_class, common); in qfq_find_class() 317 struct qfq_class *cl) in qfq_add_to_agg() 324 if (list_first_entry(&agg->active, struct qfq_class, alist) == in qfq_add_to_agg() 345 static void qfq_deactivate_class(struct qfq_sched *q, struct qfq_class *cl) in qfq_deactivate_class() 356 static void qfq_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_rm_from_agg() 369 static void qfq_deact_rm_from_agg(struct qfq_sched *q, struct qfq_class *cl) in qfq_deact_rm_from_agg() 378 static int qfq_change_agg(struct Qdisc *sch, struct qfq_class *cl, u32 weight, in qfq_change_agg() 406 struct qfq_class *cl = (struct qfq_class *)*arg; in qfq_change_class() [all …]
|