Searched refs:qif_maxslots (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_qfq.h263 u_int8_t qif_maxslots; /* max # of slots */ member in struct:qfq_if
H A Dpktsched_qfq.c193 qif->qif_maxslots = QFQ_MAX_SLOTS;
203 * qif->qif_maxslots = IFCQ_SC_MAX;
205 qif->qif_maxslots = QFQ_MAX_SLOTS;
532 qif->qif_maxslots, M_DEVBUF, M_WAITOK|M_ZERO);
810 u_int32_t i = (grp->qfg_front + slot) % qif->qif_maxslots;
851 grp->qfg_front = (grp->qfg_front + i) % qif->qif_maxslots;
860 * we move the index down (modulo qif->qif_maxslots) so we don't need to
874 grp->qfg_front = (grp->qfg_front - i) % qif->qif_maxslots;
1187 i = (grp->qfg_front + offset) % qif->qif_maxslots;
1655 for (j = 0; j < qif->qif_maxslots;
[all...]

Completed in 43 milliseconds