Home
last modified time | relevance | path

Searched refs:ps_timeout (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/silabs/wfx/
H A Dsta.c184 int ps_timeout; in wfx_update_pm() local
189 ps_timeout = wfx_get_ps_timeout(wvif, &ps); in wfx_update_pm()
191 ps_timeout = 0; in wfx_update_pm()
192 WARN_ON(ps_timeout < 0); in wfx_update_pm()
194 ps_timeout = 0; in wfx_update_pm()
198 return wfx_hif_set_pm(wvif, ps, ps_timeout); in wfx_update_pm()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_pci.c227 if (fbd->ps_timeout && fbnic_mac_check_tx_pause(fbd)) in fbnic_service_task()
306 fbd->ps_timeout = FBNIC_MAC_PS_TO_DEFAULT_MS; in fbnic_probe()
H A Dfbnic_ethtool.c1745 *(u16 *)data = fbn->fbd->ps_timeout; in fbnic_get_tunable()
1764 u16 ps_timeout = *(u16 *)data; in fbnic_set_tunable() local
1766 err = fbnic_mac_ps_protect_to_config(fbn->fbd, ps_timeout); in fbnic_set_tunable()
/linux/net/wireless/
H A Dwext-compat.c1129 int timeout = wdev->ps_timeout; in cfg80211_wext_siwpower()
1165 wdev->ps_timeout = timeout; in cfg80211_wext_siwpower()
H A Dcore.c1636 wdev->ps_timeout = -1; in cfg80211_init_wdev()
1820 wdev->ps_timeout)) { in cfg80211_netdev_notifier_call()
H A Dnl80211.c14974 err = rdev_set_power_mgmt(rdev, dev, state, wdev->ps_timeout); in nl80211_set_power_save()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c1955 int ps_timeout; in ath10k_mac_vif_setup_ps() local
1984 ps_timeout = conf->dynamic_ps_timeout; in ath10k_mac_vif_setup_ps()
1985 if (ps_timeout == 0) { in ath10k_mac_vif_setup_ps()
1987 ps_timeout = ieee80211_tu_to_usec( in ath10k_mac_vif_setup_ps()
1992 ps_timeout); in ath10k_mac_vif_setup_ps()
/linux/include/net/
H A Dcfg80211.h7262 int ps_timeout; member