Searched refs:ath5k_hw_is_intr_pending (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Ddma.c395 * ath5k_hw_is_intr_pending - Check if we have pending interrupts
402 bool ath5k_hw_is_intr_pending(struct ath5k_hw *ah) function
H A Dath5k.h1177 bool ath5k_hw_is_intr_pending(struct ath5k_hw *ah);
H A Dbase.c2695 !ath5k_hw_is_intr_pending(ah)))
2761 } while (ath5k_hw_is_intr_pending(ah) && --counter > 0);

Completed in 37 milliseconds