Home
last modified time | relevance | path

Searched refs:ERRLOG_STATE_OFF (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/isdn/hysdn/
Dboardergo.c144 card->err_log_state = ERRLOG_STATE_OFF; /* currently no log active */ in ergo_stopcard()
158 card->err_log_state = ERRLOG_STATE_OFF; /* must be off */ in ergo_set_errlog_state()
163 if (((card->err_log_state == ERRLOG_STATE_OFF) && !on) || in ergo_set_errlog_state()
Dhysdn_defs.h129 #define ERRLOG_STATE_OFF 0 /* error log is switched off, nothing to do */ macro
Dhysdn_sched.c108 card->err_log_state = ERRLOG_STATE_OFF; /* new state is off */ in hysdn_sched_tx()