Searched refs:phy_stats0 (Results 1 – 3 of 3) sorted by relevance
1788 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; in rtl8710b_cck_rssi() local1789 u8 lna_idx = (phy_stats0->lna_h << 3) | phy_stats0->lna_l; in rtl8710b_cck_rssi()1790 u8 vga_idx = phy_stats0->vga; in rtl8710b_cck_rssi()
1969 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; in rtl8192f_cck_rssi() local1970 u8 lna_idx = (phy_stats0->lna_h << 3) | phy_stats0->lna_l; in rtl8192f_cck_rssi()1971 u8 vga_idx = phy_stats0->vga; in rtl8192f_cck_rssi()
5770 struct jaguar2_phy_stats_type0 *phy_stats0, in jaguar2_rx_parse_phystats_type0() argument5774 s8 rx_power = phy_stats0->pwdb - 110; in jaguar2_rx_parse_phystats_type0()5777 rx_power = priv->fops->cck_rssi(priv, (struct rtl8723au_phy_stats *)phy_stats0); in jaguar2_rx_parse_phystats_type0()5832 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; in jaguar2_rx_parse_phystats() local5836 switch (phy_stats0->page_num) { in jaguar2_rx_parse_phystats()5839 jaguar2_rx_parse_phystats_type0(priv, rx_status, phy_stats0, in jaguar2_rx_parse_phystats()