Lines Matching refs:sf_cmd
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()
273 iwm_fill_sf_command(sc, &sf_cmd, NULL); in iwm_sf_config()
283 sizeof(sf_cmd), &sf_cmd); in iwm_sf_config()