Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/st/cw1200/
H A Dbh.c67 atomic_set(&priv->bh_rx, 0); in cw1200_register_bh()
105 if (atomic_inc_return(&priv->bh_rx) == 1) in cw1200_irq_handler()
439 (atomic_read(&priv->bh_rx) == 0) && in cw1200_bh()
446 rx = atomic_xchg(&priv->bh_rx, 0); in cw1200_bh()
529 atomic_inc(&priv->bh_rx); in cw1200_bh()
H A Dpm.c149 if (atomic_read(&priv->bh_rx)) { in cw1200_can_suspend()
271 if (atomic_read(&priv->bh_rx)) { in cw1200_wow_suspend()
H A Dcw1200.h185 atomic_t bh_rx; member
H A Ddebug.c234 atomic_read(&priv->bh_rx)); in cw1200_status_show()