Lines Matching refs:cl
1854 unsigned long cl) in taprio_queue_get() argument
1857 unsigned long ntx = cl - 1; in taprio_queue_get()
1865 static int taprio_graft(struct Qdisc *sch, unsigned long cl, in taprio_graft() argument
1871 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_graft()
1882 *old = q->qdiscs[cl - 1]; in taprio_graft()
1883 q->qdiscs[cl - 1] = new; in taprio_graft()
2057 static struct Qdisc *taprio_leaf(struct Qdisc *sch, unsigned long cl) in taprio_leaf() argument
2059 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_leaf()
2076 static int taprio_dump_class(struct Qdisc *sch, unsigned long cl, in taprio_dump_class() argument
2079 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_dump_class()
2082 tcm->tcm_handle |= TC_H_MIN(cl); in taprio_dump_class()
2088 static int taprio_dump_class_stats(struct Qdisc *sch, unsigned long cl, in taprio_dump_class_stats() argument
2093 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_dump_class_stats()