Home
last modified time | relevance | path

Searched refs:mt76_has_tx_pending (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c542 bool mt76_has_tx_pending(struct mt76_phy *phy) in mt76_has_tx_pending() function
558 EXPORT_SYMBOL_GPL(mt76_has_tx_pending); variable
616 wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(phy), timeout); in mt76_set_channel()
H A Dusb.c1023 ret = wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(&dev->phy), in mt76u_stop_tx()
H A Dmt76.h916 bool mt76_has_tx_pending(struct mt76_phy *phy);
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c842 bool mt76_has_tx_pending(struct mt76_phy *phy) in mt76_has_tx_pending() function
855 EXPORT_SYMBOL_GPL(mt76_has_tx_pending); variable
914 wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(phy), timeout); in mt76_set_channel()
H A Dmt792x_core.c233 !mt76_has_tx_pending(&dev->mphy), HZ / 2); in mt792x_flush()
H A Dusb.c993 ret = wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(&dev->phy), in mt76u_stop_tx()
H A Dmt76.h1290 bool mt76_has_tx_pending(struct mt76_phy *phy);

Completed in 15 milliseconds