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