Home
last modified time | relevance | path

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

/openbmc/linux/net/mac802154/
H A 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()
H A 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()
/openbmc/linux/include/net/
H A Dcfg802154.h236 atomic_t ongoing_txs; member