Home
last modified time | relevance | path

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

/drivers/isdn/hysdn/
Dhysdn_sched.c45 if (card->err_log_state == ERRLOG_STATE_ON) in hysdn_sched_rx()
46 card->err_log_state = ERRLOG_STATE_START; /* start new fetch */ in hysdn_sched_rx()
95 if ((card->err_log_state == ERRLOG_STATE_START) && in hysdn_sched_tx()
100 card->err_log_state = ERRLOG_STATE_ON; /* new state is on */ in hysdn_sched_tx()
103 if ((card->err_log_state == ERRLOG_STATE_STOP) && in hysdn_sched_tx()
108 card->err_log_state = ERRLOG_STATE_OFF; /* new state is off */ in hysdn_sched_tx()
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()
164 ((card->err_log_state == ERRLOG_STATE_ON) && on)) { in ergo_set_errlog_state()
169 card->err_log_state = ERRLOG_STATE_START; /* request start */ in ergo_set_errlog_state()
171 card->err_log_state = ERRLOG_STATE_STOP; /* request stop */ in ergo_set_errlog_state()
Dhysdn_defs.h162 unsigned char err_log_state;/* actual error log state of the card */ member