Searched refs:ssv_rc (Results 1 – 6 of 6) sorted by relevance
265 struct ssv_rate_ctrl *ssv_rc) in minstrel_ht_set_rate() argument281 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() argument340 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() local361 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 …]
477 static void rate_control_pid_sample(struct ssv_rate_ctrl* ssv_rc,struct rc_pid_info *pinfo, in rate_control_pid_sample() argument507 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() local755 …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() local885 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 …]
19 KERN_SRCS += ssv_rc.c
721 struct ssv_rate_ctrl *ssv_rc = NULL; in ssv6xxx_set_frame_duration() local754 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()
33 KERN_SRCS += smac/ssv_rc.c
31 KERN_SRCS += smac/ssv_rc.c