Home
last modified time | relevance | path

Searched refs:bh_error (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/st/cw1200/
H A Dbh.c72 priv->bh_error = 0; in cw1200_register_bh()
103 if (/* WARN_ON */(priv->bh_error)) in cw1200_irq_handler()
114 if (priv->bh_error) { in cw1200_bh_wakeup()
126 if (priv->bh_error) { in cw1200_bh_suspend()
133 return wait_event_timeout(priv->bh_evt_wq, priv->bh_error || in cw1200_bh_suspend()
141 if (priv->bh_error) { in cw1200_bh_resume()
148 return wait_event_timeout(priv->bh_evt_wq, priv->bh_error || in cw1200_bh_resume()
454 (rx || tx || term || suspend || priv->bh_error); in cw1200_bh()
458 rx, tx, term, suspend, priv->bh_error, status); in cw1200_bh()
462 term || priv->bh_error) { in cw1200_bh()
[all …]
H A Ddebug.c237 if (priv->bh_error) in cw1200_status_show()
239 priv->bh_error); in cw1200_status_show()
H A Dwsm.c1080 if (priv->bh_error) { in wsm_cmd_send()
1132 if (priv->bh_error) { in wsm_cmd_send()
1193 if (priv->bh_error) { in wsm_flush_tx()
1212 priv->bh_error = 1; in wsm_flush_tx()
1230 if (!priv->bh_error) in wsm_unlock_tx()
H A Dcw1200.h193 int bh_error; member
H A Dtxrx.c722 if (priv->bh_error) in cw1200_tx()