Searched refs:ongoing_txs (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/mac802154/
H A Dutil.c144 if (atomic_dec_and_test(&hw->phy->ongoing_txs))
157 if (atomic_dec_and_test(&hw->phy->ongoing_txs))
H A Dtx.c47 if (atomic_dec_and_test(&local->phy->ongoing_txs))
80 atomic_inc(&local->phy->ongoing_txs);
104 if (atomic_dec_and_test(&local->phy->ongoing_txs))
117 wait_event(local->phy->sync_txq, !atomic_read(&local->phy->ongoing_txs));
/linux-master/include/net/
H A Dcfg802154.h243 atomic_t ongoing_txs; member in struct:wpan_phy

Completed in 123 milliseconds