Home
last modified time | relevance | path

Searched refs:apply_time (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/iwm/
H A Dif_iwm_phy_ctxt.c167 struct iwm_phy_context_cmd *cmd, uint32_t action, uint32_t apply_time) in iwm_phy_ctxt_cmd_hdr() argument
177 apply_time); in iwm_phy_ctxt_cmd_hdr()
182 cmd->apply_time = htole32(apply_time); in iwm_phy_ctxt_cmd_hdr()
250 uint32_t action, uint32_t apply_time) in iwm_phy_ctxt_apply() argument
261 iwm_phy_ctxt_cmd_hdr(sc, ctxt, &cmd, action, apply_time); in iwm_phy_ctxt_apply()
H A Dif_iwm_time_event.c362 time_cmd.apply_time = htole32(0); in iwm_protect_session()
H A Dif_iwmreg.h2886 * @apply_time: When to start the Time Event (in GP2)
2905 uint32_t apply_time; member
3142 * @apply_time: 0 means immediate apply and context switch.
3164 uint32_t apply_time; member
3178 uint32_t apply_time; member
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dtime-event.h200 * @apply_time: When to start the Time Event (in GP2)
220 __le32 apply_time; member
269 * @apply_time: GP2 value to start (should always be the current GP2 value)
278 __le32 apply_time; member
H A Dphy-ctxt.h120 * @apply_time: 0 means immediate apply and context switch.
131 __le32 apply_time; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtime-event.c691 time_cmd.apply_time = cpu_to_le32(0); in __iwl_mvm_remove_time_event()
1223 time_cmd.apply_time = cpu_to_le32(0); in iwl_mvm_schedule_session_protection()
1372 u32 duration, u32 apply_time)
1404 time_cmd.apply_time = cpu_to_le32(apply_time);
1411 if (!apply_time)
1093 iwl_mvm_schedule_csa_period(struct iwl_mvm * mvm,struct ieee80211_vif * vif,u32 duration,u32 apply_time) iwl_mvm_schedule_csa_period() argument
H A Dtime-event.h178 * @apply_time: NoA start time in GP2.
185 u32 duration, u32 apply_time);
H A Dmac-ctxt.c1500 u32 apply_time = gp2 + rel_time * 1024; in iwl_mvm_rx_beacon_notif()
1505 apply_time); in iwl_mvm_rx_beacon_notif()
1468 u32 apply_time = gp2 + rel_time * 1024; iwl_mvm_csa_count_down() local
H A Dmac80211.c4690 tail->apply_time = cpu_to_le32(iwl_mvm_get_systime(mvm)); in iwl_mvm_roc_common()
5608 u32 apply_time; in iwl_mvm_flush_no_vif()
5617 apply_time = 0; in iwl_mvm_mac_flush()
5619 apply_time = chsw->device_timestamp + in iwl_mvm_mac_flush()
5634 apply_time); in iwl_mvm_mac_flush()
5382 u32 apply_time; iwl_mvm_old_pre_chan_sw_sta() local