Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dmac.c754 bool ath9k_hw_stopdmarecv(struct ath_hw *ah, bool *reset) in ath9k_hw_stopdmarecv() function
803 EXPORT_SYMBOL(ath9k_hw_stopdmarecv);
Dmac.h698 bool ath9k_hw_stopdmarecv(struct ath_hw *ah, bool *reset);
Drecv.c494 stopped = ath9k_hw_stopdmarecv(ah, &reset); in ath_stoprecv()