Home
last modified time | relevance | path

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

/drivers/net/wireless/cw1200/
Dbh.c77 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()
[all …]
Ddebug.c240 if (priv->bh_error) in cw1200_status_show()
242 priv->bh_error); in cw1200_status_show()
Dcw1200.h196 int bh_error; member
Dwsm.c1085 if (priv->bh_error) { in wsm_cmd_send()
1137 if (priv->bh_error) { in wsm_cmd_send()
1198 if (priv->bh_error) { in wsm_flush_tx()
1217 priv->bh_error = 1; in wsm_flush_tx()
1235 if (!priv->bh_error) in wsm_unlock_tx()
Dtxrx.c725 if (priv->bh_error) in cw1200_tx()