Searched refs:bh_rx (Results 1 – 4 of 4) sorted by relevance
70 atomic_set(&priv->bh_rx, 0); in cw1200_register_bh()110 if (atomic_add_return(1, &priv->bh_rx) == 1) in cw1200_irq_handler()450 (atomic_read(&priv->bh_rx) == 0) && in cw1200_bh()457 rx = atomic_xchg(&priv->bh_rx, 0); in cw1200_bh()540 atomic_add(1, &priv->bh_rx); in cw1200_bh()
149 if (atomic_read(&priv->bh_rx)) { in cw1200_can_suspend()271 if (atomic_read(&priv->bh_rx)) { in cw1200_wow_suspend()
185 atomic_t bh_rx; member
234 atomic_read(&priv->bh_rx)); in cw1200_status_show()