Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dssv_rc.c491 unsigned int this_thp, ewma_thp; in rate_control_pid_sample() local
512 this_thp = dlr * (1000000 / perfect_time); in rate_control_pid_sample()
515 rate->throughput = this_thp; in rate_control_pid_sample()
517 rate->throughput = (ewma_thp + this_thp) >> 1; in rate_control_pid_sample()
560 …be adjust[%d] dlr[%d%%] this_thp[%d] ewma_thp[%d] index[%d]\n",adj ,dlr,this_thp,ewma_thp,spinfo->… in rate_control_pid_sample()
588 this_thp = dlr * (1000000 / perfect_time); in rate_control_pid_sample()
591 rate->throughput = this_thp; in rate_control_pid_sample()
593 rate->throughput = (ewma_thp + this_thp) >> 1; in rate_control_pid_sample()
617 this_thp = dlr * (1000000 / perfect_time); in rate_control_pid_sample()
619 this_thp = 0; in rate_control_pid_sample()
[all …]