Searched refs:dynamic_ps_timeout (Results 1 – 17 of 17) sorted by relevance
/openbmc/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 | 395 int wfx_hif_set_pm(struct wfx_vif *wvif, bool ps, int dynamic_ps_timeout) in wfx_hif_set_pm() argument 409 body->fast_psm_idle_period = min(dynamic_ps_timeout * 2, 255); in wfx_hif_set_pm()
|
H A D | sta.c | 193 return conf->dynamic_ps_timeout; in wfx_get_ps_timeout()
|
/openbmc/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
|
/openbmc/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 | 364 __field(int, dynamic_ps_timeout) 377 __entry->dynamic_ps_timeout = local->hw.conf.dynamic_ps_timeout;
|
H A D | mlme.c | 2187 if (conf->dynamic_ps_timeout > 0 && in ieee80211_enable_ps() 2190 msecs_to_jiffies(conf->dynamic_ps_timeout)); in ieee80211_enable_ps() 2286 local->hw.conf.dynamic_ps_timeout = timeout; in ieee80211_recalc_ps() 2347 if (local->hw.conf.dynamic_ps_timeout > 0) { in ieee80211_dynamic_ps_enable_work() 2352 local->hw.conf.dynamic_ps_timeout)); in ieee80211_dynamic_ps_enable_work() 2368 local->hw.conf.dynamic_ps_timeout)); in ieee80211_dynamic_ps_enable_work() 2380 local->hw.conf.dynamic_ps_timeout)); in ieee80211_dynamic_ps_enable_work() 6049 if (local->hw.conf.dynamic_ps_timeout > 0) { in ieee80211_rx_mgmt_beacon()
|
H A D | rx.c | 3195 local->ps_sdata && local->hw.conf.dynamic_ps_timeout > 0 && in ieee80211_rx_h_data() 3201 msecs_to_jiffies(local->hw.conf.dynamic_ps_timeout)); in ieee80211_rx_h_data()
|
H A D | tx.c | 222 if (local->hw.conf.dynamic_ps_timeout <= 0) in ieee80211_tx_h_dynamic_ps() 278 msecs_to_jiffies(local->hw.conf.dynamic_ps_timeout)); in ieee80211_tx_h_dynamic_ps()
|
/openbmc/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()
|
/openbmc/linux/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 234 .dynamic_ps_timeout = 1500,
|
/openbmc/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | main.c | 375 .dynamic_ps_timeout = 1500,
|
/openbmc/linux/include/net/ |
H A D | mac80211.h | 1707 int power_level, dynamic_ps_timeout; member
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 1240 timeout = conf->dynamic_ps_timeout; in ath11k_mac_vif_setup_ps()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 1961 ps_timeout = conf->dynamic_ps_timeout; in ath10k_mac_vif_setup_ps()
|