Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
Dmac80211.c541 bool mt76_has_tx_pending(struct mt76_phy *phy) in mt76_has_tx_pending() function
557 EXPORT_SYMBOL_GPL(mt76_has_tx_pending);
615 wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(phy), timeout); in mt76_set_channel()
Dmt76.h915 bool mt76_has_tx_pending(struct mt76_phy *phy);
Dusb.c1023 ret = wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(&dev->phy), in mt76u_stop_tx()