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

  /src/sys/dev/pci/
if_iwm.c 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 = { local in function:iwm_sf_config
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)
    [all...]
if_iwm.c 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 = { local in function:iwm_sf_config
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)
    [all...]

Completed in 28 milliseconds