Searched refs:max_err (Results 1 – 2 of 2) sorted by relevance
129 static inline int edc_inc(struct edc *edc, u16 max_err, u16 timeframe) in edc_inc() argument137 } else if (++edc->errorcount > max_err) { in edc_inc()
701 static inline int edc_inc(struct edc *err_hist, u16 max_err, u16 timeframe) in edc_inc() argument709 } else if (++err_hist->errorcount > max_err) { in edc_inc()