Home
last modified time | relevance | path

Searched refs:doflow_tput_thresh (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_config.h366 int32 doflow_tput_thresh; member
H A Ddhd_config.c4355 conf->doflow_tput_thresh = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4356 CONFIG_MSG("doflow_tput_thresh = %d\n", conf->doflow_tput_thresh); in dhd_conf_read_others()
4357 if (conf->doflow_tput_thresh > 0) in dhd_conf_read_others()
5030 conf->doflow_tput_thresh = 200; in dhd_conf_preinit()
5032 conf->doflow_tput_thresh = 9999; in dhd_conf_preinit()
5033 if (conf->doflow_tput_thresh > 0 && conf->doflow_tput_thresh < 9999) in dhd_conf_preinit()
H A Dwl_iapsta.c4129 if (apsta_params->tput_sum >= dhd->conf->doflow_tput_thresh && dhd_doflow) { in wl_tput_monitor_handler()
4134 else if (apsta_params->tput_sum < dhd->conf->doflow_tput_thresh && !dhd_doflow) { in wl_tput_monitor_handler()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_config.h369 int32 doflow_tput_thresh; member
H A Ddhd_config.c4494 conf->doflow_tput_thresh = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4495 CONFIG_MSG("doflow_tput_thresh = %d\n", conf->doflow_tput_thresh); in dhd_conf_read_others()
4496 if (conf->doflow_tput_thresh > 0) in dhd_conf_read_others()
5218 conf->doflow_tput_thresh = 200; in dhd_conf_preinit()
5220 conf->doflow_tput_thresh = 9999; in dhd_conf_preinit()
5221 if (conf->doflow_tput_thresh > 0 && conf->doflow_tput_thresh < 9999) in dhd_conf_preinit()
H A Dwl_iapsta.c4775 if (apsta_params->tput_sum >= dhd->conf->doflow_tput_thresh && dhd_doflow) { in wl_tput_monitor_handler()
4780 else if (apsta_params->tput_sum < dhd->conf->doflow_tput_thresh && !dhd_doflow) { in wl_tput_monitor_handler()