Home
last modified time | relevance | path

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

/linux-6.6.21/net/mac802154/
Dtx.c47 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()
Dutil.c144 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()
/linux-6.6.21/include/net/
Dcfg802154.h236 atomic_t ongoing_txs; member