Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c5721 struct jaguar2_phy_stats_type0 *phy_stats0, in jaguar2_rx_parse_phystats_type0() argument
5725 s8 rx_power = phy_stats0->pwdb - 110; in jaguar2_rx_parse_phystats_type0()
5728 rx_power = priv->fops->cck_rssi(priv, (struct rtl8723au_phy_stats *)phy_stats0); in jaguar2_rx_parse_phystats_type0()
5793 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; in jaguar2_rx_parse_phystats() local
5797 switch (phy_stats0->page_num) { in jaguar2_rx_parse_phystats()
5800 jaguar2_rx_parse_phystats_type0(priv, rx_status, phy_stats0, in jaguar2_rx_parse_phystats()