Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dmac.c170 bool ath9k_hw_stop_dma_queue(struct ath_hw *ah, u32 q) in ath9k_hw_stop_dma_queue() function
194 EXPORT_SYMBOL(ath9k_hw_stop_dma_queue);
Dmac.h721 bool ath9k_hw_stop_dma_queue(struct ath_hw *ah, u32 q);
Dbeacon.c429 ath9k_hw_stop_dma_queue(ah, sc->beacon.beaconq); in ath9k_beacon_tasklet()