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

/drivers/net/wireless/iwlwifi/mvm/
H A Dphy-ctxt.c129 u32 action, u32 apply_time)
136 cmd->apply_time = cpu_to_le32(apply_time);
192 u32 action, u32 apply_time)
198 iwl_mvm_phy_ctxt_cmd_hdr(ctxt, &cmd, action, apply_time);
127 iwl_mvm_phy_ctxt_cmd_hdr(struct iwl_mvm_phy_ctxt *ctxt, struct iwl_phy_context_cmd *cmd, u32 action, u32 apply_time) argument
188 iwl_mvm_phy_ctxt_apply(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt, struct cfg80211_chan_def *chandef, u8 chains_static, u8 chains_dynamic, u32 action, u32 apply_time) argument
H A Dtime-event.h226 * @apply_time: NoA start time in GP2.
233 u32 duration, u32 apply_time);
H A Dtime-event.c515 time_cmd.apply_time =
649 time_cmd.apply_time = cpu_to_le32(0);
705 u32 duration, u32 apply_time)
722 time_cmd.apply_time = cpu_to_le32(apply_time);
703 iwl_mvm_schedule_csa_period(struct iwl_mvm *mvm, struct ieee80211_vif *vif, u32 duration, u32 apply_time) argument
H A Dfw-api.h722 * @apply_time: When to start the Time Event (in GP2)
741 __le32 apply_time; member in struct:iwl_time_event_cmd
907 * @apply_time: 0 means immediate apply and context switch.
921 __le32 apply_time; member in struct:iwl_phy_context_cmd
951 * @apply_time: GP2 value to start (should always be the current GP2 value)
966 __le32 apply_time; member in struct:iwl_hs20_roc_req
H A Dmac-ctxt.c1236 u32 apply_time = gp2 + rel_time * 1024; local
1241 apply_time);
H A Dmac80211.c2370 .apply_time = cpu_to_le32(iwl_read_prph(mvm->trans, time_reg)),

Completed in 86 milliseconds