• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /xnu-2422.115.4/bsd/net/pktsched/

Lines Matching refs:tcq_class

58 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 *,
76 static inline struct tcq_class *tcq_clh_to_clp(struct tcq_if *, u_int32_t);
89 static struct zone *tcq_cl_zone; /* zone for tcq_class */
104 tcq_cl_size = sizeof (struct tcq_class);
175 struct tcq_class *cl;
192 struct tcq_class *cl;
247 struct tcq_class *cl;
259 int flags, u_int32_t qid, struct tcq_class **clp)
261 struct tcq_class *cl;
283 static struct tcq_class *
289 struct tcq_class *cl;
464 struct tcq_class *cl;
475 tcq_class_destroy(struct tcq_if *tif, struct tcq_class *cl)
530 tcq_enqueue(struct tcq_if *tif, struct tcq_class *cl, struct mbuf *m,
599 tcq_dequeue_cl(struct tcq_if *tif, struct tcq_class *cl,
633 tcq_addq(struct tcq_class *cl, struct mbuf *m, struct pf_mtag *t)
708 tcq_getq(struct tcq_class *cl)
734 tcq_pollq(struct tcq_class *cl)
742 tcq_purgeq(struct tcq_if *tif, struct tcq_class *cl, u_int32_t flow,
801 tcq_updateq(struct tcq_if *tif, struct tcq_class *cl, cqev_t ev)
831 struct tcq_class *cl;
870 struct tcq_class *cl;
888 static inline struct tcq_class *
891 struct tcq_class *cl;
994 struct tcq_class *cl0, *cl1, *cl2, *cl3;
1127 struct tcq_class *cl;
1180 tcq_resumeq(struct tcq_if *tif, struct tcq_class *cl)
1212 tcq_suspendq(struct tcq_if *tif, struct tcq_class *cl)