Home
last modified time | relevance | path

Searched refs:sf_cmd (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c8795 iwx_fill_sf_command(struct iwx_softc *sc, struct iwx_sf_cfg_cmd *sf_cmd, in iwx_fill_sf_command() argument
8800 sf_cmd->watermark[IWX_SF_LONG_DELAY_ON] = htole32(IWX_SF_W_MARK_SCAN); in iwx_fill_sf_command()
8819 sf_cmd->watermark[IWX_SF_FULL_ON] = htole32(watermark); in iwx_fill_sf_command()
8823 sf_cmd->long_delay_timeouts[i][j] = in iwx_fill_sf_command()
8829 memcpy(sf_cmd->full_on_timeouts, iwx_sf_full_timeout, in iwx_fill_sf_command()
8832 memcpy(sf_cmd->full_on_timeouts, iwx_sf_full_timeout_def, in iwx_fill_sf_command()
8842 struct iwx_sf_cfg_cmd sf_cmd = { in iwx_sf_config() local
8850 iwx_fill_sf_command(sc, &sf_cmd, NULL); in iwx_sf_config()
8853 iwx_fill_sf_command(sc, &sf_cmd, ic->ic_bss); in iwx_sf_config()
8860 sizeof(sf_cmd), &sf_cmd); in iwx_sf_config()
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c9723 iwm_fill_sf_command(struct iwm_softc *sc, struct iwm_sf_cfg_cmd *sf_cmd, in iwm_fill_sf_command() argument
9728 sf_cmd->watermark[IWM_SF_LONG_DELAY_ON] = htole32(IWM_SF_W_MARK_SCAN); in iwm_fill_sf_command()
9747 sf_cmd->watermark[IWM_SF_FULL_ON] = htole32(watermark); in iwm_fill_sf_command()
9751 sf_cmd->long_delay_timeouts[i][j] = in iwm_fill_sf_command()
9757 memcpy(sf_cmd->full_on_timeouts, iwm_sf_full_timeout, in iwm_fill_sf_command()
9760 memcpy(sf_cmd->full_on_timeouts, iwm_sf_full_timeout_def, in iwm_fill_sf_command()
9770 struct iwm_sf_cfg_cmd sf_cmd = { in iwm_sf_config() local
9777 sf_cmd.state |= htole32(IWM_SF_CFG_DUMMY_NOTIF_OFF); in iwm_sf_config()
9783 iwm_fill_sf_command(sc, &sf_cmd, NULL); in iwm_sf_config()
9786 iwm_fill_sf_command(sc, &sf_cmd, ic->ic_bss); in iwm_sf_config()
[all …]