Home
last modified time | relevance | path

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

/linux/net/ethtool/
A 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/drivers/net/wireless/realtek/rtl8xxxu/
A Drtl8xxxu.h112 u32 phy_stats:1; member
174 u32 phy_stats:1;
250 u32 phy_stats:1; member
310 u32 phy_stats:1;
A Drtl8xxxu_core.c5082 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 De1000.h277 struct e1000_phy_stats phy_stats; member
A 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()
A 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/include/linux/
A Dethtool.h717 struct ethtool_eth_phy_stats *phy_stats);
/linux/drivers/net/ethernet/intel/e1000e/
A De1000.h287 struct e1000_phy_stats phy_stats; member
A Dethtool.c483 regs_buff[22] = adapter->phy_stats.receive_errors; in e1000_get_regs()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_stats.h121 struct ethtool_eth_phy_stats *phy_stats);
A Den_ethtool.c2326 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 Den_stats.c824 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 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/drivers/net/ethernet/mellanox/mlx4/
A Den_port.c283 struct mlx4_en_phy_stats *p_stats = &priv->phy_stats; in mlx4_en_DUMP_ETH_STATS()
A Dmlx4_en.h602 struct mlx4_en_phy_stats phy_stats; member
A Den_ethtool.c423 data[index++] = ((unsigned long *)&priv->phy_stats)[i]; in mlx4_en_get_ethtool_stats()
/linux/drivers/net/dsa/
A Drtl8365mb.c1193 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 Dspectrum_ethtool.c1084 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 Ddsa.h681 struct ethtool_eth_phy_stats *phy_stats);
/linux/net/dsa/
A Dslave.c793 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 Dbnxt_ethtool.c3782 struct ethtool_eth_phy_stats *phy_stats) in bnxt_get_eth_phy_stats() argument
3791 phy_stats->SymbolErrorDuringCarrier = in bnxt_get_eth_phy_stats()

Completed in 92 milliseconds