Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtime-event.c28 lockdep_assert_held(&mvm->time_event_lock); in iwl_mvm_te_clear_data()
443 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_rx_time_event_notif()
453 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_rx_time_event_notif()
531 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
540 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
571 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
693 spin_lock_bh(&mvm->time_event_lock); in __iwl_mvm_remove_time_event()
805 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_stop_session_protection()
998 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_get_roc_te()
1081 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_remove_csa_period()
[all …]
H A Dmac80211.c1038 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_cleanup_iterator()
1040 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_cleanup_iterator()
4405 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_rx_aux_roc()
4407 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_rx_aux_roc()
4487 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
4490 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
4498 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
4530 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
4532 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
H A Dops.c1239 spin_lock_init(&mvm->time_event_lock); in iwl_op_mode_mvm_start()
H A Dmvm.h1010 spinlock_t time_event_lock; member