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

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Dsf.c156 struct iwl_sf_cfg_cmd *sf_cmd, iwl_mvm_fill_sf_command()
161 sf_cmd->watermark[SF_LONG_DELAY_ON] = cpu_to_le32(SF_W_MARK_SCAN); iwl_mvm_fill_sf_command()
187 sf_cmd->watermark[SF_FULL_ON] = cpu_to_le32(watermark); iwl_mvm_fill_sf_command()
191 sf_cmd->long_delay_timeouts[i][j] = iwl_mvm_fill_sf_command()
201 memcpy(sf_cmd->full_on_timeouts, sf_full_timeout, iwl_mvm_fill_sf_command()
208 memcpy(sf_cmd->full_on_timeouts, sf_full_timeout_def, iwl_mvm_fill_sf_command()
217 struct iwl_sf_cfg_cmd sf_cmd = { iwl_mvm_sf_config() local
224 sf_cmd.state = cpu_to_le32(new_state); iwl_mvm_sf_config()
227 sf_cmd.state |= cpu_to_le32(SF_CFG_DUMMY_NOTIF_OFF); iwl_mvm_sf_config()
239 iwl_mvm_fill_sf_command(mvm, &sf_cmd, NULL); iwl_mvm_sf_config()
254 iwl_mvm_fill_sf_command(mvm, &sf_cmd, sta); iwl_mvm_sf_config()
258 iwl_mvm_fill_sf_command(mvm, &sf_cmd, NULL); iwl_mvm_sf_config()
267 sizeof(sf_cmd), &sf_cmd); iwl_mvm_sf_config()
155 iwl_mvm_fill_sf_command(struct iwl_mvm *mvm, struct iwl_sf_cfg_cmd *sf_cmd, struct ieee80211_sta *sta) iwl_mvm_fill_sf_command() argument

Completed in 194 milliseconds