Home
last modified time | relevance | path

Searched refs:get_stats (Results 1 – 25 of 84) sorted by relevance

1234

/Linux-v5.4/drivers/net/phy/
Dsmsc.c251 .get_stats = smsc_get_stats,
276 .get_stats = smsc_get_stats,
320 .get_stats = smsc_get_stats,
346 .get_stats = smsc_get_stats,
Dmicrel.c1004 .get_stats = kszphy_get_stats,
1019 .get_stats = kszphy_get_stats,
1035 .get_stats = kszphy_get_stats,
1050 .get_stats = kszphy_get_stats,
1063 .get_stats = kszphy_get_stats,
1079 .get_stats = kszphy_get_stats,
1094 .get_stats = kszphy_get_stats,
1120 .get_stats = kszphy_get_stats,
1139 .get_stats = kszphy_get_stats,
1155 .get_stats = kszphy_get_stats,
Dmarvell.c2147 .get_stats = marvell_get_stats,
2165 .get_stats = marvell_get_stats,
2184 .get_stats = marvell_get_stats,
2202 .get_stats = marvell_get_stats,
2222 .get_stats = marvell_get_stats,
2244 .get_stats = marvell_get_stats,
2263 .get_stats = marvell_get_stats,
2281 .get_stats = marvell_get_stats,
2299 .get_stats = marvell_get_stats,
2316 .get_stats = marvell_get_stats,
[all …]
Dnxp-tja11xx.c372 .get_stats = tja11xx_get_stats,
387 .get_stats = tja11xx_get_stats,
Dbcm7xxx.c549 .get_stats = bcm7xxx_28nm_get_phy_stats, \
564 .get_stats = bcm7xxx_28nm_get_phy_stats, \
Dbcm-cygnus.c276 .get_stats = bcm_omega_get_phy_stats,
Dmscc.c2345 .get_stats = &vsc85xx_get_stats,
2370 .get_stats = &vsc85xx_get_stats,
2395 .get_stats = &vsc85xx_get_stats,
2420 .get_stats = &vsc85xx_get_stats,
2445 .get_stats = &vsc85xx_get_stats,
2471 .get_stats = &vsc85xx_get_stats,
2495 .get_stats = &vsc85xx_get_stats,
Daquantia_main.c654 .get_stats = aqr107_get_stats,
672 .get_stats = aqr107_get_stats,
Dadin.c743 .get_stats = adin_get_stats,
763 .get_stats = adin_get_stats,
/Linux-v5.4/include/linux/qed/
Dqed_ll2_if.h283 int (*get_stats)(struct qed_dev *cdev, struct qed_ll2_stats *stats); member
295 .get_stats = NULL,
Dqed_fcoe_if.h146 int (*get_stats)(struct qed_dev *cdev, struct qed_fcoe_stats *stats); member
Dqed_iscsi_if.h252 int (*get_stats)(struct qed_dev *cdev, member
/Linux-v5.4/drivers/media/dvb-frontends/
Das102_fe.h13 int (*get_stats)(void *priv, struct as10x_demod_stats *demod_stats); member
Das102_fe.c339 ret = state->ops->get_stats(state->priv, &state->demod_stats); in as102_fe_read_status()
/Linux-v5.4/tools/testing/selftests/bpf/
Dxdping.c36 static int get_stats(int fd, __u16 count, __u32 raddr) in get_stats() function
247 ret = get_stats(map_fd, count, raddr); in main()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c32 int (*get_stats)(struct mlxsw_sp_port *mlxsw_sp_port, member
176 mlxsw_sp_qdisc->ops->get_stats) in mlxsw_sp_qdisc_get_stats()
177 return mlxsw_sp_qdisc->ops->get_stats(mlxsw_sp_port, in mlxsw_sp_qdisc_get_stats()
434 .get_stats = mlxsw_sp_qdisc_get_red_stats,
629 .get_stats = mlxsw_sp_qdisc_get_prio_stats,
/Linux-v5.4/drivers/net/wireless/ath/
Ddfs_pattern_detector.h103 struct ath_dfs_pool_stats (*get_stats)(struct dfs_pattern_detector *dpd); member
Ddfs_pattern_detector.c348 .get_stats = dpd_get_stats,
/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Ddfs_debug.c59 dfs_pool_stats = sc->dfs_detector->get_stats(sc->dfs_detector); in read_file_dfs()
/Linux-v5.4/drivers/net/wireless/ralink/rt2x00/
Drt2800soc.c145 .get_stats = rt2x00mac_get_stats,
Drt2800pci.c300 .get_stats = rt2x00mac_get_stats,
/Linux-v5.4/include/linux/
Dphy.h621 void (*get_stats)(struct phy_device *dev, member
1219 phydev->drv->get_stats) { in phy_ethtool_get_sset_count()
1237 phydev->drv->get_stats(phydev, stats, data); in phy_ethtool_get_stats()
/Linux-v5.4/drivers/net/ethernet/dlink/
Dsundance.c448 static struct net_device_stats *get_stats(struct net_device *dev);
487 .ndo_get_stats = get_stats,
1515 get_stats(dev); in netdev_error()
1524 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function
1732 get_stats(dev); in get_ethtool_stats()
Ddl2k.c77 static struct net_device_stats *get_stats (struct net_device *dev);
99 .ndo_get_stats = get_stats,
1064 get_stats (dev); in rio_error()
1079 get_stats (struct net_device *dev) in get_stats() function
/Linux-v5.4/drivers/media/usb/as102/
Das102_drv.c281 .get_stats = as102_get_stats,

1234