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

/freebsd-current/sys/dev/mxge/
H A Dif_mxge.c109 static int mxge_throttle = 0; variable
4193 TUNABLE_INT_FETCH("hw.mxge.throttle", &mxge_throttle);
4210 if (mxge_throttle && mxge_throttle > MXGE_MAX_THROTTLE)
4211 mxge_throttle = MXGE_MAX_THROTTLE;
4212 if (mxge_throttle && mxge_throttle < MXGE_MIN_THROTTLE)
4213 mxge_throttle = MXGE_MIN_THROTTLE;
4214 sc->throttle = mxge_throttle;

Completed in 104 milliseconds