Searched refs:err_log_state (Results 1 – 3 of 3) sorted by relevance
45 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()
149 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()
171 uchar err_log_state; /* actual error log state of the card */ member