Searched refs:phy_stats0 (Results 1 – 3 of 3) sorted by relevance
1804 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; in rtl8710b_cck_rssi() local1805 u8 lna_idx = (phy_stats0->lna_h << 3) | phy_stats0->lna_l; in rtl8710b_cck_rssi()1806 u8 vga_idx = phy_stats0->vga; in rtl8710b_cck_rssi()
1985 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; in rtl8192f_cck_rssi() local1986 u8 lna_idx = (phy_stats0->lna_h << 3) | phy_stats0->lna_l; in rtl8192f_cck_rssi()1987 u8 vga_idx = phy_stats0->vga; in rtl8192f_cck_rssi()
5727 struct jaguar2_phy_stats_type0 *phy_stats0, in jaguar2_rx_parse_phystats_type0() argument5731 s8 rx_power = phy_stats0->pwdb - 110; in jaguar2_rx_parse_phystats_type0()5734 rx_power = priv->fops->cck_rssi(priv, (struct rtl8723au_phy_stats *)phy_stats0); in jaguar2_rx_parse_phystats_type0()5790 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; in jaguar2_rx_parse_phystats() local5794 switch (phy_stats0->page_num) { in jaguar2_rx_parse_phystats()5797 jaguar2_rx_parse_phystats_type0(priv, rx_status, phy_stats0, in jaguar2_rx_parse_phystats()