Searched refs:time_cmd (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.c613 struct iwl_time_event_cmd time_cmd = {}; local
639 time_cmd.action = cpu_to_le32(FW_CTXT_ACTION_ADD);
640 time_cmd.id_and_color =
642 time_cmd.id = cpu_to_le32(TE_BSS_STA_AGGRESSIVE_ASSOC);
644 time_cmd.apply_time = cpu_to_le32(0);
646 time_cmd.max_frags = TE_V2_FRAG_NONE;
647 time_cmd.max_delay = cpu_to_le32(max_delay);
649 time_cmd.interval = cpu_to_le32(1);
650 time_cmd.duration = cpu_to_le32(duration);
651 time_cmd
832 struct iwl_time_event_cmd time_cmd = {}; local
1103 struct iwl_time_event_cmd time_cmd = {}; local
1305 struct iwl_time_event_cmd time_cmd = {}; local
[all...]

Completed in 202 milliseconds