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

/freebsd-10.2-release/sys/dev/aic/
H A Daicvar.h101 int max_period; member in struct:aic_softc
H A Daic.c199 } else if (ti->goal.period < aic->max_period)
200 ti->goal.period = aic->max_period;
1476 aic->max_period = AIC_FAST_SYNC_PERIOD;
1478 aic->max_period = AIC_SYNC_PERIOD;
1496 ti->user.period = aic->max_period;
/freebsd-10.2-release/sys/dev/nsp/
H A Dnsp.c468 u_int max_period; member in struct:ncp_synch_data
521 for (i = 0; sdp->max_period != 0; i ++, sdp ++)
523 if (period >= sdp->min_period && period <= sdp->max_period)
527 if (period != 0 && sdp->max_period == 0)

Completed in 50 milliseconds