Searched refs:tput_monitor_ms (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.h | 360 uint tput_monitor_ms; member
|
| H A D | dhd_config.c | 1094 if (conf->tput_monitor_ms && conf->data_drop_mode >= FW_DROP) { in dhd_conf_tput_monitor() 1105 if (diff_ms >= conf->tput_monitor_ms) { in dhd_conf_tput_monitor() 4350 conf->tput_monitor_ms = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others() 4351 CONFIG_MSG("tput_monitor_ms = %d\n", conf->tput_monitor_ms); in dhd_conf_read_others() 4358 conf->tput_monitor_ms = 1000; in dhd_conf_read_others() 4371 conf->tput_monitor_ms = 1000; in dhd_conf_read_others() 5027 conf->tput_monitor_ms = 0; in dhd_conf_preinit() 5034 conf->tput_monitor_ms = 1000; in dhd_conf_preinit() 5046 conf->tput_monitor_ms = 1000; in dhd_conf_preinit()
|
| H A D | wl_iapsta.c | 3373 wl_ext_mod_timer(&apsta_params->monitor_timer, 0, dhd->conf->tput_monitor_ms); in wl_iapsta_suspend_resume() 4079 uint timeout = dhd->conf->tput_monitor_ms; in wl_tput_monitor_handler() 4847 if (apsta_params->dhd->conf->tput_monitor_ms) in wl_ext_iapsta_event()
|
| H A D | dhd_linux.c | 4399 if (dhd->pub.conf->tput_monitor_ms) { in BCMFASTPATH()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.h | 363 uint tput_monitor_ms; member
|
| H A D | dhd_config.c | 1154 if (conf->tput_monitor_ms && conf->data_drop_mode >= FW_DROP) { in dhd_conf_tput_monitor() 1165 if (diff_ms >= conf->tput_monitor_ms) { in dhd_conf_tput_monitor() 4489 conf->tput_monitor_ms = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others() 4490 CONFIG_MSG("tput_monitor_ms = %d\n", conf->tput_monitor_ms); in dhd_conf_read_others() 4497 conf->tput_monitor_ms = 1000; in dhd_conf_read_others() 4510 conf->tput_monitor_ms = 1000; in dhd_conf_read_others() 5215 conf->tput_monitor_ms = 0; in dhd_conf_preinit() 5222 conf->tput_monitor_ms = 1000; in dhd_conf_preinit() 5234 conf->tput_monitor_ms = 1000; in dhd_conf_preinit()
|
| H A D | wl_iapsta.c | 3803 wl_timer_mod(dhd, &apsta_params->monitor_timer, dhd->conf->tput_monitor_ms); in wl_iapsta_suspend_resume() 4721 uint timeout = dhd->conf->tput_monitor_ms; in wl_tput_monitor_handler() 5448 if (dhd->conf->tput_monitor_ms) in wl_ext_iapsta_event()
|
| H A D | dhd_linux.c | 4408 if (dhd->pub.conf->tput_monitor_ms) { in BCMFASTPATH()
|