Home
last modified time | relevance | path

Searched refs:beacontq (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/net/wireless/ath/ath5k/
Dbase.c2226 struct ath5k_hw *ah = from_tasklet(ah, t, beacontq); in ath5k_tasklet_beacon()
2376 tasklet_hi_schedule(&ah->beacontq); in ath5k_intr()
2840 tasklet_kill(&ah->beacontq); in ath5k_stop_tasklets()
3119 tasklet_setup(&ah->beacontq, ath5k_tasklet_beacon); in ath5k_init()
Dath5k.h1325 struct tasklet_struct beacontq; /* beacon intr tasklet */ member