Searched refs:bh_rx (Results 1 – 4 of 4) sorted by relevance
73 atomic_set(&priv->bh_rx, 0); in cw1200_register_bh()113 if (atomic_add_return(1, &priv->bh_rx) == 1) in cw1200_irq_handler()453 (atomic_read(&priv->bh_rx) == 0) && in cw1200_bh()460 rx = atomic_xchg(&priv->bh_rx, 0); in cw1200_bh()543 atomic_add(1, &priv->bh_rx); in cw1200_bh()
154 if (atomic_read(&priv->bh_rx)) { in cw1200_can_suspend()276 if (atomic_read(&priv->bh_rx)) { in cw1200_wow_suspend()
188 atomic_t bh_rx; member
237 atomic_read(&priv->bh_rx)); in cw1200_status_show()