Home
last modified time | relevance | path

Searched refs:dynamic_ps_timeout (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_tx.h49 int wfx_hif_set_pm(struct wfx_vif *wvif, bool ps, int dynamic_ps_timeout);
H A Dhif_tx.c438 int wfx_hif_set_pm(struct wfx_vif *wvif, bool ps, int dynamic_ps_timeout) in wfx_hif_set_pm() argument
452 body->fast_psm_idle_period = min(dynamic_ps_timeout * 2, 255); in wfx_hif_set_pm()
H A Dsta.c176 return conf->dynamic_ps_timeout; in wfx_get_ps_timeout()
/linux/drivers/net/wireless/ti/wlcore/
H A Dps.c19 u16 timeout = wl->conf.conn.dynamic_ps_timeout; in wl1271_ps_set_mode()
H A Dconf.h726 u16 dynamic_ps_timeout; member
/linux/drivers/net/wireless/st/cw1200/
H A Dsta.c375 else if (conf->dynamic_ps_timeout <= 0) in cw1200_config()
384 if (conf->dynamic_ps_timeout >= 0x80) in cw1200_config()
388 conf->dynamic_ps_timeout << 1; in cw1200_config()
/linux/net/mac80211/
H A Dtrace.h398 __field(int, dynamic_ps_timeout)
412 __entry->dynamic_ps_timeout = local->hw.conf.dynamic_ps_timeout;
H A Dmlme.c3283 if (conf->dynamic_ps_timeout > 0 && in ieee80211_enable_ps()
3286 msecs_to_jiffies(conf->dynamic_ps_timeout)); in ieee80211_enable_ps()
3383 local->hw.conf.dynamic_ps_timeout = timeout; in ieee80211_recalc_ps()
3446 if (local->hw.conf.dynamic_ps_timeout > 0) { in ieee80211_dynamic_ps_enable_work()
3451 local->hw.conf.dynamic_ps_timeout)); in ieee80211_dynamic_ps_enable_work()
3467 local->hw.conf.dynamic_ps_timeout)); in ieee80211_dynamic_ps_enable_work()
3479 local->hw.conf.dynamic_ps_timeout)); in ieee80211_dynamic_ps_enable_work()
7521 if (local->hw.conf.dynamic_ps_timeout > 0) { in ieee80211_rx_mgmt_beacon()
H A Drx.c3321 local->ps_sdata && local->hw.conf.dynamic_ps_timeout > 0 && in ieee80211_rx_h_data()
3327 msecs_to_jiffies(local->hw.conf.dynamic_ps_timeout)); in ieee80211_rx_h_data()
H A Dtx.c208 if (local->hw.conf.dynamic_ps_timeout <= 0) in ieee80211_tx_h_dynamic_ps()
264 msecs_to_jiffies(local->hw.conf.dynamic_ps_timeout)); in ieee80211_tx_h_dynamic_ps()
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c1238 timeout = conf->dynamic_ps_timeout; in ath11k_mac_vif_setup_ps()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c4331 timeout = conf->dynamic_ps_timeout; in ath12k_mac_vif_setup_ps()