Searched refs:ongoing_txs (Results 1 – 3 of 3) sorted by relevance
47 if (atomic_dec_and_test(&local->phy->ongoing_txs)) in ieee802154_xmit_sync_worker()80 atomic_inc(&local->phy->ongoing_txs); in ieee802154_tx()104 if (atomic_dec_and_test(&local->phy->ongoing_txs)) in ieee802154_tx()117 wait_event(local->phy->sync_txq, !atomic_read(&local->phy->ongoing_txs)); in ieee802154_sync_queue()
144 if (atomic_dec_and_test(&hw->phy->ongoing_txs)) in ieee802154_xmit_complete()157 if (atomic_dec_and_test(&hw->phy->ongoing_txs)) in ieee802154_xmit_error()
236 atomic_t ongoing_txs; member