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 Dwed.c93 return !wait_event_timeout(dev->tx_wait, !dev->wed_token_count, HZ); in mt76_wed_offload_enable()
H A Dtx.c265 wake_up(&dev->tx_wait); in __mt76_tx_complete_skb()
901 wake_up(&dev->tx_wait); in mt76_token_release()
H A Dusb.c786 wake_up(&dev->tx_wait); in mt76u_status_worker()
1000 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 Dmac80211.c715 init_waitqueue_head(&dev->tx_wait); in mt76_alloc_device()
1022 wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(phy), timeout); in __mt76_set_channel()
H A Dmt792x_core.c308 wait_event_timeout(dev->mt76.tx_wait, in mt792x_flush()
H A Ddma.c422 wake_up(&dev->tx_wait); in mt76_dma_tx_cleanup()
H A Dmt76.h921 wait_queue_head_t tx_wait; member