Lines Matching refs:bh_error
71 priv->bh_error = 0; in cw1200_register_bh()
104 if (/* WARN_ON */(priv->bh_error)) in cw1200_irq_handler()
115 if (priv->bh_error) { in cw1200_bh_wakeup()
127 if (priv->bh_error) { in cw1200_bh_suspend()
134 return wait_event_timeout(priv->bh_evt_wq, priv->bh_error || in cw1200_bh_suspend()
142 if (priv->bh_error) { in cw1200_bh_resume()
149 return wait_event_timeout(priv->bh_evt_wq, priv->bh_error || in cw1200_bh_resume()
459 (rx || tx || term || suspend || priv->bh_error); in cw1200_bh()
463 rx, tx, term, suspend, priv->bh_error, status); in cw1200_bh()
467 term || priv->bh_error) { in cw1200_bh()
588 if (priv->bh_error) in cw1200_bh()
609 priv->bh_error = 1; in cw1200_bh()