Lines Matching refs:bh_error
71 priv->bh_error = 0; in cw1200_register_bh()
102 if (/* WARN_ON */(priv->bh_error)) in cw1200_irq_handler()
113 if (priv->bh_error) { in cw1200_bh_wakeup()
125 if (priv->bh_error) { in cw1200_bh_suspend()
132 return wait_event_timeout(priv->bh_evt_wq, priv->bh_error || in cw1200_bh_suspend()
140 if (priv->bh_error) { in cw1200_bh_resume()
147 return wait_event_timeout(priv->bh_evt_wq, priv->bh_error || in cw1200_bh_resume()
451 (rx || tx || term || suspend || priv->bh_error); in cw1200_bh()
455 rx, tx, term, suspend, priv->bh_error, status); in cw1200_bh()
459 term || priv->bh_error) { in cw1200_bh()
580 if (priv->bh_error) in cw1200_bh()
601 priv->bh_error = 1; in cw1200_bh()