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

/linux-master/drivers/net/wireless/st/cw1200/
H A Dbh.c71 priv->bh_error = 0;
102 if (/* WARN_ON */(priv->bh_error))
113 if (priv->bh_error) {
125 if (priv->bh_error) {
132 return wait_event_timeout(priv->bh_evt_wq, priv->bh_error ||
140 if (priv->bh_error) {
147 return wait_event_timeout(priv->bh_evt_wq, priv->bh_error ||
451 (rx || tx || term || suspend || priv->bh_error);
455 rx, tx, term, suspend, priv->bh_error, status);
459 term || priv->bh_error) {
[all...]
H A Ddebug.c237 if (priv->bh_error)
239 priv->bh_error);
H A Dcw1200.h193 int bh_error; member in struct:cw1200_common
H A Dwsm.c1080 if (priv->bh_error) {
1132 if (priv->bh_error) {
1193 if (priv->bh_error) {
1212 priv->bh_error = 1;
1230 if (!priv->bh_error)
H A Dtxrx.c722 if (priv->bh_error)

Completed in 237 milliseconds