Lines Matching refs:sf_cmd
97 struct iwl_sf_cfg_cmd *sf_cmd,
106 sf_cmd->watermark[SF_LONG_DELAY_ON] = cpu_to_le32(SF_W_MARK_SCAN);
149 sf_cmd->watermark[SF_FULL_ON] = cpu_to_le32(watermark);
153 sf_cmd->long_delay_timeouts[i][j] =
163 memcpy(sf_cmd->full_on_timeouts, sf_full_timeout,
170 memcpy(sf_cmd->full_on_timeouts, sf_full_timeout_def,
178 struct iwl_sf_cfg_cmd sf_cmd = {
192 iwl_mvm_fill_sf_command(mvm, &sf_cmd, NULL);
200 iwl_mvm_fill_sf_command(mvm, &sf_cmd, sta);
203 iwl_mvm_fill_sf_command(mvm, &sf_cmd, NULL);
212 sizeof(sf_cmd), &sf_cmd);