| /Linux-v5.15/net/ethtool/ |
| D | stats.c | 17 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/ |
| D | rtl8xxxu.h | 112 u32 phy_stats:1; member 174 u32 phy_stats:1; 250 u32 phy_stats:1; member 310 u32 phy_stats:1;
|
| D | rtl8xxxu_core.c | 5078 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/ |
| D | e1000.h | 277 struct e1000_phy_stats phy_stats; member
|
| D | e1000_ethtool.c | 399 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()
|
| D | e1000_main.c | 3720 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/ |
| D | ethtool.h | 700 struct ethtool_eth_phy_stats *phy_stats);
|
| /Linux-v5.15/drivers/net/ethernet/intel/e1000e/ |
| D | e1000.h | 286 struct e1000_phy_stats phy_stats; member
|
| D | ethtool.c | 483 regs_buff[22] = adapter->phy_stats.receive_errors; in e1000_get_regs()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_stats.h | 121 struct ethtool_eth_phy_stats *phy_stats);
|
| D | en_ethtool.c | 2321 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()
|
| D | en_stats.c | 814 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/ |
| D | en_port.c | 279 struct mlx4_en_phy_stats *p_stats = &priv->phy_stats; in mlx4_en_DUMP_ETH_STATS()
|
| D | mlx4_en.h | 599 struct mlx4_en_phy_stats phy_stats; member
|
| D | en_ethtool.c | 420 data[index++] = ((unsigned long *)&priv->phy_stats)[i]; in mlx4_en_get_ethtool_stats()
|
| /Linux-v5.15/drivers/net/ethernet/microchip/sparx5/ |
| D | sparx5_ethtool.c | 812 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/ |
| D | spectrum_ethtool.c | 1077 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/ |
| D | bnxt_ethtool.c | 4100 struct ethtool_eth_phy_stats *phy_stats) in bnxt_get_eth_phy_stats() argument 4109 phy_stats->SymbolErrorDuringCarrier = in bnxt_get_eth_phy_stats()
|