Home
last modified time | relevance | path

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

/linux-6.12.1/net/mac802154/
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()
Dutil.c145 wake_up(&hw->phy->sync_txq); in ieee802154_xmit_complete()
158 wake_up(&hw->phy->sync_txq); in ieee802154_xmit_error()
/linux-6.12.1/net/ieee802154/
Dcore.c132 init_waitqueue_head(&rdev->wpan_phy.sync_txq); in wpan_phy_new()
/linux-6.12.1/include/net/
Dcfg802154.h245 wait_queue_head_t sync_txq; member