Home
last modified time | relevance | path

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

/Linux-v5.15/net/ethtool/
Dstats.c17 struct ethtool_eth_phy_stats phy_stats; member
120 memset(&data->phy_stats, 0xff, sizeof(data->phy_stats)); in stats_prepare_data()
127 dev->ethtool_ops->get_eth_phy_stats(dev, &data->phy_stats); in stats_prepare_data()
220 data->phy_stats.SymbolErrorDuringCarrier)) in stats_put_phy_stats()
/Linux-v5.15/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h112 u32 phy_stats:1; member
174 u32 phy_stats:1;
250 u32 phy_stats:1; member
310 u32 phy_stats:1;
Drtl8xxxu_core.c5078 struct rtl8723au_phy_stats *phy_stats, in rtl8xxxu_rx_parse_phystats() argument
5081 if (phy_stats->sgi_en) in rtl8xxxu_rx_parse_phystats()
5088 u8 cck_agc_rpt = phy_stats->cck_agc_rpt_ofdm_cfosho_a; in rtl8xxxu_rx_parse_phystats()
5106 (phy_stats->cck_sig_qual_ofdm_pwdb_all >> 1) - 110; in rtl8xxxu_rx_parse_phystats()
5558 struct rtl8723au_phy_stats *phy_stats; in rtl8xxxu_parse_rxdesc16() local
5608 phy_stats = (struct rtl8723au_phy_stats *)skb->data; in rtl8xxxu_parse_rxdesc16()
5614 if (rx_desc->phy_stats) in rtl8xxxu_parse_rxdesc16()
5615 rtl8xxxu_rx_parse_phystats(priv, rx_status, phy_stats, in rtl8xxxu_parse_rxdesc16()
5659 struct rtl8723au_phy_stats *phy_stats; in rtl8xxxu_parse_rxdesc24() local
5672 phy_stats = (struct rtl8723au_phy_stats *)skb->data; in rtl8xxxu_parse_rxdesc24()
[all …]
/Linux-v5.15/drivers/net/ethernet/intel/e1000/
De1000.h277 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.c3720 adapter->phy_stats.idle_errors += phy_tmp; in e1000_update_stats()
3726 adapter->phy_stats.receive_errors += phy_tmp; in e1000_update_stats()
/Linux-v5.15/include/linux/
Dethtool.h700 struct ethtool_eth_phy_stats *phy_stats);
/Linux-v5.15/drivers/net/ethernet/intel/e1000e/
De1000.h286 struct e1000_phy_stats phy_stats; member
Dethtool.c483 regs_buff[22] = adapter->phy_stats.receive_errors; in e1000_get_regs()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.h121 struct ethtool_eth_phy_stats *phy_stats);
Den_ethtool.c2321 struct ethtool_eth_phy_stats *phy_stats) in mlx5e_get_eth_phy_stats() argument
2325 mlx5e_stats_eth_phy_get(priv, phy_stats); in mlx5e_get_eth_phy_stats()
Den_stats.c814 struct ethtool_eth_phy_stats *phy_stats) in mlx5e_stats_eth_phy_get() argument
822 phy_stats->SymbolErrorDuringCarrier = in mlx5e_stats_eth_phy_get()
/Linux-v5.15/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.h599 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()
/Linux-v5.15/drivers/net/ethernet/microchip/sparx5/
Dsparx5_ethtool.c812 struct ethtool_eth_phy_stats *phy_stats) in sparx5_get_eth_phy_stats() argument
831 phy_stats->SymbolErrorDuringCarrier = in sparx5_get_eth_phy_stats()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ethtool.c1077 struct ethtool_eth_phy_stats *phy_stats) in mlxsw_sp_get_eth_phy_stats() argument
1085 phy_stats->SymbolErrorDuringCarrier = in mlxsw_sp_get_eth_phy_stats()
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c4100 struct ethtool_eth_phy_stats *phy_stats) in bnxt_get_eth_phy_stats() argument
4109 phy_stats->SymbolErrorDuringCarrier = in bnxt_get_eth_phy_stats()