Lines Matching refs:cl
124 static struct netdev_queue *mq_queue_get(struct Qdisc *sch, unsigned long cl) in mq_queue_get() argument
127 unsigned long ntx = cl - 1; in mq_queue_get()
148 static int mq_graft(struct Qdisc *sch, unsigned long cl, struct Qdisc *new, in mq_graft() argument
151 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_graft()
165 static struct Qdisc *mq_leaf(struct Qdisc *sch, unsigned long cl) in mq_leaf() argument
167 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_leaf()
181 static void mq_put(struct Qdisc *sch, unsigned long cl) in mq_put() argument
185 static int mq_dump_class(struct Qdisc *sch, unsigned long cl, in mq_dump_class() argument
188 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_dump_class()
191 tcm->tcm_handle |= TC_H_MIN(cl); in mq_dump_class()
196 static int mq_dump_class_stats(struct Qdisc *sch, unsigned long cl, in mq_dump_class_stats() argument
199 struct netdev_queue *dev_queue = mq_queue_get(sch, cl); in mq_dump_class_stats()