max_err           129 drivers/net/wimax/i2400m/i2400m-usb.h static inline int edc_inc(struct edc *edc, u16 max_err, u16 timeframe)
max_err           137 drivers/net/wimax/i2400m/i2400m-usb.h 	} else if (++edc->errorcount > max_err) {
max_err           701 drivers/staging/uwb/uwb.h static inline int edc_inc(struct edc *err_hist, u16 max_err, u16 timeframe)
max_err           709 drivers/staging/uwb/uwb.h 	} else if (++err_hist->errorcount > max_err) {