Searched refs:ofst_ss (Results 1 – 4 of 4) sorted by relevance
128 u16 ofst_ss = 0; in halbb_get_plurality_rx_rate_mu() local164 ofst_ss = idx / HE_VHT_NUM_MCS; in halbb_get_plurality_rx_rate_mu()166 if (ofst_ss >= 0) /*>=2SS*/ in halbb_get_plurality_rx_rate_mu()167 idx -= (ofst_ss * HE_VHT_NUM_MCS); in halbb_get_plurality_rx_rate_mu()171 rx_rate_plurality = ofst_mode + (ofst_ss << 4) + idx; in halbb_get_plurality_rx_rate_mu()545 u16 ofst_ss = 0; in halbb_get_plurality_rx_rate_su() local599 ofst_ss = idx / HE_VHT_NUM_MCS; in halbb_get_plurality_rx_rate_su()601 if (ofst_ss >= 0) /*>=2SS*/ in halbb_get_plurality_rx_rate_su()602 idx -= (ofst_ss * HE_VHT_NUM_MCS); in halbb_get_plurality_rx_rate_su()607 rx_rate_plurality = ofst_mode + (ofst_ss << 4) + idx; in halbb_get_plurality_rx_rate_su()
1088 u16 ofst_ss = 0; in rtw_hal_bb_get_su_rx_rate() local1134 ofst_ss = idx / HE_VHT_NUM_MCS; in rtw_hal_bb_get_su_rx_rate()1136 if (ofst_ss >= 0) /*>=2SS*/ in rtw_hal_bb_get_su_rx_rate()1137 idx -= (ofst_ss * HE_VHT_NUM_MCS); in rtw_hal_bb_get_su_rx_rate()1139 rx_rate = ofst_mode + (ofst_ss << 4) + idx; in rtw_hal_bb_get_su_rx_rate()