Home
last modified time | relevance | path

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

/linux-2.4.37.9/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()
93 if ((card->err_log_state == ERRLOG_STATE_START) && in hysdn_sched_tx()
98 card->err_log_state = ERRLOG_STATE_ON; /* new state is on */ in hysdn_sched_tx()
101 if ((card->err_log_state == ERRLOG_STATE_STOP) && in hysdn_sched_tx()
106 card->err_log_state = ERRLOG_STATE_OFF; /* new state is off */ in hysdn_sched_tx()
Dboardergo.c149 card->err_log_state = ERRLOG_STATE_OFF; /* currently no log active */ in ergo_stopcard()
163 card->err_log_state = ERRLOG_STATE_OFF; /* must be off */ in ergo_set_errlog_state()
169 if (((card->err_log_state == ERRLOG_STATE_OFF) && !on) || in ergo_set_errlog_state()
170 ((card->err_log_state == ERRLOG_STATE_ON) && on)) { in ergo_set_errlog_state()
175 card->err_log_state = ERRLOG_STATE_START; /* request start */ in ergo_set_errlog_state()
177 card->err_log_state = ERRLOG_STATE_STOP; /* request stop */ in ergo_set_errlog_state()
Dhysdn_defs.h171 uchar err_log_state; /* actual error log state of the card */ member