Searched refs:Q_RIO (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq.h82 Q_RIO, enumerator in enum:classq_type
132 #define q_is_rio(q) (qtype(q) == Q_RIO) /* Is the queue a RIO queue */
135 #define q_is_red_or_rio(q) (qtype(q) == Q_RED || qtype(q) == Q_RIO)
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_fairq.c417 if (cl->cl_qtype == Q_RIO)
515 cl->cl_qtype = Q_RIO;
560 if (cl->cl_qtype == Q_RIO)
621 if (cl->cl_qtype == Q_RIO)
860 if (cl->cl_qtype == Q_RIO)
924 else if (cl->cl_qtype == Q_RIO)
1103 if (cl->cl_qtype == Q_RIO)
1163 if (cl->cl_qtype == Q_RIO)
1212 if (cl->cl_qtype == Q_RIO)
H A Dpktsched_priq.c459 qtype(&cl->cl_q) = Q_RIO;
H A Dpktsched_rmclass.c382 qtype(&cl->q_) = Q_RIO;
H A Dpktsched_tcq.c431 qtype(&cl->cl_q) = Q_RIO;
H A Dpktsched_hfsc.c504 qtype(&cl->cl_q) = Q_RIO;
H A Dpktsched_qfq.c615 qtype(&cl->cl_q) = Q_RIO;

Completed in 104 milliseconds