Searched refs:apply_time (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/iwm/ |
H A D | if_iwm_phy_ctxt.c | 167 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 D | if_iwm_time_event.c | 362 time_cmd.apply_time = htole32(0); in iwm_protect_session()
|
H A D | if_iwmreg.h | 2886 * @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 D | time-event.h | 200 * @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 D | phy-ctxt.h | 120 * @apply_time: 0 means immediate apply and context switch. 131 __le32 apply_time; member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | time-event.c | 691 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 D | time-event.h | 178 * @apply_time: NoA start time in GP2. 185 u32 duration, u32 apply_time);
|
H A D | mac-ctxt.c | 1500 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 D | mac80211.c | 4690 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
|