Home
last modified time | relevance | path

Searched refs:mcastpsq_lock (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
H A Dmain.c943 spin_lock_bh(&ar->mcastpsq_lock); in ath6kl_dtimexpiry_event()
945 spin_unlock_bh(&ar->mcastpsq_lock); in ath6kl_dtimexpiry_event()
953 spin_lock_bh(&ar->mcastpsq_lock); in ath6kl_dtimexpiry_event()
955 spin_unlock_bh(&ar->mcastpsq_lock); in ath6kl_dtimexpiry_event()
959 spin_lock_bh(&ar->mcastpsq_lock); in ath6kl_dtimexpiry_event()
961 spin_unlock_bh(&ar->mcastpsq_lock); in ath6kl_dtimexpiry_event()
1003 spin_lock_bh(&ar->mcastpsq_lock); in ath6kl_disconnect_event()
1005 spin_unlock_bh(&ar->mcastpsq_lock); in ath6kl_disconnect_event()
H A Dcore.c284 spin_lock_init(&ar->mcastpsq_lock); in ath6kl_core_create()
H A Dtxrx.c236 spin_lock_bh(&ar->mcastpsq_lock); in ath6kl_powersave_ap()
240 spin_unlock_bh(&ar->mcastpsq_lock); in ath6kl_powersave_ap()
258 spin_lock_bh(&ar->mcastpsq_lock); in ath6kl_powersave_ap()
261 spin_unlock_bh(&ar->mcastpsq_lock); in ath6kl_powersave_ap()
H A Dcore.h758 spinlock_t mcastpsq_lock; member