Lines Matching refs:hfsc_if

103 static void hfsc_purgeq(struct hfsc_if *, struct hfsc_class *, u_int32_t,
105 static void hfsc_print_sc(struct hfsc_if *, u_int32_t, u_int64_t,
107 static void hfsc_updateq_linkrate(struct hfsc_if *, struct hfsc_class *);
108 static void hfsc_updateq(struct hfsc_if *, struct hfsc_class *, cqev_t);
110 static int hfsc_clear_interface(struct hfsc_if *);
111 static struct hfsc_class *hfsc_class_create(struct hfsc_if *,
114 static int hfsc_class_destroy(struct hfsc_if *, struct hfsc_class *);
115 static int hfsc_destroy_locked(struct hfsc_if *);
117 static struct hfsc_class *hfsc_clh_to_clp(struct hfsc_if *, u_int32_t);
118 static const char *hfsc_style(struct hfsc_if *);
159 static struct zone *hfsc_zone; /* zone for hfsc_if */
177 hfsc_size = sizeof (struct hfsc_if);
198 struct hfsc_if *
201 struct hfsc_if *hif;
242 hfsc_destroy(struct hfsc_if *hif)
255 hfsc_destroy_locked(struct hfsc_if *hif)
281 hfsc_clear_interface(struct hfsc_if *hif)
307 hfsc_purge(struct hfsc_if *hif)
329 hfsc_event(struct hfsc_if *hif, cqev_t ev)
340 hfsc_add_queue(struct hfsc_if *hif, struct service_curve *rtsc,
369 hfsc_class_create(struct hfsc_if *hif, struct service_curve *rsc,
644 hfsc_remove_queue(struct hfsc_if *hif, u_int32_t qid)
657 hfsc_class_destroy(struct hfsc_if *hif, struct hfsc_class *cl)
759 hfsc_enqueue(struct hfsc_if *hif, struct hfsc_class *cl, struct mbuf *m,
823 hfsc_dequeue(struct hfsc_if *hif, cqdq_op_t op)
1017 hfsc_purgeq(struct hfsc_if *hif, struct hfsc_class *cl, u_int32_t flow,
1086 hfsc_print_sc(struct hfsc_if *hif, u_int32_t qid, u_int64_t eff_rate,
1101 hfsc_updateq_linkrate(struct hfsc_if *hif, struct hfsc_class *cl)
1142 hfsc_updateq(struct hfsc_if *hif, struct hfsc_class *cl, cqev_t ev)
1454 struct hfsc_if *hif = cl->cl_hif;
1476 struct hfsc_if *hif = cl->cl_hif;
1484 struct hfsc_if *hif = cl->cl_hif;
1729 struct hfsc_if *hif = cl->cl_hif;
1896 hfsc_get_class_stats(struct hfsc_if *hif, u_int32_t qid,
1988 hfsc_clh_to_clp(struct hfsc_if *hif, u_int32_t chandle)
2010 hfsc_style(struct hfsc_if *hif)
2025 struct hfsc_if *hif = ifq->ifcq_disc;
2046 struct hfsc_if *hif = ifq->ifcq_disc;