Searched refs:pofdm_buf (Results 1 – 1 of 1) sorted by relevance
1158 struct phy_sts_ofdm_819xpci *pofdm_buf; in _rtl92e_query_rxphystatus() local1191 pofdm_buf = (struct phy_sts_ofdm_819xpci *)prxpkt; in _rtl92e_query_rxphystatus()1279 rx_pwr[i] = ((pofdm_buf->trsw_gain_X[i] & 0x3F) * in _rtl92e_query_rxphystatus()1292 rx_pwr_all = (((pofdm_buf->pwdb_all) >> 1) & 0x7f) - 106; in _rtl92e_query_rxphystatus()1304 tmp_rxevm = pofdm_buf->rxevm_X[i]; in _rtl92e_query_rxphystatus()