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

/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8192f.c1985 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; local
1986 u8 lna_idx = (phy_stats0->lna_h << 3) | phy_stats0->lna_l;
1987 u8 vga_idx = phy_stats0->vga;
H A Drtl8xxxu_8710b.c1804 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; local
1805 u8 lna_idx = (phy_stats0->lna_h << 3) | phy_stats0->lna_l;
1806 u8 vga_idx = phy_stats0->vga;
H A Drtl8xxxu_core.c5806 struct jaguar2_phy_stats_type0 *phy_stats0,
5810 s8 rx_power = phy_stats0->pwdb - 110;
5813 rx_power = priv->fops->cck_rssi(priv, (struct rtl8723au_phy_stats *)phy_stats0);
5868 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; local
5872 switch (phy_stats0->page_num) {
5875 jaguar2_rx_parse_phystats_type0(priv, rx_status, phy_stats0,
5804 jaguar2_rx_parse_phystats_type0(struct rtl8xxxu_priv *priv, struct ieee80211_rx_status *rx_status, struct jaguar2_phy_stats_type0 *phy_stats0, u32 rxmcs, struct ieee80211_hdr *hdr, bool crc_icv_err) argument

Completed in 255 milliseconds