Lines Matching refs:bh_error
77 priv->bh_error = 0; in cw1200_register_bh()
110 if (/* WARN_ON */(priv->bh_error)) in cw1200_irq_handler()
121 if (priv->bh_error) { in cw1200_bh_wakeup()
133 if (priv->bh_error) { in cw1200_bh_suspend()
140 return wait_event_timeout(priv->bh_evt_wq, priv->bh_error || in cw1200_bh_suspend()
148 if (priv->bh_error) { in cw1200_bh_resume()
155 return wait_event_timeout(priv->bh_evt_wq, priv->bh_error || in cw1200_bh_resume()
465 (rx || tx || term || suspend || priv->bh_error); in cw1200_bh()
469 rx, tx, term, suspend, priv->bh_error, status); in cw1200_bh()
473 term || priv->bh_error) { in cw1200_bh()
594 if (priv->bh_error) in cw1200_bh()
615 priv->bh_error = 1; in cw1200_bh()