Home
last modified time | relevance | path

Searched refs:Q_RIO (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/altq/
Daltq_classq.h51 #define Q_RIO 0x02 macro
78 #define q_is_rio(q) ((q)->qtype_ == Q_RIO) /* Is the queue a rio queue */
79 #define q_is_red_or_rio(q) ((q)->qtype_ == Q_RED || (q)->qtype_ == Q_RIO)
Daltq_rio.c564 qtype(rqp->rq_q) = Q_RIO; in rioioctl()
Daltq_priq.c362 qtype(cl->cl_q) = Q_RIO; in priq_class_create()
Daltq_rmclass.c305 qtype(cl->q_) = Q_RIO; in rmc_newclass()
Daltq_hfsc.c459 qtype(cl->cl_q) = Q_RIO; in hfsc_class_create()
/netbsd/src/usr.sbin/altq/altqstat/
Dqdisc_priq.c108 else if (sp->qtype == Q_RIO) in priq_stat_loop()
Dqdisc_cbq.c131 else if (sp->qtype == Q_RIO) in cbq_stat_loop()
Dqdisc_hfsc.c150 else if (sp->qtype == Q_RIO) in hfsc_stat_loop()