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.c942 spin_lock_bh(&ar->mcastpsq_lock); in ath6kl_dtimexpiry_event()
944 spin_unlock_bh(&ar->mcastpsq_lock); in ath6kl_dtimexpiry_event()
952 spin_lock_bh(&ar->mcastpsq_lock); in ath6kl_dtimexpiry_event()
954 spin_unlock_bh(&ar->mcastpsq_lock); in ath6kl_dtimexpiry_event()
958 spin_lock_bh(&ar->mcastpsq_lock); in ath6kl_dtimexpiry_event()
960 spin_unlock_bh(&ar->mcastpsq_lock); in ath6kl_dtimexpiry_event()
1002 spin_lock_bh(&ar->mcastpsq_lock); in ath6kl_disconnect_event()
1004 spin_unlock_bh(&ar->mcastpsq_lock); in ath6kl_disconnect_event()
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.c284 spin_lock_init(&ar->mcastpsq_lock); in ath6kl_core_create()
H A Dcore.h757 spinlock_t mcastpsq_lock; member