Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dmain.c255 ath_rx_tasklet(sc, 1, true); in ath_prepare_reset()
256 ath_rx_tasklet(sc, 1, false); in ath_prepare_reset()
723 ath_rx_tasklet(sc, 0, true); in ath9k_tasklet()
725 ath_rx_tasklet(sc, 0, false); in ath9k_tasklet()
Drecv.c546 ath_rx_tasklet(sc, 1, true); in ath_flushrecv()
547 ath_rx_tasklet(sc, 1, false); in ath_flushrecv()
1777 int ath_rx_tasklet(struct ath_softc *sc, int flush, bool hp) in ath_rx_tasklet() function
Dath9k.h323 int ath_rx_tasklet(struct ath_softc *sc, int flush, bool hp);