Searched refs:pkt_cnt_tmp (Results 1 – 6 of 6) sorted by relevance
125 u16 *pkt_cnt_tmp; in halbb_get_plurality_rx_rate_mu() local140 pkt_cnt_tmp = pkt_cnt->pkt_cnt_he; in halbb_get_plurality_rx_rate_mu()144 pkt_cnt_tmp = pkt_cnt->pkt_cnt_vht; in halbb_get_plurality_rx_rate_mu()152 if (pkt_cnt_tmp[i] >= max_num_tmp) { in halbb_get_plurality_rx_rate_mu()153 max_num_tmp = pkt_cnt_tmp[i]; in halbb_get_plurality_rx_rate_mu()542 u16 *pkt_cnt_tmp; in halbb_get_plurality_rx_rate_su() local569 pkt_cnt_tmp = pkt_cnt->pkt_cnt_he; in halbb_get_plurality_rx_rate_su()573 pkt_cnt_tmp = pkt_cnt->pkt_cnt_vht; in halbb_get_plurality_rx_rate_su()577 pkt_cnt_tmp = pkt_cnt->pkt_cnt_ht; in halbb_get_plurality_rx_rate_su()586 if (pkt_cnt_tmp[i] >= max_num_tmp) { in halbb_get_plurality_rx_rate_su()[all …]
492 u32 pkt_cnt_tmp = 0, phy_rate_sum = 0; in halbb_rx_avg_phy_rate() local504 pkt_cnt_tmp += pkt_cnt->pkt_cnt_he[i]; in halbb_rx_avg_phy_rate()515 pkt_cnt_tmp += pkt_cnt->pkt_cnt_vht[i]; in halbb_rx_avg_phy_rate()527 pkt_cnt_tmp += pkt_cnt->pkt_cnt_ht[i]; in halbb_rx_avg_phy_rate()544 pkt_cnt_tmp += pkt_cnt->pkt_cnt_legacy[i]; in halbb_rx_avg_phy_rate()557 pkt_cnt_tmp += pkt_cnt->pkt_cnt_sc40[i]; in halbb_rx_avg_phy_rate()567 pkt_cnt_tmp += pkt_cnt->pkt_cnt_sc20[i]; in halbb_rx_avg_phy_rate()571 return (u16)HALBB_DIV(phy_rate_sum, pkt_cnt_tmp); /*avg_phy_rate*/ in halbb_rx_avg_phy_rate()
1085 u16 *pkt_cnt_tmp; in rtw_hal_bb_get_su_rx_rate() local1109 pkt_cnt_tmp = rpt.pkt_cnt_he; in rtw_hal_bb_get_su_rx_rate()1113 pkt_cnt_tmp = rpt.pkt_cnt_vht; in rtw_hal_bb_get_su_rx_rate()1117 pkt_cnt_tmp = rpt.pkt_cnt_ht; in rtw_hal_bb_get_su_rx_rate()1125 if (pkt_cnt_tmp[i] >= max_num_tmp) { in rtw_hal_bb_get_su_rx_rate()1126 max_num_tmp = pkt_cnt_tmp[i]; in rtw_hal_bb_get_su_rx_rate()