HomeSort by: relevance | last modified time | path
    Searched defs:sf_cmd (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_iwm.c 7335 iwm_fill_sf_command(struct iwm_softc *sc, struct iwm_sf_cfg_cmd *sf_cmd,
7340 sf_cmd->watermark[IWM_SF_LONG_DELAY_ON] = htole32(IWM_SF_W_MARK_SCAN);
7364 sf_cmd->watermark[IWM_SF_FULL_ON] = htole32(watermark);
7368 sf_cmd->long_delay_timeouts[i][j] =
7374 memcpy(sf_cmd->full_on_timeouts, iwm_sf_full_timeout,
7377 memcpy(sf_cmd->full_on_timeouts, iwm_sf_full_timeout_def,
7386 struct iwm_sf_cfg_cmd sf_cmd = { local
7393 sf_cmd.state |= htole32(IWM_SF_CFG_DUMMY_NOTIF_OFF);
7399 iwm_fill_sf_command(sc, &sf_cmd, NULL);
7402 iwm_fill_sf_command(sc, &sf_cmd, ic->ic_bss)
    [all...]

Completed in 20 milliseconds