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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_tcq.h130 u_int32_t tif_throttle; /* throttling level */ member in struct:tcq_if
H A Dpktsched_tcq.c671 } else if (tif->tif_throttle != IFNET_THROTTLE_OFF) {
673 cqrq_throttle_t tr = { 1, tif->tif_throttle };
1102 tr->level = tif->tif_throttle;
1106 if (tr->level == tif->tif_throttle)
1130 (err == 0) ? "" : "lazy ", tif->tif_throttle,
1133 tif->tif_throttle = tr->level;
1141 tcq_style(tif), tif->tif_throttle, tr->level, err);

Completed in 20 milliseconds