Home
last modified time | relevance | path

Searched refs:fw_rate_idx (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl18xx/
H A Dtx.c21 u8 fw_rate = wl->links[hlid].fw_rate_idx; in wl18xx_get_last_tx_rate()
147 wl->links[hlid].fw_rate_idx = in wl18xx_tx_immediate_complete()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_cfo_trk.c907 u8 fw_rate_idx = rate_info->fw_rate_idx; in halbb_parsing_cfo() local
960 ((bb_phy_rate_table[fw_rate_idx - MAX_RATE_VHT - MAX_RATE_HT] << 2) in halbb_parsing_cfo()
961 + bb_phy_rate_table[fw_rate_idx - MAX_RATE_VHT - MAX_RATE_HT]) >> 2; in halbb_parsing_cfo()
963 cfo_t->tp += bb_phy_rate_table[fw_rate_idx - MAX_RATE_HT]; in halbb_parsing_cfo()
965 cfo_t->tp += bb_phy_rate_table[fw_rate_idx]; in halbb_parsing_cfo()
H A Dhalbb_ra.c144 u8 fw_rate_idx = 0; in halbb_mcs_ss_to_fw_rate_idx() local
147 fw_rate_idx = RATE_HE1SS_MCS0 + (ss - 1) * 12; // MAX HE MCS is MCS11 (Totally, 12 MCS index) in halbb_mcs_ss_to_fw_rate_idx()
149 fw_rate_idx = RATE_VHT1SS_MCS0 + (ss - 1) * 10; // MAX VHT MCS is MCS9 (Totally, 10 MCS index) in halbb_mcs_ss_to_fw_rate_idx()
151 fw_rate_idx = RATE_HT_MCS0 + (ss - 1) * 8; in halbb_mcs_ss_to_fw_rate_idx()
153 fw_rate_idx = 0; in halbb_mcs_ss_to_fw_rate_idx()
156 return fw_rate_idx; in halbb_mcs_ss_to_fw_rate_idx()
179 ra_i->fw_rate_idx = ra_i->idx; in halbb_rate_idx_parsor()
183 ra_i->fw_rate_idx = halbb_mcs_ss_to_fw_rate_idx(ra_i->mode, ra_i->idx, ra_i->ss); in halbb_rate_idx_parsor()
H A Dhalbb_ra.h226 u8 fw_rate_idx; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_cfo_trk.c907 u8 fw_rate_idx = rate_info->fw_rate_idx; in halbb_parsing_cfo() local
960 ((bb_phy_rate_table[fw_rate_idx - MAX_RATE_VHT - MAX_RATE_HT] << 2) in halbb_parsing_cfo()
961 + bb_phy_rate_table[fw_rate_idx - MAX_RATE_VHT - MAX_RATE_HT]) >> 2; in halbb_parsing_cfo()
963 cfo_t->tp += bb_phy_rate_table[fw_rate_idx - MAX_RATE_HT]; in halbb_parsing_cfo()
965 cfo_t->tp += bb_phy_rate_table[fw_rate_idx]; in halbb_parsing_cfo()
H A Dhalbb_ra.c144 u8 fw_rate_idx = 0; in halbb_mcs_ss_to_fw_rate_idx() local
147 fw_rate_idx = RATE_HE1SS_MCS0 + (ss - 1) * 12; // MAX HE MCS is MCS11 (Totally, 12 MCS index) in halbb_mcs_ss_to_fw_rate_idx()
149 fw_rate_idx = RATE_VHT1SS_MCS0 + (ss - 1) * 10; // MAX VHT MCS is MCS9 (Totally, 10 MCS index) in halbb_mcs_ss_to_fw_rate_idx()
151 fw_rate_idx = RATE_HT_MCS0 + (ss - 1) * 8; in halbb_mcs_ss_to_fw_rate_idx()
153 fw_rate_idx = 0; in halbb_mcs_ss_to_fw_rate_idx()
156 return fw_rate_idx; in halbb_mcs_ss_to_fw_rate_idx()
179 ra_i->fw_rate_idx = ra_i->idx; in halbb_rate_idx_parsor()
183 ra_i->fw_rate_idx = halbb_mcs_ss_to_fw_rate_idx(ra_i->mode, ra_i->idx, ra_i->ss); in halbb_rate_idx_parsor()
H A Dhalbb_ra.h226 u8 fw_rate_idx; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h269 u8 fw_rate_idx; member