Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
A Dmac80211.c739 bool mt76_has_tx_pending(struct mt76_phy *phy) in mt76_has_tx_pending() function
752 EXPORT_SYMBOL_GPL(mt76_has_tx_pending);
811 wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(phy), timeout); in mt76_set_channel()
A Dusb.c1041 ret = wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(&dev->phy), in mt76u_stop_tx()
A Dmt76.h1111 bool mt76_has_tx_pending(struct mt76_phy *phy);
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
A Dmain.c1319 wait_event_timeout(dev->mt76.tx_wait, !mt76_has_tx_pending(&dev->mphy), in mt7921_flush()

Completed in 18 milliseconds