Home
last modified time | relevance | path

Searched refs:phy_stats0 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8710b.c1804 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; in rtl8710b_cck_rssi() local
1805 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()
H A Drtl8xxxu_8192f.c1985 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; in rtl8192f_cck_rssi() local
1986 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()
H A Drtl8xxxu_core.c5727 struct jaguar2_phy_stats_type0 *phy_stats0, in jaguar2_rx_parse_phystats_type0() argument
5731 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() local
5794 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()