Home
last modified time | relevance | path

Searched refs:hold_txs (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/net/mac802154/
Dutil.c72 if (!atomic_fetch_inc(&local->phy->hold_txs)) in ieee802154_hold_queue()
82 if (atomic_dec_and_test(&local->phy->hold_txs)) in ieee802154_release_queue()
/Linux-v6.6/include/net/
Dcfg802154.h237 atomic_t hold_txs; member