Lines Matching defs:p_ra
791 struct rate_adaptive *p_ra = &rtlpriv->ra;
793 p_ra->ratr_state = DM_RATR_STA_INIT;
794 p_ra->pre_ratr_state = DM_RATR_STA_INIT;
801 p_ra->ldpc_thres = 35;
802 p_ra->use_ldpc = false;
803 p_ra->high_rssi_thresh_for_ra = 50;
804 p_ra->low_rssi_thresh_for_ra40m = 20;
811 struct rate_adaptive *p_ra = &rtlpriv->ra;
813 u32 high_rssithresh_for_ra = p_ra->high_rssi_thresh_for_ra;
814 u32 low_rssithresh_for_ra = p_ra->low_rssi_thresh_for_ra40m;
861 struct rate_adaptive *p_ra = &rtlpriv->ra;
878 if (rtlpriv->dm.undec_sm_pwdb < p_ra->ldpc_thres) {
879 p_ra->use_ldpc = true;
880 p_ra->lower_rts_rate = true;
882 (p_ra->ldpc_thres - 5)) {
883 p_ra->use_ldpc = false;
884 p_ra->lower_rts_rate = false;
887 &p_ra->ratr_state)) {
892 p_ra->ratr_state,
896 p_ra->pre_ratr_state = p_ra->ratr_state;