Lines Matching refs:cl
1785 unsigned long cl) in taprio_queue_get() argument
1788 unsigned long ntx = cl - 1; in taprio_queue_get()
1796 static int taprio_graft(struct Qdisc *sch, unsigned long cl, in taprio_graft() argument
1802 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_graft()
1813 *old = q->qdiscs[cl - 1]; in taprio_graft()
1814 q->qdiscs[cl - 1] = new; in taprio_graft()
1962 static struct Qdisc *taprio_leaf(struct Qdisc *sch, unsigned long cl) in taprio_leaf() argument
1964 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_leaf()
1981 static int taprio_dump_class(struct Qdisc *sch, unsigned long cl, in taprio_dump_class() argument
1984 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_dump_class()
1987 tcm->tcm_handle |= TC_H_MIN(cl); in taprio_dump_class()
1993 static int taprio_dump_class_stats(struct Qdisc *sch, unsigned long cl, in taprio_dump_class_stats() argument
1998 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_dump_class_stats()