Searched refs:sf_cmd (Results 1 – 3 of 3) sorted by relevance
| /src/sys/dev/iwm/ |
| H A D | if_iwm_sf.c | 197 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 …]
|
| /src/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | sf.c | 97 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, NULL); in iwl_mvm_sf_config() [all …]
|
| /src/sys/dev/iwx/ |
| H A D | if_iwx.c | 8190 iwx_fill_sf_command(struct iwx_softc *sc, struct iwx_sf_cfg_cmd *sf_cmd, in iwx_fill_sf_command() argument 8195 sf_cmd->watermark[IWX_SF_LONG_DELAY_ON] = htole32(IWX_SF_W_MARK_SCAN); in iwx_fill_sf_command() 8222 sf_cmd->watermark[IWX_SF_FULL_ON] = htole32(watermark); in iwx_fill_sf_command() 8226 sf_cmd->long_delay_timeouts[i][j] = in iwx_fill_sf_command() 8232 memcpy(sf_cmd->full_on_timeouts, iwx_sf_full_timeout, in iwx_fill_sf_command() 8235 memcpy(sf_cmd->full_on_timeouts, iwx_sf_full_timeout_def, in iwx_fill_sf_command() 8247 struct iwx_sf_cfg_cmd sf_cmd = { in iwx_sf_config() local 8255 iwx_fill_sf_command(sc, &sf_cmd, NULL); in iwx_sf_config() 8258 iwx_fill_sf_command(sc, &sf_cmd, ni); in iwx_sf_config() 8265 sizeof(sf_cmd), &sf_cmd); in iwx_sf_config()
|