Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_rainfo.c96 struct _rate_adaptive_table_ *p_ra_table = &p_dm->dm_ra_table; in phydm_ra_debug() local
118 …((p_ra_table->RA_threshold_offset == 0) ? " " : ((p_ra_table->RA_offset_direction) ? "+" : "-")), in phydm_ra_debug()
121 p_ra_table->RA_offset_direction = 0; in phydm_ra_debug()
122 p_ra_table->RA_threshold_offset = (u8)var1[2]; in phydm_ra_debug()
123 …PHYDM_SNPRINTF((output + used, out_len - used, "[Set] RA_ofst=((-%d))\n", p_ra_table->RA_threshold… in phydm_ra_debug()
125 p_ra_table->RA_offset_direction = 1; in phydm_ra_debug()
126 p_ra_table->RA_threshold_offset = (u8)var1[2]; in phydm_ra_debug()
127 …PHYDM_SNPRINTF((output + used, out_len - used, "[Set] RA_ofst=((+%d))\n", p_ra_table->RA_threshold… in phydm_ra_debug()
156 struct _rate_adaptive_table_ *p_ra_table = &p_dm->dm_ra_table; in odm_c2h_ra_para_report_handler() local
174 if (p_ra_table->is_ra_dbg_init) in odm_c2h_ra_para_report_handler()
[all …]
H A Dphydm_rssi_monitor.c181 struct _rate_adaptive_table_ *p_ra_table = &p_dm->dm_ra_table; in odm_rssi_monitor_check_mp() local
259 …h2c_parameter[4] = (p_ra_table->RA_threshold_offset & 0x7f) | (p_ra_table->RA_offset_direction << … in odm_rssi_monitor_check_mp()
260 …set = (( %s%d ))\n", ((p_ra_table->RA_threshold_offset == 0) ? " " : ((p_ra_table->RA_offset_direc… in odm_rssi_monitor_check_mp()
340 …h2c_parameter[4] = (p_ra_table->RA_threshold_offset & 0x7f) | (p_ra_table->RA_offset_direction << … in odm_rssi_monitor_check_mp()
341 …set = (( %s%d ))\n", ((p_ra_table->RA_threshold_offset == 0) ? " " : ((p_ra_table->RA_offset_direc… in odm_rssi_monitor_check_mp()
442 struct _rate_adaptive_table_ *p_ra_table = &p_dm->dm_ra_table; in phydm_rssi_monitor_init() local
447 p_ra_table->PT_collision_pre = true; /*used in odm_dynamic_arfb_select(WIN only)*/ in phydm_rssi_monitor_init()
453 p_ra_table->firstconnect = false; in phydm_rssi_monitor_init()
H A Dphydm_debug.c1099 struct _rate_adaptive_table_ *p_ra_table = &p_dm->dm_ra_table; in phydm_basic_dbg_message() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/txbf/
H A Dhaltxbf8814a.c126 struct _rate_adaptive_table_ *p_ra_table = &p_dm->dm_ra_table; in hal_txbf_8814a_get_tx_rate() local