Lines Matching defs:sf_cmd
6448 iwm_fill_sf_command(struct iwm_softc *sc, struct iwm_sf_cfg_cmd *sf_cmd,
6453 sf_cmd->watermark[IWM_SF_LONG_DELAY_ON] = htole32(IWM_SF_W_MARK_SCAN);
6477 sf_cmd->watermark[IWM_SF_FULL_ON] = htole32(watermark);
6481 sf_cmd->long_delay_timeouts[i][j] =
6487 memcpy(sf_cmd->full_on_timeouts, iwm_sf_full_timeout,
6490 memcpy(sf_cmd->full_on_timeouts, iwm_sf_full_timeout_def,
6499 struct iwm_sf_cfg_cmd sf_cmd = {
6504 sf_cmd.state |= htole32(IWM_SF_CFG_DUMMY_NOTIF_OFF);
6509 iwm_fill_sf_command(sc, &sf_cmd, NULL);
6512 iwm_fill_sf_command(sc, &sf_cmd, ic->ic_bss);
6519 sizeof(sf_cmd), &sf_cmd);