Searched refs:err_log_state (Results 1 - 3 of 3) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hysdn/
H A Dboardergo.c145 card->err_log_state = ERRLOG_STATE_OFF; /* currently no log active */
159 card->err_log_state = ERRLOG_STATE_OFF; /* must be off */
164 if (((card->err_log_state == ERRLOG_STATE_OFF) && !on) ||
165 ((card->err_log_state == ERRLOG_STATE_ON) && on)) {
170 card->err_log_state = ERRLOG_STATE_START; /* request start */
172 card->err_log_state = ERRLOG_STATE_STOP; /* request stop */
H A Dhysdn_defs.h162 unsigned char err_log_state;/* actual error log state of the card */ member in struct:HYSDN_CARD
H A Dhysdn_sched.c45 if (card->err_log_state == ERRLOG_STATE_ON)
46 card->err_log_state = ERRLOG_STATE_START; /* start new fetch */
95 if ((card->err_log_state == ERRLOG_STATE_START) &&
100 card->err_log_state = ERRLOG_STATE_ON; /* new state is on */
103 if ((card->err_log_state == ERRLOG_STATE_STOP) &&
108 card->err_log_state = ERRLOG_STATE_OFF; /* new state is off */

Completed in 59 milliseconds