Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtime-event.h69 * @wait_for_notif: true if it is required that a time event notification be
82 u32 max_delay, bool wait_for_notif);
208 * @wait_for_notif: if true, will block until the start of the protection
214 bool wait_for_notif,
H A Dtime-event.c654 u32 max_delay, bool wait_for_notif) in iwl_mvm_cancel_session_protection()
703 if (!wait_for_notif) { in __iwl_mvm_remove_time_event()
1446 bool wait_for_notif,
1490 if (!wait_for_notif) {
581 iwl_mvm_protect_session(struct iwl_mvm * mvm,struct ieee80211_vif * vif,u32 duration,u32 min_duration,u32 max_delay,bool wait_for_notif) iwl_mvm_protect_session() argument
1167 iwl_mvm_schedule_session_protection(struct iwl_mvm * mvm,struct ieee80211_vif * vif,u32 duration,u32 min_duration,bool wait_for_notif) iwl_mvm_schedule_session_protection() argument
/freebsd/sys/dev/iwm/
H A Dif_iwm_time_event.h112 uint32_t duration, uint32_t max_delay, boolean_t wait_for_notif);
H A Dif_iwm_time_event.c347 uint32_t duration, uint32_t max_delay, boolean_t wait_for_notif) in iwm_protect_session() argument
375 if (!wait_for_notif) { in iwm_protect_session()