Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dhtc.c365 spin_lock_bh(&target->htc_lock); in htc_reclaim_txctrl_buf()
367 spin_unlock_bh(&target->htc_lock); in htc_reclaim_txctrl_buf()
378 spin_lock_bh(&target->htc_lock); in htc_get_control_buf()
381 spin_unlock_bh(&target->htc_lock); in htc_get_control_buf()
387 spin_unlock_bh(&target->htc_lock); in htc_get_control_buf()
1269 spin_lock_bh(&target->htc_lock); in reclaim_rx_ctrl_buf()
1271 spin_unlock_bh(&target->htc_lock); in reclaim_rx_ctrl_buf()
2801 spin_lock_bh(&target->htc_lock); in ath6kl_htc_stop()
2803 spin_unlock_bh(&target->htc_lock); in ath6kl_htc_stop()
2837 spin_lock_init(&target->htc_lock); in ath6kl_htc_create()
Dhtc.h528 spinlock_t htc_lock; member