Searched refs:fw_rate_idx (Results 1 – 8 of 8) sorted by relevance
21 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()
907 u8 fw_rate_idx = rate_info->fw_rate_idx; in halbb_parsing_cfo() local960 ((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()
144 u8 fw_rate_idx = 0; in halbb_mcs_ss_to_fw_rate_idx() local147 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()
226 u8 fw_rate_idx; member
269 u8 fw_rate_idx; member