Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h120 u32 phy_stats:1; member
182 u32 phy_stats:1;
258 u32 phy_stats:1; member
318 u32 phy_stats:1;
Drtl8xxxu_core.c5040 struct rtl8723au_phy_stats *phy_stats, in rtl8xxxu_rx_parse_phystats() argument
5043 if (phy_stats->sgi_en) in rtl8xxxu_rx_parse_phystats()
5050 u8 cck_agc_rpt = phy_stats->cck_agc_rpt_ofdm_cfosho_a; in rtl8xxxu_rx_parse_phystats()
5068 (phy_stats->cck_sig_qual_ofdm_pwdb_all >> 1) - 110; in rtl8xxxu_rx_parse_phystats()
5207 struct rtl8723au_phy_stats *phy_stats; in rtl8xxxu_parse_rxdesc16() local
5252 phy_stats = (struct rtl8723au_phy_stats *)skb->data; in rtl8xxxu_parse_rxdesc16()
5258 if (rx_desc->phy_stats) in rtl8xxxu_parse_rxdesc16()
5259 rtl8xxxu_rx_parse_phystats(priv, rx_status, phy_stats, in rtl8xxxu_parse_rxdesc16()
5301 struct rtl8723au_phy_stats *phy_stats; in rtl8xxxu_parse_rxdesc24() local
5314 phy_stats = (struct rtl8723au_phy_stats *)skb->data; in rtl8xxxu_parse_rxdesc24()
[all …]
/Linux-v4.19/drivers/net/ethernet/intel/e1000/
De1000.h278 struct e1000_phy_stats phy_stats; member
De1000_ethtool.c399 regs_buff[22] = adapter->phy_stats.receive_errors; in e1000_get_regs()
402 regs_buff[21] = adapter->phy_stats.idle_errors; /* phy idle errors */ in e1000_get_regs()
De1000_main.c3726 adapter->phy_stats.idle_errors += phy_tmp; in e1000_update_stats()
3732 adapter->phy_stats.receive_errors += phy_tmp; in e1000_update_stats()
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/
De1000.h286 struct e1000_phy_stats phy_stats; member
Dethtool.c476 regs_buff[22] = adapter->phy_stats.receive_errors; in e1000_get_regs()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_port.c279 struct mlx4_en_phy_stats *p_stats = &priv->phy_stats; in mlx4_en_DUMP_ETH_STATS()
Dmlx4_en.h614 struct mlx4_en_phy_stats phy_stats; member
Den_ethtool.c420 data[index++] = ((unsigned long *)&priv->phy_stats)[i]; in mlx4_en_get_ethtool_stats()