Home
last modified time | relevance | path

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

/linux/net/mac802154/
H A 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/include/net/
H A Dcfg802154.h244 atomic_t hold_txs; member