Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h73 u32 phy_stats:1; member
134 u32 phy_stats:1;
Drtl8xxxu.c4889 struct rtl8723au_phy_stats *phy_stats) in rtl8xxxu_rx_parse_phystats() argument
4891 if (phy_stats->sgi_en) in rtl8xxxu_rx_parse_phystats()
4898 u8 cck_agc_rpt = phy_stats->cck_agc_rpt_ofdm_cfosho_a; in rtl8xxxu_rx_parse_phystats()
4916 (phy_stats->cck_sig_qual_ofdm_pwdb_all >> 1) - 110; in rtl8xxxu_rx_parse_phystats()
5013 struct rtl8723au_phy_stats *phy_stats; in rtl8xxxu_rx_complete() local
5032 phy_stats = (struct rtl8723au_phy_stats *)skb->data; in rtl8xxxu_rx_complete()
5040 if (rx_desc->phy_stats) in rtl8xxxu_rx_complete()
5042 rx_desc, phy_stats); in rtl8xxxu_rx_complete()
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000.h301 struct e1000_phy_stats phy_stats; member
De1000_ethtool.c420 regs_buff[22] = adapter->phy_stats.receive_errors; in e1000_get_regs()
423 regs_buff[21] = adapter->phy_stats.idle_errors; /* phy idle errors */ in e1000_get_regs()
De1000_main.c3733 adapter->phy_stats.idle_errors += phy_tmp; in e1000_update_stats()
3739 adapter->phy_stats.receive_errors += phy_tmp; in e1000_update_stats()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
De1000.h306 struct e1000_phy_stats phy_stats; member
Dethtool.c477 regs_buff[22] = adapter->phy_stats.receive_errors; in e1000_get_regs()