/linux/net/ethtool/ |
A 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/drivers/net/wireless/realtek/rtl8xxxu/ |
A 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;
|
A D | rtl8xxxu_core.c | 5082 struct rtl8723au_phy_stats *phy_stats, in rtl8xxxu_rx_parse_phystats() argument 5085 if (phy_stats->sgi_en) in rtl8xxxu_rx_parse_phystats() 5092 u8 cck_agc_rpt = phy_stats->cck_agc_rpt_ofdm_cfosho_a; in rtl8xxxu_rx_parse_phystats() 5110 (phy_stats->cck_sig_qual_ofdm_pwdb_all >> 1) - 110; in rtl8xxxu_rx_parse_phystats() 5562 struct rtl8723au_phy_stats *phy_stats; in rtl8xxxu_parse_rxdesc16() local 5612 phy_stats = (struct rtl8723au_phy_stats *)skb->data; in rtl8xxxu_parse_rxdesc16() 5618 if (rx_desc->phy_stats) in rtl8xxxu_parse_rxdesc16() 5663 struct rtl8723au_phy_stats *phy_stats; in rtl8xxxu_parse_rxdesc24() local 5676 phy_stats = (struct rtl8723au_phy_stats *)skb->data; in rtl8xxxu_parse_rxdesc24() 5689 if (rx_desc->phy_stats) in rtl8xxxu_parse_rxdesc24() [all …]
|
/linux/drivers/net/ethernet/intel/e1000/ |
A D | e1000.h | 277 struct e1000_phy_stats phy_stats; member
|
A 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()
|
A 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/include/linux/ |
A D | ethtool.h | 717 struct ethtool_eth_phy_stats *phy_stats);
|
/linux/drivers/net/ethernet/intel/e1000e/ |
A D | e1000.h | 287 struct e1000_phy_stats phy_stats; member
|
A D | ethtool.c | 483 regs_buff[22] = adapter->phy_stats.receive_errors; in e1000_get_regs()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_stats.h | 121 struct ethtool_eth_phy_stats *phy_stats);
|
A D | en_ethtool.c | 2326 struct ethtool_eth_phy_stats *phy_stats) in mlx5e_get_eth_phy_stats() argument 2330 mlx5e_stats_eth_phy_get(priv, phy_stats); in mlx5e_get_eth_phy_stats()
|
A D | en_stats.c | 824 struct ethtool_eth_phy_stats *phy_stats) in mlx5e_stats_eth_phy_get() argument 832 phy_stats->SymbolErrorDuringCarrier = in mlx5e_stats_eth_phy_get()
|
/linux/drivers/net/ethernet/microchip/sparx5/ |
A 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/drivers/net/ethernet/mellanox/mlx4/ |
A D | en_port.c | 283 struct mlx4_en_phy_stats *p_stats = &priv->phy_stats; in mlx4_en_DUMP_ETH_STATS()
|
A D | mlx4_en.h | 602 struct mlx4_en_phy_stats phy_stats; member
|
A D | en_ethtool.c | 423 data[index++] = ((unsigned long *)&priv->phy_stats)[i]; in mlx4_en_get_ethtool_stats()
|
/linux/drivers/net/dsa/ |
A D | rtl8365mb.c | 1193 struct ethtool_eth_phy_stats *phy_stats) in rtl8365mb_get_phy_stats() argument 1204 &phy_stats->SymbolErrorDuringCarrier); in rtl8365mb_get_phy_stats()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_ethtool.c | 1084 struct ethtool_eth_phy_stats *phy_stats) in mlxsw_sp_get_eth_phy_stats() argument 1092 phy_stats->SymbolErrorDuringCarrier = in mlxsw_sp_get_eth_phy_stats()
|
/linux/include/net/ |
A D | dsa.h | 681 struct ethtool_eth_phy_stats *phy_stats);
|
/linux/net/dsa/ |
A D | slave.c | 793 struct ethtool_eth_phy_stats *phy_stats) in dsa_slave_get_eth_phy_stats() argument 799 ds->ops->get_eth_phy_stats(ds, dp->index, phy_stats); in dsa_slave_get_eth_phy_stats()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt_ethtool.c | 3782 struct ethtool_eth_phy_stats *phy_stats) in bnxt_get_eth_phy_stats() argument 3791 phy_stats->SymbolErrorDuringCarrier = in bnxt_get_eth_phy_stats()
|