Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dmac.c675 void ath9k_hw_startpcureceive(struct ath_hw *ah, bool is_scanning) in ath9k_hw_startpcureceive() function
683 EXPORT_SYMBOL(ath9k_hw_startpcureceive);
Drecv.c262 ath9k_hw_startpcureceive(sc->sc_ah, sc->cur_chan->offchannel); in ath_edma_start_recv()
470 ath9k_hw_startpcureceive(ah, sc->cur_chan->offchannel); in ath_startrecv()
Dmac.h739 void ath9k_hw_startpcureceive(struct ath_hw *ah, bool is_scanning);
Dhtc_drv_txrx.c937 ath9k_hw_startpcureceive(priv->ah, test_bit(ATH_OP_SCANNING, &common->op_flags)); in ath9k_host_rx_init()