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/
H A Dmac80211.c981 bool mt76_has_tx_pending(struct mt76_phy *phy) in mt76_has_tx_pending() function
997 EXPORT_SYMBOL_GPL(mt76_has_tx_pending);
1059 wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(phy), timeout); in __mt76_set_channel()
H A Dusb.c1041 ret = wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(&dev->phy), in mt76u_stop_tx()
H A Dmt792x_core.c418 !mt76_has_tx_pending(&dev->mphy), HZ / 2); in mt792x_flush()
H A Dmt76.h1548 bool mt76_has_tx_pending(struct mt76_phy *phy);