Home
last modified time | relevance | path

Searched refs:enable_ps (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/net/wireless/silabs/wfx/
Dsta.c153 static int wfx_get_ps_timeout(struct wfx_vif *wvif, bool *enable_ps) in wfx_get_ps_timeout() argument
159 WARN(!vif->bss_conf.assoc && enable_ps, in wfx_get_ps_timeout()
176 if (enable_ps) in wfx_get_ps_timeout()
177 *enable_ps = false; in wfx_get_ps_timeout()
183 if (enable_ps) in wfx_get_ps_timeout()
184 *enable_ps = true; in wfx_get_ps_timeout()
190 if (enable_ps) in wfx_get_ps_timeout()
191 *enable_ps = vif->bss_conf.ps; in wfx_get_ps_timeout()
/linux-5.19.10/drivers/net/wireless/ti/wl12xx/
Ddebugfs.c71 WL12XX_DEBUGFS_FWSTATS_FILE(pwr, enable_ps, "%u");
171 DEBUGFS_FWSTATS_ADD(pwr, enable_ps); in wl12xx_debugfs_add_files()
Dacx.h169 __le16 enable_ps; member
/linux-5.19.10/drivers/net/wireless/ti/wl1251/
Ddebugfs.c153 DEBUGFS_FWSTATS_FILE(pwr, enable_ps, 20, "%u");
293 DEBUGFS_FWSTATS_DEL(pwr, enable_ps); in wl1251_debugfs_delete_files()
392 DEBUGFS_FWSTATS_ADD(pwr, enable_ps); in wl1251_debugfs_add_files()
Dacx.h988 u16 enable_ps; member
/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dmac.c1926 bool enable_ps; in ath10k_mac_vif_setup_ps() local
1933 enable_ps = arvif->ps; in ath10k_mac_vif_setup_ps()
1935 if (enable_ps && ath10k_mac_num_vifs_started(ar) > 1 && in ath10k_mac_vif_setup_ps()
1940 enable_ps = false; in ath10k_mac_vif_setup_ps()
1950 } else if (enable_ps) { in ath10k_mac_vif_setup_ps()
/linux-5.19.10/drivers/net/wireless/ath/ath11k/
Dmac.c1220 bool enable_ps; in ath11k_mac_vif_setup_ps() local
1227 enable_ps = arvif->ps; in ath11k_mac_vif_setup_ps()
1236 } else if (enable_ps) { in ath11k_mac_vif_setup_ps()