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.c5735 struct jaguar2_phy_stats_type1 *phy_stats1, in jaguar2_rx_parse_phystats_type1() argument
5750 priv->cfo_tracking.cfo_tail[RF_A] = phy_stats1->cfo_tail[RF_A]; in jaguar2_rx_parse_phystats_type1()
5751 priv->cfo_tracking.cfo_tail[RF_B] = phy_stats1->cfo_tail[RF_B]; in jaguar2_rx_parse_phystats_type1()
5757 pwdb_max = max(pwdb_max, phy_stats1->pwdb[rx_path]); in jaguar2_rx_parse_phystats_type1()
5762 rxsc = phy_stats1->l_rxsc; in jaguar2_rx_parse_phystats_type1()
5764 rxsc = phy_stats1->ht_rxsc; in jaguar2_rx_parse_phystats_type1()
5766 if (phy_stats1->rf_mode == 0 || rxsc == 1 || rxsc == 2) in jaguar2_rx_parse_phystats_type1()
5794 struct jaguar2_phy_stats_type1 *phy_stats1 = (struct jaguar2_phy_stats_type1 *)phy_stats; in jaguar2_rx_parse_phystats() local
5805 jaguar2_rx_parse_phystats_type1(priv, rx_status, phy_stats1, in jaguar2_rx_parse_phystats()