Searched refs:rxtq (Results 1 – 2 of 2) sorted by relevance
1544 struct ath5k_hw *ah = from_tasklet(ah, t, rxtq); in ath5k_tasklet_rx()2250 tasklet_schedule(&ah->rxtq); in ath5k_schedule_rx()2793 tasklet_kill(&ah->rxtq); in ath5k_stop_tasklets()3072 tasklet_setup(&ah->rxtq, ath5k_tasklet_rx); in ath5k_init()
1312 struct tasklet_struct rxtq; /* rx intr tasklet */ member