Home
last modified time | relevance | path

Searched refs:tx_wait (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dtx.c265 wake_up(&dev->tx_wait); in __mt76_tx_complete_skb()
810 wake_up(&dev->tx_wait); in mt76_token_release()
H A Dusb.c787 wake_up(&dev->tx_wait); in mt76u_status_worker()
994 ret = wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(&dev->phy), in mt76u_stop_tx()
H A Dsdio.c456 wake_up(&dev->tx_wait); in mt76s_process_tx_queue()
H A Dtestmode.c293 wait_event_timeout(dev->tx_wait, td->tx_done == td->tx_queued, in mt76_testmode_tx_stop()
H A Dmt792x_core.c232 wait_event_timeout(dev->mt76.tx_wait, in mt792x_flush()
H A Dmac80211.c659 init_waitqueue_head(&dev->tx_wait); in mt76_alloc_device()
945 wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(phy), timeout); in mt76_set_channel()
H A Ddma.c388 wake_up(&dev->tx_wait); in mt76_dma_tx_cleanup()
H A Dmt76.h827 wait_queue_head_t tx_wait; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmmio.c559 return !wait_event_timeout(dev->mt76.tx_wait, in mt7915_mmio_wed_offload_enable()