Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtl8xxxu/
H A D8710b.c1788 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; in rtl8710b_cck_rssi() local
1789 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()
H A D8192f.c1969 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; in rtl8192f_cck_rssi() local
1970 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()
H A Dcore.c5770 struct jaguar2_phy_stats_type0 *phy_stats0, in jaguar2_rx_parse_phystats_type0() argument
5774 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() local
5836 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()