Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_iwm_sf.c197 iwm_fill_sf_command(struct iwm_softc *sc, struct iwm_sf_cfg_cmd *sf_cmd, in iwm_fill_sf_command() argument
202 sf_cmd->watermark[IWM_SF_LONG_DELAY_ON] = htole32(IWM_SF_W_MARK_SCAN); in iwm_fill_sf_command()
218 sf_cmd->watermark[IWM_SF_FULL_ON] = htole32(watermark); in iwm_fill_sf_command()
222 sf_cmd->long_delay_timeouts[i][j] = in iwm_fill_sf_command()
232 memcpy(sf_cmd->full_on_timeouts, sf_full_timeout, in iwm_fill_sf_command()
239 memcpy(sf_cmd->full_on_timeouts, sf_full_timeout_def, in iwm_fill_sf_command()
248 struct iwm_sf_cfg_cmd sf_cmd = { in iwm_sf_config() local
255 sf_cmd.state |= htole32(IWM_SF_CFG_DUMMY_NOTIF_OFF); in iwm_sf_config()
267 iwm_fill_sf_command(sc, &sf_cmd, NULL); in iwm_sf_config()
270 iwm_fill_sf_command(sc, &sf_cmd, ni); in iwm_sf_config()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsf.c97 struct iwl_sf_cfg_cmd *sf_cmd, in iwl_mvm_fill_sf_command() argument
106 sf_cmd->watermark[SF_LONG_DELAY_ON] = cpu_to_le32(SF_W_MARK_SCAN); in iwl_mvm_fill_sf_command()
149 sf_cmd->watermark[SF_FULL_ON] = cpu_to_le32(watermark); in iwl_mvm_fill_sf_command()
153 sf_cmd->long_delay_timeouts[i][j] = in iwl_mvm_fill_sf_command()
163 memcpy(sf_cmd->full_on_timeouts, sf_full_timeout, in iwl_mvm_fill_sf_command()
170 memcpy(sf_cmd->full_on_timeouts, sf_full_timeout_def, in iwl_mvm_fill_sf_command()
178 struct iwl_sf_cfg_cmd sf_cmd = { in iwl_mvm_sf_config() local
192 iwl_mvm_fill_sf_command(mvm, &sf_cmd, NULL); in iwl_mvm_sf_config()
200 iwl_mvm_fill_sf_command(mvm, &sf_cmd, sta); in iwl_mvm_sf_config()
203 iwl_mvm_fill_sf_command(mvm, &sf_cmd, NUL in iwl_mvm_sf_config()
[all...]