Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_iwm_time_event.c351 struct iwm_time_event_cmd time_cmd = {}; in iwm_protect_session() local
357 time_cmd.action = htole32(IWM_FW_CTXT_ACTION_ADD); in iwm_protect_session()
358 time_cmd.id_and_color = in iwm_protect_session()
360 time_cmd.id = htole32(IWM_TE_BSS_STA_AGGRESSIVE_ASSOC); in iwm_protect_session()
362 time_cmd.apply_time = htole32(0); in iwm_protect_session()
364 time_cmd.max_frags = IWM_TE_V2_FRAG_NONE; in iwm_protect_session()
365 time_cmd.max_delay = htole32(max_delay); in iwm_protect_session()
367 time_cmd.interval = htole32(1); in iwm_protect_session()
368 time_cmd.duration = htole32(duration); in iwm_protect_session()
369 time_cmd.repeat = 1; in iwm_protect_session()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtime-event.c660 struct iwl_time_event_cmd time_cmd = {}; in iwl_mvm_cancel_session_protection()
686 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD); in __iwl_mvm_remove_time_event()
687 time_cmd.id_and_color = in __iwl_mvm_remove_time_event()
689 time_cmd.id = cpu_to_le32(TE_BSS_STA_AGGRESSIVE_ASSOC); in __iwl_mvm_remove_time_event()
691 time_cmd.apply_time = cpu_to_le32(0); in __iwl_mvm_remove_time_event()
693 time_cmd.max_frags = TE_V2_FRAG_NONE; in __iwl_mvm_remove_time_event()
694 time_cmd.max_delay = cpu_to_le32(max_delay); in __iwl_mvm_remove_time_event()
696 time_cmd.interval = cpu_to_le32(1); in __iwl_mvm_remove_time_event()
697 time_cmd.duration = cpu_to_le32(duration); in __iwl_mvm_remove_time_event()
698 time_cmd in __iwl_mvm_remove_time_event()
587 struct iwl_time_event_cmd time_cmd = {}; iwl_mvm_protect_session() local
776 struct iwl_time_event_cmd time_cmd = {}; iwl_mvm_remove_time_event() local
942 struct iwl_time_event_cmd time_cmd = {}; iwl_mvm_start_p2p_roc() local
1097 struct iwl_time_event_cmd time_cmd = {}; iwl_mvm_schedule_csa_period() local
[all...]