Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/mediatek/mt76/
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);
914 wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(phy), timeout); in mt76_set_channel()
Dmt792x_core.c233 !mt76_has_tx_pending(&dev->mphy), HZ / 2); in mt792x_flush()
Dusb.c993 ret = wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(&dev->phy), in mt76u_stop_tx()
Dmt76.h1289 bool mt76_has_tx_pending(struct mt76_phy *phy);