Home
last modified time | relevance | path

Searched refs:bh_rx (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/cw1200/
Dbh.c73 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()
Dpm.c154 if (atomic_read(&priv->bh_rx)) { in cw1200_can_suspend()
276 if (atomic_read(&priv->bh_rx)) { in cw1200_wow_suspend()
Dcw1200.h188 atomic_t bh_rx; member
Ddebug.c237 atomic_read(&priv->bh_rx)); in cw1200_status_show()