Searched refs:enable_ps (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/ |
H A D | sta.c | 153 static int wfx_get_ps_timeout(struct wfx_vif *wvif, bool *enable_ps) in wfx_get_ps_timeout() argument 159 WARN(!vif->cfg.assoc && enable_ps, in wfx_get_ps_timeout() 160 "enable_ps is reliable only if associated"); 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->cfg.ps; in wfx_get_ps_timeout()
|
/kernel/linux/linux-5.10/drivers/staging/wfx/ |
H A D | sta.c | 146 static int wfx_get_ps_timeout(struct wfx_vif *wvif, bool *enable_ps) in wfx_get_ps_timeout() argument 151 WARN(!wvif->vif->bss_conf.assoc && enable_ps, in wfx_get_ps_timeout() 152 "enable_ps is reliable only if associated"); in wfx_get_ps_timeout() 161 if (enable_ps) in wfx_get_ps_timeout() 162 *enable_ps = true; in wfx_get_ps_timeout() 170 if (enable_ps) in wfx_get_ps_timeout() 171 *enable_ps = wvif->vif->bss_conf.ps; in wfx_get_ps_timeout()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/ |
H A D | debugfs.c | 71 WL12XX_DEBUGFS_FWSTATS_FILE(pwr, enable_ps, "%u"); 171 DEBUGFS_FWSTATS_ADD(pwr, enable_ps); in wl12xx_debugfs_add_files()
|
H A D | acx.h | 169 __le16 enable_ps; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/ |
H A D | debugfs.c | 71 WL12XX_DEBUGFS_FWSTATS_FILE(pwr, enable_ps, "%u"); 171 DEBUGFS_FWSTATS_ADD(pwr, enable_ps); in wl12xx_debugfs_add_files()
|
H A D | acx.h | 169 __le16 enable_ps; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
H A D | debugfs.c | 153 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()
|
H A D | acx.h | 988 u16 enable_ps; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/ |
H A D | debugfs.c | 153 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()
|
H A D | acx.h | 988 u16 enable_ps; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 1922 bool enable_ps; in ath10k_mac_vif_setup_ps() local 1929 enable_ps = arvif->ps; in ath10k_mac_vif_setup_ps() 1931 if (enable_ps && ath10k_mac_num_vifs_started(ar) > 1 && in ath10k_mac_vif_setup_ps() 1936 enable_ps = false; in ath10k_mac_vif_setup_ps() 1946 } else if (enable_ps) { in ath10k_mac_vif_setup_ps()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 1932 bool enable_ps; in ath10k_mac_vif_setup_ps() local 1939 enable_ps = arvif->ps; in ath10k_mac_vif_setup_ps() 1941 if (enable_ps && ath10k_mac_num_vifs_started(ar) > 1 && in ath10k_mac_vif_setup_ps() 1946 enable_ps = false; in ath10k_mac_vif_setup_ps() 1956 } else if (enable_ps) { in ath10k_mac_vif_setup_ps()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 1227 bool enable_ps; in ath11k_mac_vif_setup_ps() local 1234 enable_ps = arvif->ps; in ath11k_mac_vif_setup_ps() 1243 } else if (enable_ps) { in ath11k_mac_vif_setup_ps()
|
Completed in 43 milliseconds