Searched refs:apply_time (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | time-event.h | 258 * @apply_time: When to start the Time Event (in GP2) 278 __le32 apply_time; member 327 * @apply_time: GP2 value to start (should always be the current GP2 value) 336 __le32 apply_time; member
|
H A D | phy-ctxt.h | 176 * @apply_time: 0 means immediate apply and context switch. 187 __le32 apply_time; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/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
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | time-event.c | 619 time_cmd.apply_time = cpu_to_le32(0); in iwl_mvm_protect_session() 961 time_cmd.apply_time = cpu_to_le32(0); in iwl_mvm_start_p2p_roc() 1083 u32 duration, u32 apply_time) in iwl_mvm_schedule_csa_period() 1115 time_cmd.apply_time = cpu_to_le32(apply_time); in iwl_mvm_schedule_csa_period() 1122 if (!apply_time) in iwl_mvm_schedule_csa_period() 1081 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 | 227 * @apply_time: NoA start time in GP2. 234 u32 duration, u32 apply_time);
|
H A D | mac-ctxt.c | 1317 u32 apply_time = gp2 + rel_time * 1024; in iwl_mvm_csa_count_down() local 1322 apply_time); in iwl_mvm_csa_count_down()
|
H A D | mac80211.c | 3739 tail->apply_time = cpu_to_le32(iwl_mvm_get_systime(mvm)); in iwl_mvm_send_aux_roc_cmd() 4582 u32 apply_time; in iwl_mvm_old_pre_chan_sw_sta() local 4591 apply_time = 0; in iwl_mvm_old_pre_chan_sw_sta() 4593 apply_time = chsw->device_timestamp + in iwl_mvm_old_pre_chan_sw_sta() 4608 apply_time); in iwl_mvm_old_pre_chan_sw_sta()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | time-event.h | 170 * @apply_time: NoA start time in GP2. 177 u32 duration, u32 apply_time);
|
H A D | time-event.c | 639 time_cmd.apply_time = cpu_to_le32(0); in iwl_mvm_protect_session() 993 time_cmd.apply_time = cpu_to_le32(0); in iwl_mvm_start_p2p_roc() 1114 u32 duration, u32 apply_time) in iwl_mvm_schedule_csa_period() 1146 time_cmd.apply_time = cpu_to_le32(apply_time); in iwl_mvm_schedule_csa_period() 1153 if (!apply_time) in iwl_mvm_schedule_csa_period() 1112 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 | mac80211.c | 4425 tail->apply_time = cpu_to_le32(iwl_mvm_get_systime(mvm)); in iwl_mvm_send_aux_roc_cmd() 5328 u32 apply_time; in iwl_mvm_old_pre_chan_sw_sta() local 5337 apply_time = 0; in iwl_mvm_old_pre_chan_sw_sta() 5339 apply_time = chsw->device_timestamp + in iwl_mvm_old_pre_chan_sw_sta() 5354 apply_time); in iwl_mvm_old_pre_chan_sw_sta()
|
H A D | mac-ctxt.c | 1468 u32 apply_time = gp2 + rel_time * 1024; in iwl_mvm_csa_count_down() local 1473 apply_time); in iwl_mvm_csa_count_down()
|
Completed in 24 milliseconds