Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_iwm_power.c395 boolean_t old_ps_disabled = sc->sc_ps_disabled; in iwm_power_set_ps() local
400 sc->sc_ps_disabled = old_ps_disabled; in iwm_power_set_ps()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dpower.c893 bool old_ps_disabled = mvm->ps_disabled; in iwl_mvm_power_set_ps()
898 mvm->ps_disabled = old_ps_disabled; in iwl_mvm_power_set_ba()
884 bool old_ps_disabled = mvm->ps_disabled; iwl_mvm_power_set_ps() local