Searched refs:get_ethtool_stats (Results 1 – 25 of 177) sorted by relevance
12345678
/linux-6.12.1/net/dsa/ |
D | conduit.c | 93 if (ops->get_sset_count && ops->get_ethtool_stats) { in dsa_conduit_get_ethtool_stats() 95 ops->get_ethtool_stats(dev, stats, data); in dsa_conduit_get_ethtool_stats() 98 if (ds->ops->get_ethtool_stats) in dsa_conduit_get_ethtool_stats() 99 ds->ops->get_ethtool_stats(ds, port, data + count); in dsa_conduit_get_ethtool_stats() 243 ops->get_ethtool_stats = dsa_conduit_get_ethtool_stats; in dsa_conduit_ethtool_setup()
|
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | ef100_ethtool.c | 54 .get_ethtool_stats = efx_ethtool_get_stats,
|
D | ethtool.c | 257 .get_ethtool_stats = efx_ethtool_get_stats,
|
/linux-6.12.1/drivers/net/can/rockchip/ |
D | rockchip_canfd-ethtool.c | 65 .get_ethtool_stats = rkcanfd_ethtool_get_ethtool_stats,
|
/linux-6.12.1/drivers/net/ethernet/pasemi/ |
D | pasemi_mac_ethtool.c | 119 .get_ethtool_stats = pasemi_mac_get_ethtool_stats,
|
/linux-6.12.1/drivers/net/wireless/marvell/libertas/ |
D | ethtool.c | 109 .get_ethtool_stats = lbs_mesh_ethtool_get_stats,
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxbf_gige/ |
D | mlxbf_gige_ethtool.c | 169 .get_ethtool_stats = mlxbf_gige_get_ethtool_stats,
|
/linux-6.12.1/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_ethtool.c | 178 .get_ethtool_stats = vnic_get_ethtool_stats,
|
/linux-6.12.1/drivers/net/ethernet/wangxun/ngbe/ |
D | ngbe_ethtool.c | 128 .get_ethtool_stats = wx_get_ethtool_stats,
|
/linux-6.12.1/drivers/net/ethernet/toshiba/ |
D | spider_net_ethtool.c | 171 .get_ethtool_stats = spider_net_get_ethtool_stats,
|
/linux-6.12.1/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ethtool.c | 230 .get_ethtool_stats = ipoib_get_ethtool_stats,
|
/linux-6.12.1/drivers/net/ethernet/apm/xgene-v2/ |
D | ethtool.c | 167 .get_ethtool_stats = xge_get_ethtool_stats,
|
/linux-6.12.1/drivers/net/ethernet/qualcomm/emac/ |
D | emac-ethtool.c | 265 .get_ethtool_stats = emac_get_ethtool_stats,
|
/linux-6.12.1/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-switch-ethtool.c | 220 .get_ethtool_stats = dpaa2_switch_ethtool_get_stats,
|
/linux-6.12.1/drivers/net/ethernet/sfc/siena/ |
D | ethtool.c | 257 .get_ethtool_stats = efx_siena_ethtool_get_stats,
|
/linux-6.12.1/drivers/net/ethernet/qualcomm/ |
D | qca_debug.c | 275 .get_ethtool_stats = qcaspi_get_ethtool_stats,
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ethtool.c | 277 .get_ethtool_stats = mlx5i_get_ethtool_stats,
|
/linux-6.12.1/drivers/net/ethernet/altera/ |
D | altera_tse_ethtool.c | 247 .get_ethtool_stats = tse_fill_stats,
|
/linux-6.12.1/drivers/net/ethernet/atheros/alx/ |
D | ethtool.c | 331 .get_ethtool_stats = alx_get_ethtool_stats,
|
/linux-6.12.1/drivers/net/ethernet/ibm/ehea/ |
D | ehea_ethtool.c | 268 .get_ethtool_stats = ehea_get_ethtool_stats,
|
/linux-6.12.1/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-ethtool.c | 262 .get_ethtool_stats = xlgmac_ethtool_get_ethtool_stats,
|
/linux-6.12.1/net/mac80211/ |
D | ethtool.c | 252 .get_ethtool_stats = ieee80211_get_stats,
|
/linux-6.12.1/drivers/net/ethernet/ti/icssg/ |
D | icssg_ethtool.c | 302 .get_ethtool_stats = emac_get_ethtool_stats,
|
/linux-6.12.1/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 396 .get_ethtool_stats = uec_get_ethtool_stats,
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep_vf/ |
D | octep_vf_ethtool.c | 266 .get_ethtool_stats = octep_vf_get_ethtool_stats,
|
12345678