Lines Matching refs:sched_class
48 struct sched_class *e; in t4_sched_class_fw_cmd()
110 static struct sched_class *t4_sched_queue_lookup(struct port_info *pi, in t4_sched_queue_lookup()
115 struct sched_class *e, *end; in t4_sched_queue_lookup()
116 struct sched_class *found = NULL; in t4_sched_queue_lookup()
148 struct sched_class *e; in t4_sched_queue_unbind()
195 struct sched_class *e; in t4_sched_queue_bind()
240 struct sched_class *e, in t4_sched_class_unbind_all()
379 static struct sched_class *t4_sched_class_lookup(struct port_info *pi, in t4_sched_class_lookup()
383 struct sched_class *e, *end; in t4_sched_class_lookup()
384 struct sched_class *found = NULL; in t4_sched_class_lookup()
425 static struct sched_class *t4_sched_class_alloc(struct port_info *pi, in t4_sched_class_alloc()
429 struct sched_class *e; in t4_sched_class_alloc()
489 struct sched_class *cxgb4_sched_class_alloc(struct net_device *dev, in cxgb4_sched_class_alloc()
505 static void t4_sched_class_free(struct port_info *pi, struct sched_class *e) in t4_sched_class_free()
515 s = kvzalloc(sizeof(*s) + sched_size * sizeof(struct sched_class), GFP_KERNEL); in t4_init_sched()
523 memset(&s->tab[i], 0, sizeof(struct sched_class)); in t4_init_sched()
546 struct sched_class *e; in t4_cleanup_sched()