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

/freebsd-current/sys/dev/iwm/
H A Dif_iwm_sf.c197 iwm_fill_sf_command(struct iwm_softc *sc, struct iwm_sf_cfg_cmd *sf_cmd, argument
202 sf_cmd->watermark[IWM_SF_LONG_DELAY_ON] = htole32(IWM_SF_W_MARK_SCAN);
218 sf_cmd->watermark[IWM_SF_FULL_ON] = htole32(watermark);
222 sf_cmd->long_delay_timeouts[i][j] =
232 memcpy(sf_cmd->full_on_timeouts, sf_full_timeout,
239 memcpy(sf_cmd->full_on_timeouts, sf_full_timeout_def,
248 struct iwm_sf_cfg_cmd sf_cmd = { local
255 sf_cmd.state |= htole32(IWM_SF_CFG_DUMMY_NOTIF_OFF);
267 iwm_fill_sf_command(sc, &sf_cmd, NULL);
270 iwm_fill_sf_command(sc, &sf_cmd, n
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dsf.c97 struct iwl_sf_cfg_cmd *sf_cmd,
106 sf_cmd->watermark[SF_LONG_DELAY_ON] = cpu_to_le32(SF_W_MARK_SCAN);
149 sf_cmd->watermark[SF_FULL_ON] = cpu_to_le32(watermark);
153 sf_cmd->long_delay_timeouts[i][j] =
163 memcpy(sf_cmd->full_on_timeouts, sf_full_timeout,
170 memcpy(sf_cmd->full_on_timeouts, sf_full_timeout_def,
178 struct iwl_sf_cfg_cmd sf_cmd = { local
192 iwl_mvm_fill_sf_command(mvm, &sf_cmd, NULL);
200 iwl_mvm_fill_sf_command(mvm, &sf_cmd, sta);
203 iwl_mvm_fill_sf_command(mvm, &sf_cmd, NUL
96 iwl_mvm_fill_sf_command(struct iwl_mvm *mvm, struct iwl_sf_cfg_cmd *sf_cmd, struct ieee80211_sta *sta) argument
[all...]

Completed in 62 milliseconds