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

/freebsd-12-stable/sys/dev/aic/
H A Daicvar.h103 int max_period; member in struct:aic_softc
H A Daic.c201 } else if (ti->goal.period < aic->max_period)
202 ti->goal.period = aic->max_period;
1478 aic->max_period = AIC_FAST_SYNC_PERIOD;
1480 aic->max_period = AIC_SYNC_PERIOD;
1498 ti->user.period = aic->max_period;
/freebsd-12-stable/sys/dev/nsp/
H A Dnsp.c446 u_int max_period; member in struct:ncp_synch_data
497 for (i = 0; sdp->max_period != 0; i ++, sdp ++)
499 if (period >= sdp->min_period && period <= sdp->max_period)
503 if (period != 0 && sdp->max_period == 0)

Completed in 107 milliseconds