Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dssv_ht_rc.c99 mr->cur_tp = 0; in minstrel_ht_calc_tp()
104 mr->cur_tp = MINSTREL_TRUNC((1000000 / usecs) * mr->probability); in minstrel_ht_calc_tp()
110 int cur_prob, cur_prob_tp, cur_tp, cur_tp2; in rate_control_ht_sample() local
125 cur_tp = 0; in rate_control_ht_sample()
140 …ntk("rate[%d]probability[%08d]cur_prob[%08d]TP[%04d]\n",i,mr->probability,mr->cur_prob,mr->cur_tp); in rate_control_ht_sample()
144 printk("rate[%d]probability[%08d]TP[%d]\n",i,mr->probability,mr->cur_tp); in rate_control_ht_sample()
146 if (!mr->cur_tp) in rate_control_ht_sample()
149 printk("HT--1 mr->cur_tp[%d]cur_prob_tp[%d]\n",mr->cur_tp,cur_prob_tp); in rate_control_ht_sample()
151 if ((mr->cur_tp > cur_prob_tp && mr->probability > in rate_control_ht_sample()
155 cur_prob_tp = mr->cur_tp; in rate_control_ht_sample()
[all …]
H A Dssv_rc_common.h131 unsigned int cur_tp; member
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dpt.c1148 struct topa_page *cur_tp; in pt_buffer_reset_offsets() local
1159 cur_tp = topa_entry_to_page(te); in pt_buffer_reset_offsets()
1160 buf->cur = &cur_tp->topa; in pt_buffer_reset_offsets()