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

/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm_time_event.c351 struct iwm_time_event_cmd time_cmd = {}; local
357 time_cmd.action = htole32(IWM_FW_CTXT_ACTION_ADD);
358 time_cmd.id_and_color =
360 time_cmd.id = htole32(IWM_TE_BSS_STA_AGGRESSIVE_ASSOC);
362 time_cmd.apply_time = htole32(0);
364 time_cmd.max_frags = IWM_TE_V2_FRAG_NONE;
365 time_cmd.max_delay = htole32(max_delay);
367 time_cmd.interval = htole32(1);
368 time_cmd.duration = htole32(duration);
369 time_cmd
411 struct iwm_time_event_cmd time_cmd = {}; local
[all...]

Completed in 99 milliseconds