Home | History | Annotate | Download | only in altq

Lines Matching refs:qo_

715 	ifd->qo_ = 0;
1271 if ((cl = ifd->class_[ifd->qo_]) == NULL)
1275 qo_];
1276 borrowed = ifd->borrowed_[ifd->qo_];
1289 * as a result, ifd->qi_ and ifd->qo_ are always synced.
1291 nowp = &ifd->now_[ifd->qo_];
1294 pkt_time = (int64_t)ifd->curlen_[ifd->qo_] * (int64_t)ifd->ps_per_byte_;
1297 pkt_time = ifd->curlen_[ifd->qo_] * ifd->ns_per_byte_ / 1000;
1396 cl = ifd->class_[ifd->qo_];
1423 ifd->borrowed_[ifd->qo_] = NULL;
1424 ifd->class_[ifd->qo_] = NULL;
1425 ifd->qo_ = (ifd->qo_ + 1) % ifd->maxqueued_;