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

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

Completed in 123 milliseconds