Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c5690 struct jaguar2_phy_stats_type1 *phy_stats1, in jaguar2_rx_parse_phystats_type1() argument
5705 priv->cfo_tracking.cfo_tail[RF_A] = phy_stats1->cfo_tail[RF_A]; in jaguar2_rx_parse_phystats_type1()
5706 priv->cfo_tracking.cfo_tail[RF_B] = phy_stats1->cfo_tail[RF_B]; in jaguar2_rx_parse_phystats_type1()
5712 pwdb_max = max(pwdb_max, phy_stats1->pwdb[rx_path]); in jaguar2_rx_parse_phystats_type1()
5717 rxsc = phy_stats1->l_rxsc; in jaguar2_rx_parse_phystats_type1()
5719 rxsc = phy_stats1->ht_rxsc; in jaguar2_rx_parse_phystats_type1()
5721 if (phy_stats1->rf_mode == 0 || rxsc == 1 || rxsc == 2) in jaguar2_rx_parse_phystats_type1()
5749 struct jaguar2_phy_stats_type1 *phy_stats1 = (struct jaguar2_phy_stats_type1 *)phy_stats; in jaguar2_rx_parse_phystats() local
5760 jaguar2_rx_parse_phystats_type1(priv, rx_status, phy_stats1, in jaguar2_rx_parse_phystats()