Lines Matching refs:bh_error
74 priv->bh_error = 0; in cw1200_register_bh()
107 if (/* WARN_ON */(priv->bh_error)) in cw1200_irq_handler()
118 if (priv->bh_error) { in cw1200_bh_wakeup()
130 if (priv->bh_error) { in cw1200_bh_suspend()
137 return wait_event_timeout(priv->bh_evt_wq, priv->bh_error || in cw1200_bh_suspend()
145 if (priv->bh_error) { in cw1200_bh_resume()
152 return wait_event_timeout(priv->bh_evt_wq, priv->bh_error || in cw1200_bh_resume()
462 (rx || tx || term || suspend || priv->bh_error); in cw1200_bh()
466 rx, tx, term, suspend, priv->bh_error, status); in cw1200_bh()
470 term || priv->bh_error) { in cw1200_bh()
591 if (priv->bh_error) in cw1200_bh()
612 priv->bh_error = 1; in cw1200_bh()