Home
last modified time | relevance | path

Searched refs:qi_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/altq/
H A Daltq_rmclass.c712 ifd->qi_ = 0; in rmc_init()
879 ifd->borrowed_[ifd->qi_] = NULL; in rmc_under_limit()
933 ifd->borrowed_[ifd->qi_] = cl; in rmc_under_limit()
984 ifd->borrowed_[ifd->qi_] = NULL; in _rmc_wrr_dequeue_next()
1017 ifd->borrowed_[ifd->qi_] = NULL; in _rmc_wrr_dequeue_next()
1066 ifd->borrowed_[ifd->qi_] = cl->borrow_; in _rmc_wrr_dequeue_next()
1091 ifd->class_[ifd->qi_] = cl; in _rmc_wrr_dequeue_next()
1092 ifd->curlen_[ifd->qi_] = m_pktlen(m); in _rmc_wrr_dequeue_next()
1093 ifd->now_[ifd->qi_] = now; in _rmc_wrr_dequeue_next()
1094 ifd->qi_ = (ifd->qi_ + 1) % ifd->maxqueued_; in _rmc_wrr_dequeue_next()
[all …]
H A Daltq_rmclass.h193 int qi_; /* In/out pointers for downstream */ member