Searched refs:dynamic_ps_timeout (Results 1 – 18 of 18) sorted by relevance
/linux/drivers/net/wireless/silabs/wfx/ |
H A D | hif_tx.h | 49 int wfx_hif_set_pm(struct wfx_vif *wvif, bool ps, int dynamic_ps_timeout);
|
H A D | hif_tx.c | 438 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 D | sta.c | 175 return conf->dynamic_ps_timeout; in wfx_get_ps_timeout()
|
/linux/drivers/net/wireless/ti/wlcore/ |
H A D | ps.c | 19 u16 timeout = wl->conf.conn.dynamic_ps_timeout; in wl1271_ps_set_mode()
|
H A D | debugfs.c | 247 wl->conf.conn.dynamic_ps_timeout); in dynamic_ps_timeout_read() 272 wl->conf.conn.dynamic_ps_timeout = value; in dynamic_ps_timeout_write() 1282 DEBUGFS_ADD(dynamic_ps_timeout, rootdir); in wl1271_debugfs_add_files()
|
H A D | conf.h | 726 u16 dynamic_ps_timeout; member
|
/linux/net/mac80211/ |
H A D | offchannel.c | 67 else if (local->hw.conf.dynamic_ps_timeout > 0) { in ieee80211_offchannel_ps_disable() 76 msecs_to_jiffies(local->hw.conf.dynamic_ps_timeout)); in ieee80211_offchannel_ps_disable()
|
H A D | trace.h | 396 __field(int, dynamic_ps_timeout) 409 __entry->dynamic_ps_timeout = local->hw.conf.dynamic_ps_timeout;
|
H A D | mlme.c | 2812 if (conf->dynamic_ps_timeout > 0 && in ieee80211_enable_ps() 2815 msecs_to_jiffies(conf->dynamic_ps_timeout)); in ieee80211_enable_ps() 2912 local->hw.conf.dynamic_ps_timeout = timeout; in ieee80211_recalc_ps() 2975 if (local->hw.conf.dynamic_ps_timeout > 0) { in ieee80211_dynamic_ps_enable_work() 2980 local->hw.conf.dynamic_ps_timeout)); in ieee80211_dynamic_ps_enable_work() 2996 local->hw.conf.dynamic_ps_timeout)); in ieee80211_dynamic_ps_enable_work() 3008 local->hw.conf.dynamic_ps_timeout)); in ieee80211_dynamic_ps_enable_work() 6831 if (local->hw.conf.dynamic_ps_timeout > 0) { in ieee80211_rx_mgmt_beacon()
|
H A D | rx.c | 3230 local->ps_sdata && local->hw.conf.dynamic_ps_timeout > 0 && in ieee80211_rx_h_data() 3236 msecs_to_jiffies(local->hw.conf.dynamic_ps_timeout)); in ieee80211_rx_h_data()
|
H A D | tx.c | 215 if (local->hw.conf.dynamic_ps_timeout <= 0) in ieee80211_tx_h_dynamic_ps() 271 msecs_to_jiffies(local->hw.conf.dynamic_ps_timeout)); in ieee80211_tx_h_dynamic_ps()
|
/linux/drivers/net/wireless/st/cw1200/ |
H A D | sta.c | 375 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/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 234 .dynamic_ps_timeout = 1500,
|
/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | main.c | 375 .dynamic_ps_timeout = 1500,
|
/linux/include/net/ |
H A D | mac80211.h | 1782 int power_level, dynamic_ps_timeout; member
|
/linux/drivers/net/wireless/ath/ath12k/ |
H A D | mac.c | 3104 timeout = conf->dynamic_ps_timeout; in ath12k_mac_vif_setup_ps()
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 1238 timeout = conf->dynamic_ps_timeout; in ath11k_mac_vif_setup_ps()
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 1955 ps_timeout = conf->dynamic_ps_timeout; in ath10k_mac_vif_setup_ps()
|