Home
last modified time | relevance | path

Searched refs:sync_txq (Results 1 – 4 of 4) sorted by relevance

/linux/net/mac802154/
H A Dtx.c48 wake_up(&local->phy->sync_txq); in ieee802154_xmit_sync_worker()
105 wake_up(&local->phy->sync_txq); in ieee802154_tx()
117 wait_event(local->phy->sync_txq, !atomic_read(&local->phy->ongoing_txs)); in ieee802154_sync_queue()
H A Dutil.c145 wake_up(&hw->phy->sync_txq); in ieee802154_xmit_complete()
158 wake_up(&hw->phy->sync_txq); in ieee802154_xmit_error()
/linux/net/ieee802154/
H A Dcore.c132 init_waitqueue_head(&rdev->wpan_phy.sync_txq); in wpan_phy_new()
/linux/include/net/
H A Dcfg802154.h245 wait_queue_head_t sync_txq; member