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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_priq.h158 u_int32_t pif_throttle; /* throttling level */ member in struct:priq_if
H A Dpktsched_priq.c710 } else if (pif->pif_throttle != IFNET_THROTTLE_OFF) {
712 cqrq_throttle_t tr = { 1, pif->pif_throttle };
1161 tr->level = pif->pif_throttle;
1165 if (tr->level == pif->pif_throttle)
1189 (err == 0) ? "" : "lazy ", pif->pif_throttle,
1192 pif->pif_throttle = tr->level;
1200 priq_style(pif), pif->pif_throttle, tr->level, err);

Completed in 21 milliseconds