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