Searched refs:ath_rx_tasklet (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ | 
| D | recv.c | 475 		ath_rx_tasklet(sc, 1, true);  in ath_flushrecv()476 	ath_rx_tasklet(sc, 1, false);  in ath_flushrecv()
 1059 int ath_rx_tasklet(struct ath_softc *sc, int flush, bool hp)  in ath_rx_tasklet()  function
 
 | 
| D | ath9k.h | 579 int ath_rx_tasklet(struct ath_softc *sc, int flush, bool hp);
 | 
| D | main.c | 446 			ath_rx_tasklet(sc, 0, true);  in ath9k_tasklet()448 		ath_rx_tasklet(sc, 0, false);  in ath9k_tasklet()
 
 |