Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dssv_ht_rc.c265 struct ssv_rate_ctrl *ssv_rc) in minstrel_ht_set_rate() argument
281 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()
337 static void _fill_txinfo_rates (struct ssv_rate_ctrl *ssv_rc, struct sk_buff *skb, struct fw_rc_ret… in _fill_txinfo_rates() argument
340 info->control.rates[0].idx = ssv_rc->rc_table[ar[0].drate].dot11_rate_idx; in _fill_txinfo_rates()
348 struct ssv_rate_ctrl *ssv_rc = sc->rc; in ssv62xx_ht_rate_update() local
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()
[all …]
H A Dssv_rc.c477 static void rate_control_pid_sample(struct ssv_rate_ctrl* ssv_rc,struct rc_pid_info *pinfo, in rate_control_pid_sample() argument
507 rc_table = &ssv_rc->rc_table[spinfo->txrate_idx]; in rate_control_pid_sample()
697 struct ssv_rate_ctrl *ssv_rc=sc->rc; in ssv6xxx_legacy_report_handler() local
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()
837 struct ssv_rate_ctrl *ssv_rc=sc->rc; in ssv6xxx_sample_work() local
885 rc_sta = &ssv_rc->sta_rc_info[ssv_sta_priv->rc_idx]; in ssv6xxx_sample_work()
904 rc_sta = &ssv_rc->sta_rc_info[i]; in ssv6xxx_sample_work()
[all …]
H A DMakefile19 KERN_SRCS += ssv_rc.c
H A Ddev.c721 struct ssv_rate_ctrl *ssv_rc = NULL; in ssv6xxx_set_frame_duration() local
754 ssv_rc = sc->rc; in ssv6xxx_set_frame_duration()
756 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/
H A DMakefile33 KERN_SRCS += smac/ssv_rc.c
H A DMakefile.android31 KERN_SRCS += smac/ssv_rc.c