Searched refs:tcq_class (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_tcq.h94 struct tcq_class { struct
131 struct tcq_class *tif_default; /* default class */
132 struct tcq_class *tif_classes[TCQ_MAXPRI]; /* classes */
145 struct tcq_class **);
149 extern int tcq_enqueue(struct tcq_if *, struct tcq_class *, struct mbuf *,
H A Dpktsched_tcq.c58 static struct tcq_class *tcq_class_create(struct tcq_if *, int, u_int32_t,
60 static int tcq_class_destroy(struct tcq_if *, struct tcq_class *);
62 static inline int tcq_addq(struct tcq_class *, struct mbuf *,
64 static inline struct mbuf *tcq_getq(struct tcq_class *);
65 static inline struct mbuf *tcq_pollq(struct tcq_class *);
66 static void tcq_purgeq(struct tcq_if *, struct tcq_class *, u_int32_t,
69 static void tcq_updateq(struct tcq_if *, struct tcq_class *, cqev_t);
71 static int tcq_resumeq(struct tcq_if *, struct tcq_class *);
72 static int tcq_suspendq(struct tcq_if *, struct tcq_class *);
74 static struct mbuf *tcq_dequeue_cl(struct tcq_if *, struct tcq_class *,
[all...]

Completed in 73 milliseconds