Home
last modified time | relevance | path

Searched refs:ethtool_stats (Results 1 – 25 of 195) sorted by relevance

12345678

/linux/drivers/net/wireless/marvell/libertas/
A Dmesh.h52 struct ethtool_stats;
55 struct ethtool_stats *stats, uint64_t *data);
/linux/drivers/net/can/rockchip/
A Drockchip_canfd-ethtool.c43 struct ethtool_stats *stats, u64 *data) in rkcanfd_ethtool_get_ethtool_stats()
/linux/drivers/net/ethernet/wangxun/libwx/
A Dwx_ethtool.h10 struct ethtool_stats *stats, u64 *data);
/linux/drivers/net/ethernet/sfc/siena/
A Dethtool_common.h28 struct ethtool_stats *stats __always_unused,
/linux/drivers/net/ethernet/pasemi/
A Dpasemi_mac_ethtool.c95 struct ethtool_stats *stats, u64 *data) in pasemi_mac_get_ethtool_stats()
/linux/drivers/net/ethernet/sfc/
A Dethtool_common.h31 struct ethtool_stats *stats __attribute__ ((unused)),
/linux/include/linux/
A Dethtool.h1009 struct ethtool_stats *, u64 *);
1071 struct ethtool_stats *, u64 *);
1162 struct ethtool_stats *stats, u64 *data);
/linux/drivers/net/ethernet/mellanox/mlxbf_gige/
A Dmlxbf_gige_ethtool.c82 struct ethtool_stats *estats, in mlxbf_gige_get_ethtool_stats()
/linux/drivers/net/phy/
A Dnxp-cbtx.c189 struct ethtool_stats *stats, u64 *data) in cbtx_get_stats()
A Dbcm-phy-lib.h87 struct ethtool_stats *stats, u64 *data);
A Dbcm-cygnus.c226 struct ethtool_stats *stats, u64 *data) in bcm_omega_get_phy_stats()
/linux/drivers/net/ethernet/toshiba/
A Dspider_net_ethtool.c136 struct ethtool_stats *stats, u64 *data) in spider_net_get_ethtool_stats()
/linux/drivers/infiniband/ulp/opa_vnic/
A Dopa_vnic_ethtool.c140 struct ethtool_stats *stats, u64 *data) in vnic_get_ethtool_stats()
/linux/net/dsa/
A Dconduit.c84 struct ethtool_stats *stats, in dsa_conduit_get_ethtool_stats()
103 struct ethtool_stats *stats, in dsa_conduit_get_ethtool_phy_stats()
/linux/drivers/infiniband/ulp/ipoib/
A Dipoib_ethtool.c117 struct ethtool_stats __always_unused *stats, in ipoib_get_ethtool_stats()
/linux/drivers/net/phy/qcom/
A Dqca83xx.c75 struct ethtool_stats *stats, u64 *data) in qca83xx_get_stats()
/linux/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_hw.h159 struct ethtool_stats;
/linux/drivers/net/ethernet/qualcomm/emac/
A Demac-ethtool.c112 struct ethtool_stats *stats, in emac_get_ethtool_stats()
/linux/drivers/net/ethernet/apm/xgene-v2/
A Dethtool.c123 struct ethtool_stats *dummy, in xge_get_ethtool_stats()
/linux/drivers/net/wireless/ath/ath10k/
A Ddebug.h113 struct ethtool_stats *stats, u64 *data);
/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-switch-ethtool.c189 struct ethtool_stats *stats, in dpaa2_switch_ethtool_get_stats()
/linux/drivers/net/ethernet/qualcomm/
A Dqca_debug.c177 qcaspi_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *estats, u64 *data) in qcaspi_get_ethtool_stats()
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
A Dethtool.c62 struct ethtool_stats *stats, in mlx5i_get_ethtool_stats()
/linux/drivers/net/ethernet/altera/
A Daltera_tse_ethtool.c83 static void tse_fill_stats(struct net_device *dev, struct ethtool_stats *dummy, in tse_fill_stats()
/linux/drivers/net/ethernet/marvell/
A Dmvneta.c548 u64 ethtool_stats[ARRAY_SIZE(mvneta_statistics)]; member
4869 pp->ethtool_stats[i] += val; in mvneta_ethtool_update_stats()
4876 pp->ethtool_stats[i] += val; in mvneta_ethtool_update_stats()
4882 pp->ethtool_stats[i] += val; in mvneta_ethtool_update_stats()
4888 pp->ethtool_stats[i] = stats.refill_error; in mvneta_ethtool_update_stats()
4894 pp->ethtool_stats[i] = stats.ps.xdp_pass; in mvneta_ethtool_update_stats()
4897 pp->ethtool_stats[i] = stats.ps.xdp_drop; in mvneta_ethtool_update_stats()
4900 pp->ethtool_stats[i] = stats.ps.xdp_tx; in mvneta_ethtool_update_stats()
4903 pp->ethtool_stats[i] = stats.ps.xdp_tx_err; in mvneta_ethtool_update_stats()
4906 pp->ethtool_stats[i] = stats.ps.xdp_xmit; in mvneta_ethtool_update_stats()
[all …]

Completed in 41 milliseconds

12345678