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

/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A D8192f.c1969 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; local
1970 u8 lna_idx = (phy_stats0->lna_h << 3) | phy_stats0->lna_l;
1971 u8 vga_idx = phy_stats0->vga;
H A D8710b.c1788 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; local
1789 u8 lna_idx = (phy_stats0->lna_h << 3) | phy_stats0->lna_l;
1790 u8 vga_idx = phy_stats0->vga;
H A Dcore.c5761 struct jaguar2_phy_stats_type0 *phy_stats0,
5765 s8 rx_power = phy_stats0->pwdb - 110;
5768 rx_power = priv->fops->cck_rssi(priv, (struct rtl8723au_phy_stats *)phy_stats0);
5823 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; local
5827 switch (phy_stats0->page_num) {
5830 jaguar2_rx_parse_phystats_type0(priv, rx_status, phy_stats0,
5759 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 267 milliseconds