Searched refs:sync_txq (Results 1 – 4 of 4) sorted by relevance
48 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()
145 wake_up(&hw->phy->sync_txq); in ieee802154_xmit_complete()158 wake_up(&hw->phy->sync_txq); in ieee802154_xmit_error()
132 init_waitqueue_head(&rdev->wpan_phy.sync_txq); in wpan_phy_new()
238 wait_queue_head_t sync_txq; member