Lines Matching refs:service_curve
89 struct service_curve *, struct service_curve *, struct service_curve *,
133 static void sc2isc(struct service_curve *, struct internal_sc *);
149 static int hfsc_class_modify(struct hfsc_class *, struct service_curve *,
150 struct service_curve *, struct service_curve *);
246 struct service_curve rtsc, lssc, ulsc;
384 hfsc_class_create(struct hfsc_if *hif, struct service_curve *rsc,
385 struct service_curve *fsc, struct service_curve *usc,
1478 sc2isc(struct service_curve *sc, struct internal_sc *isc)
1761 hfsc_class_modify(struct hfsc_class *cl, struct service_curve *rsc,
1762 struct service_curve *fsc, struct service_curve *usc)
2066 if ((cl = hfsc_class_create(hif, &ap->service_curve, NULL, NULL,
2096 struct service_curve *rsc = NULL;
2097 struct service_curve *fsc = NULL;
2098 struct service_curve *usc = NULL;
2107 rsc = &ap->service_curve;
2109 fsc = &ap->service_curve;
2111 usc = &ap->service_curve;