Home
last modified time | relevance | path

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

12

/linux/net/ethtool/
H A Dstats.c19 struct ethtool_eth_phy_stats phy_stats;
143 data->phy_stats.src = src; in stats_prepare_data()
150 dev->ethtool_ops->get_eth_phy_stats(dev, &data->phy_stats); in stats_prepare_data()
245 data->phy_stats.SymbolErrorDuringCarrier)) in stats_put_phy_stats()
490 struct ethtool_eth_phy_stats *phy_stats) in ethtool_aggregate_phy_stats() argument
503 ethtool_aggregate_stats(phy_stats, &emac, &pmac, in ethtool_aggregate_phy_stats()
504 sizeof(phy_stats->stats), in ethtool_aggregate_phy_stats()
/linux/drivers/net/ethernet/mscc/
H A Docelot_stats.c787 struct ethtool_eth_phy_stats *phy_stats = priv; in ocelot_port_phy_stats_cb() local
789 phy_stats->SymbolErrorDuringCarrier = s[OCELOT_STAT_RX_SYM_ERRS]; in ocelot_port_phy_stats_cb()
796 struct ethtool_eth_phy_stats *phy_stats = priv; in ocelot_port_pmac_phy_stats_cb() local
798 phy_stats->SymbolErrorDuringCarrier = s[OCELOT_STAT_RX_PMAC_SYM_ERRS]; in ocelot_port_pmac_phy_stats_cb()
802 struct ethtool_eth_phy_stats *phy_stats) in ocelot_port_get_eth_phy_stats() argument
806 switch (phy_stats->src) { in ocelot_port_get_eth_phy_stats()
808 ocelot_port_stats_run(ocelot, port, phy_stats, in ocelot_port_get_eth_phy_stats()
813 ocelot_port_stats_run(ocelot, port, phy_stats, in ocelot_port_get_eth_phy_stats()
818 ethtool_aggregate_phy_stats(dev, phy_stats); in ocelot_port_get_eth_phy_stats()
/linux/include/linux/
H A Dethtool_netlink.h37 struct ethtool_eth_phy_stats *phy_stats);
96 struct ethtool_eth_phy_stats *phy_stats) in ethtool_aggregate_phy_stats() argument
H A Dethtool.h1087 struct ethtool_eth_phy_stats *phy_stats);
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu.h144 u32 phy_stats:1; member
207 u32 phy_stats:1;
284 u32 phy_stats:1; member
344 u32 phy_stats:1;
1974 struct rtl8723au_phy_stats *phy_stats,
1997 s8 (*cck_rssi) (struct rtl8xxxu_priv *priv, struct rtl8723au_phy_stats *phy_stats);
2129 struct rtl8723au_phy_stats *phy_stats,
2134 struct rtl8723au_phy_stats *phy_stats,
2162 s8 rtl8723a_cck_rssi(struct rtl8xxxu_priv *priv, struct rtl8723au_phy_stats *phy_stats);
H A D8723a.c443 s8 rtl8723a_cck_rssi(struct rtl8xxxu_priv *priv, struct rtl8723au_phy_stats *phy_stats) in rtl8723a_cck_rssi() argument
445 u8 cck_agc_rpt = phy_stats->cck_agc_rpt_ofdm_cfosho_a; in rtl8723a_cck_rssi()
H A Dcore.c5729 struct rtl8723au_phy_stats *phy_stats, in rtl8723au_rx_parse_phystats() argument
5733 if (phy_stats->sgi_en) in rtl8723au_rx_parse_phystats()
5740 rx_status->signal = priv->fops->cck_rssi(priv, phy_stats); in rtl8723au_rx_parse_phystats()
5750 priv->cfo_tracking.cfo_tail[0] = phy_stats->path_cfotail[0]; in rtl8723au_rx_parse_phystats()
5751 priv->cfo_tracking.cfo_tail[1] = phy_stats->path_cfotail[1]; in rtl8723au_rx_parse_phystats()
5757 (phy_stats->cck_sig_qual_ofdm_pwdb_all >> 1) - 110; in rtl8723au_rx_parse_phystats()
5821 struct rtl8723au_phy_stats *phy_stats, in jaguar2_rx_parse_phystats() argument
5825 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; in jaguar2_rx_parse_phystats()
5826 struct jaguar2_phy_stats_type1 *phy_stats1 = (struct jaguar2_phy_stats_type1 *)phy_stats; in jaguar2_rx_parse_phystats()
5827 struct jaguar2_phy_stats_type2 *phy_stats2 = (struct jaguar2_phy_stats_type2 *)phy_stats; in jaguar2_rx_parse_phystats()
[all …]
H A D8192e.c1675 static s8 rtl8192e_cck_rssi(struct rtl8xxxu_priv *priv, struct rtl8723au_phy_stats *phy_stats) in rtl8192e_cck_rssi() argument
1680 u8 cck_agc_rpt = phy_stats->cck_agc_rpt_ofdm_cfosho_a; in rtl8192e_cck_rssi()
H A D8710b.c1786 static s8 rtl8710b_cck_rssi(struct rtl8xxxu_priv *priv, struct rtl8723au_phy_stats *phy_stats) in rtl8710b_cck_rssi() argument
1788 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; in rtl8710b_cck_rssi()
H A D8723b.c1659 static s8 rtl8723b_cck_rssi(struct rtl8xxxu_priv *priv, struct rtl8723au_phy_stats *phy_stats) in rtl8723b_cck_rssi() argument
1661 u8 cck_agc_rpt = phy_stats->cck_agc_rpt_ofdm_cfosho_a; in rtl8723b_cck_rssi()
H A D8188f.c1676 static s8 rtl8188f_cck_rssi(struct rtl8xxxu_priv *priv, struct rtl8723au_phy_stats *phy_stats) in rtl8188f_cck_rssi() argument
1678 u8 cck_agc_rpt = phy_stats->cck_agc_rpt_ofdm_cfosho_a; in rtl8188f_cck_rssi()
H A D8188e.c1309 static s8 rtl8188e_cck_rssi(struct rtl8xxxu_priv *priv, struct rtl8723au_phy_stats *phy_stats) in rtl8188e_cck_rssi() argument
1316 u8 cck_agc_rpt = phy_stats->cck_agc_rpt_ofdm_cfosho_a; in rtl8188e_cck_rssi()
H A D8192f.c1967 static s8 rtl8192f_cck_rssi(struct rtl8xxxu_priv *priv, struct rtl8723au_phy_stats *phy_stats) in rtl8192f_cck_rssi() argument
1969 struct jaguar2_phy_stats_type0 *phy_stats0 = (struct jaguar2_phy_stats_type0 *)phy_stats; in rtl8192f_cck_rssi()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000.h277 struct e1000_phy_stats phy_stats; member
H 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()
/linux/drivers/net/ethernet/intel/e1000e/
H A De1000.h289 struct e1000_phy_stats phy_stats; member
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_port.c283 struct mlx4_en_phy_stats *p_stats = &priv->phy_stats; in mlx4_en_DUMP_ETH_STATS()
H A Dmlx4_en.h614 struct mlx4_en_phy_stats phy_stats; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.h123 struct ethtool_eth_phy_stats *phy_stats);
H A Den_ethtool.c2569 struct ethtool_eth_phy_stats *phy_stats) in mlx5e_get_eth_phy_stats() argument
2573 mlx5e_stats_eth_phy_get(priv, phy_stats); in mlx5e_get_eth_phy_stats()
/linux/drivers/net/ethernet/microchip/sparx5/
H 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/mlxsw/
H A Dspectrum_ethtool.c1095 struct ethtool_eth_phy_stats *phy_stats) in mlxsw_sp_get_eth_phy_stats() argument
1103 phy_stats->SymbolErrorDuringCarrier = in mlxsw_sp_get_eth_phy_stats()
/linux/drivers/net/dsa/realtek/
H A Drtl8365mb.c1318 struct ethtool_eth_phy_stats *phy_stats) in rtl8365mb_get_phy_stats() argument
1329 &phy_stats->SymbolErrorDuringCarrier); in rtl8365mb_get_phy_stats()
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1312 struct ethtool_eth_phy_stats *phy_stats) in felix_get_eth_phy_stats() argument
1316 ocelot_port_get_eth_phy_stats(ocelot, port, phy_stats); in felix_get_eth_phy_stats()
/linux/include/soc/mscc/
H A Docelot.h1025 struct ethtool_eth_phy_stats *phy_stats);

12