Searched refs:qfq_if (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_qfq.h188 * struct qfq_if. We rely on ER, IR, EB, IB being numbered 0..3
211 struct qfq_if *cl_qif; /* back pointer to qif */
251 /* qfq_if flags */
257 struct qfq_if { struct
283 extern struct qfq_if *qfq_alloc(struct ifnet *, int, boolean_t);
284 extern int qfq_destroy(struct qfq_if *);
285 extern void qfq_purge(struct qfq_if *);
286 extern void qfq_event(struct qfq_if *, cqev_t);
287 extern int qfq_add_queue(struct qfq_if *, u_int32_t, u_int32_t, u_int32_t,
289 extern int qfq_remove_queue(struct qfq_if *, u_int32_
[all...]
H A Dpktsched_qfq.c87 static int qfq_clear_interface(struct qfq_if *);
88 static struct qfq_class *qfq_class_create(struct qfq_if *, u_int32_t,
90 static int qfq_class_destroy(struct qfq_if *, struct qfq_class *);
91 static int qfq_destroy_locked(struct qfq_if *);
95 static void qfq_purgeq(struct qfq_if *, struct qfq_class *, u_int32_t,
97 static void qfq_purge_sc(struct qfq_if *, cqrq_purge_sc_t *);
98 static void qfq_updateq(struct qfq_if *, struct qfq_class *, cqev_t);
99 static int qfq_throttle(struct qfq_if *, cqrq_throttle_t *);
100 static int qfq_resumeq(struct qfq_if *, struct qfq_class *);
101 static int qfq_suspendq(struct qfq_if *, struc
[all...]
/darwin-on-arm/xnu/bsd/net/altq/
H A Daltq_qfq.c79 struct qfq_if *qif;
102 struct qfq_if *qif;
116 struct qfq_if *qif;
135 struct qfq_if *qif;
154 struct qfq_if *qif;
185 struct qfq_if *qif = (struct qfq_if *)altq->altq_disc;

Completed in 65 milliseconds