Lines Matching refs:cl
120 static struct netdev_queue *mq_queue_get(struct Qdisc *sch, unsigned long cl) in mq_queue_get() argument
123 unsigned long ntx = cl - 1; in mq_queue_get()
144 static int mq_graft(struct Qdisc *sch, unsigned long cl, struct Qdisc *new, in mq_graft() argument
147 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_graft()
161 static struct Qdisc *mq_leaf(struct Qdisc *sch, unsigned long cl) in mq_leaf() argument
163 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_leaf()
177 static int mq_dump_class(struct Qdisc *sch, unsigned long cl, in mq_dump_class() argument
180 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_dump_class()
183 tcm->tcm_handle |= TC_H_MIN(cl); in mq_dump_class()
188 static int mq_dump_class_stats(struct Qdisc *sch, unsigned long cl, in mq_dump_class_stats() argument
191 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_dump_class_stats()