Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dssv_rc.c488 struct ssv_rc_rate *rc_table; in rate_control_pid_sample() local
507 rc_table = &ssv_rc->rc_table[spinfo->txrate_idx]; in rate_control_pid_sample()
538 tmp = RC_PID_DO_ARITH_RIGHT_SHIFT(tmp, rc_table->arith_shift); in rate_control_pid_sample()
543 err_prop = (rc_table->target_pf - pf) << rc_table->arith_shift; in rate_control_pid_sample()
556 adj = RC_PID_DO_ARITH_RIGHT_SHIFT(adj, rc_table->arith_shift<<1); in rate_control_pid_sample()
755 …if(ssv_rc->rc_table[rc_sta->pinfo.rinfo[spinfo->txrate_idx].rc_index].hw_rate_idx == report_data->… in ssv6xxx_legacy_report_handler()
759 …else if(ssv_rc->rc_table[rc_sta->pinfo.rinfo[spinfo->tmp_rate_idx].rc_index].hw_rate_idx == report… in ssv6xxx_legacy_report_handler()
768 ssv_rc->rc_table[rc_sta->pinfo.rinfo[spinfo->tmp_rate_idx].rc_index].hw_rate_idx, in ssv6xxx_legacy_report_handler()
770 ssv_rc->rc_table[rc_sta->pinfo.rinfo[spinfo->txrate_idx].rc_index].hw_rate_idx); in ssv6xxx_legacy_report_handler()
1113 rc_rate = &ssv_rc->rc_table[i]; in ssv6xxx_get_rate()
[all …]
H A Dssv_ht_rc.c281 rate->drate = ssv_rc->rc_table[mr->rc_index].hw_rate_idx; in minstrel_ht_set_rate()
282 rate->crate = ssv_rc->rc_table[mr->rc_index].ctrl_rate_idx; in minstrel_ht_set_rate()
340 info->control.rates[0].idx = ssv_rc->rc_table[ar[0].drate].dot11_rate_idx; in _fill_txinfo_rates()
361 ar[0].drate = ssv_rc->rc_table[sc->max_rate_idx].hw_rate_idx; in ssv62xx_ht_rate_update()
362 ar[0].crate = ssv_rc->rc_table[sc->max_rate_idx].ctrl_rate_idx; in ssv62xx_ht_rate_update()
364 ar[1].drate = ssv_rc->rc_table[sc->max_rate_idx].hw_rate_idx; in ssv62xx_ht_rate_update()
365 ar[1].crate = ssv_rc->rc_table[sc->max_rate_idx].ctrl_rate_idx; in ssv62xx_ht_rate_update()
367 ar[2].drate = ssv_rc->rc_table[sc->max_rate_idx].hw_rate_idx; in ssv62xx_ht_rate_update()
368 ar[2].crate = ssv_rc->rc_table[sc->max_rate_idx].ctrl_rate_idx; in ssv62xx_ht_rate_update()
370 return ssv_rc->rc_table[sc->max_rate_idx].hw_rate_idx; in ssv62xx_ht_rate_update()
[all …]
H A Dssv_rc_common.h180 struct ssv_rc_rate *rc_table; member
H A Ddev.c756 drate_kbps = ssv_rc->rc_table[rc_params[nRCParams].drate].rate_kbps; in ssv6xxx_set_frame_duration()
757 crate_kbps = ssv_rc->rc_table[rc_params[nRCParams].crate].rate_kbps; in ssv6xxx_set_frame_duration()