Searched refs:cqdq_op_t (Results 1 - 20 of 20) sorted by relevance

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_cbq.h194 extern struct mbuf *cbq_dequeue(cbq_state_t *, cqdq_op_t);
H A Dpktsched_priq.h180 extern struct mbuf *priq_dequeue(struct priq_if *, cqdq_op_t);
H A Dpktsched_tcq.h152 cqdq_op_t);
H A Dpktsched_fairq.h221 extern struct mbuf *fairq_dequeue(struct fairq_if *, cqdq_op_t);
H A Dpktsched_qfq.h294 extern struct mbuf *qfq_dequeue(struct qfq_if *, cqdq_op_t);
H A Dpktsched_rmclass.h303 extern struct mbuf *rmc_dequeue_next(struct rm_ifdat *, cqdq_op_t);
H A Dpktsched_hfsc.h344 extern struct mbuf *hfsc_dequeue(struct hfsc_if *, cqdq_op_t);
H A Dpktsched_rmclass.c112 static struct mbuf *_rmc_wrr_dequeue_next(struct rm_ifdat *, cqdq_op_t);
113 static struct mbuf *_rmc_prr_dequeue_next(struct rm_ifdat *, cqdq_op_t);
1028 _rmc_wrr_dequeue_next(struct rm_ifdat *ifd, cqdq_op_t op)
1183 _rmc_prr_dequeue_next(struct rm_ifdat *ifd, cqdq_op_t op)
1298 rmc_dequeue_next(struct rm_ifdat *ifd, cqdq_op_t mode)
H A Dpktsched_tcq.c55 mbuf_svc_class_t, cqdq_op_t);
74 mbuf_svc_class_t, cqdq_op_t);
588 tcq_dequeue_tc(struct tcq_if *tif, mbuf_svc_class_t sc, cqdq_op_t op)
595 mbuf_svc_class_t sc, cqdq_op_t op)
920 cqdq_op_t op)
H A Dpktsched_cbq.c86 static struct mbuf *cbq_dequeue_ifclassq(struct ifclassq *, cqdq_op_t);
574 cbq_dequeue(cbq_state_t *cbqp, cqdq_op_t op)
H A Dpktsched_priq.c85 static struct mbuf *priq_dequeue_ifclassq(struct ifclassq *, cqdq_op_t);
627 priq_dequeue(struct priq_if *pif, cqdq_op_t op)
963 priq_dequeue_ifclassq(struct ifclassq *ifq, cqdq_op_t op)
H A Dpktsched_fairq.c144 static struct mbuf *fairq_dequeue_ifclassq(struct ifclassq *, cqdq_op_t);
720 fairq_dequeue(struct fairq_if *fif, cqdq_op_t op)
H A Dpktsched_qfq.c85 static struct mbuf *qfq_dequeue_ifclassq(struct ifclassq *, cqdq_op_t);
928 qfq_dequeue(struct qfq_if *qif, cqdq_op_t op)
1723 qfq_dequeue_ifclassq(struct ifclassq *ifq, cqdq_op_t op)
H A Dpktsched_hfsc.c97 static struct mbuf *hfsc_dequeue_ifclassq(struct ifclassq *, cqdq_op_t);
823 hfsc_dequeue(struct hfsc_if *hif, cqdq_op_t op)
/darwin-on-arm/xnu/bsd/net/altq/
H A Daltq_fairq.c298 return (fairq_dequeue(altq->altq_disc, (cqdq_op_t)op));
H A Daltq_priq.c264 return (priq_dequeue(altq->altq_disc, (cqdq_op_t)op));
H A Daltq_qfq.c234 return (qfq_dequeue(altq->altq_disc, (cqdq_op_t)op));
H A Daltq_cbq.c266 return (cbq_dequeue(altq->altq_disc, (cqdq_op_t)op));
H A Daltq_hfsc.c284 return (hfsc_dequeue(altq->altq_disc, (cqdq_op_t)op));
/darwin-on-arm/xnu/bsd/net/classq/
H A Dif_classq.h41 } cqdq_op_t; typedef in typeref:enum:cqdq_op

Completed in 115 milliseconds