Lines Matching refs:usc
898 hfsc_change_usc(struct hfsc_class *cl, struct tc_service_curve *usc,
901 sc2isc(usc, &cl->cl_usc);
930 struct tc_service_curve *rsc = NULL, *fsc = NULL, *usc = NULL;
955 usc = nla_data(tb[TCA_HFSC_USC]);
956 if (usc->m1 == 0 && usc->m2 == 0)
957 usc = NULL;
989 if (usc != NULL)
990 hfsc_change_usc(cl, usc, cur_time);
1058 if (usc != NULL)
1059 hfsc_change_usc(cl, usc, 0);