Home
last modified time | relevance | path

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

1234

/Linux-v4.19/drivers/net/phy/
Dsmsc.c257 .get_stats = smsc_get_stats,
283 .get_stats = smsc_get_stats,
328 .get_stats = smsc_get_stats,
354 .get_stats = smsc_get_stats,
Dmicrel.c831 .get_stats = kszphy_get_stats,
847 .get_stats = kszphy_get_stats,
864 .get_stats = kszphy_get_stats,
880 .get_stats = kszphy_get_stats,
896 .get_stats = kszphy_get_stats,
912 .get_stats = kszphy_get_stats,
928 .get_stats = kszphy_get_stats,
955 .get_stats = kszphy_get_stats,
974 .get_stats = kszphy_get_stats,
Dmarvell.c2041 .get_stats = marvell_get_stats,
2060 .get_stats = marvell_get_stats,
2080 .get_stats = marvell_get_stats,
2099 .get_stats = marvell_get_stats,
2120 .get_stats = marvell_get_stats,
2143 .get_stats = marvell_get_stats,
2163 .get_stats = marvell_get_stats,
2182 .get_stats = marvell_get_stats,
2201 .get_stats = marvell_get_stats,
2219 .get_stats = marvell_get_stats,
[all …]
Dbcm7xxx.c620 .get_stats = bcm7xxx_28nm_get_phy_stats, \
635 .get_stats = bcm7xxx_28nm_get_phy_stats, \
/Linux-v4.19/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-v4.19/drivers/media/dvb-frontends/
Das102_fe.h22 int (*get_stats)(void *priv, struct as10x_demod_stats *demod_stats); member
Das102_fe.c348 ret = state->ops->get_stats(state->priv, &state->demod_stats); in as102_fe_read_status()
/Linux-v4.19/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-v4.19/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-v4.19/drivers/net/wireless/ath/ath9k/
Ddfs_debug.c59 dfs_pool_stats = sc->dfs_detector->get_stats(sc->dfs_detector); in read_file_dfs()
/Linux-v4.19/include/linux/
Dphy.h651 void (*get_stats)(struct phy_device *dev, member
1104 phydev->drv->get_stats) { in phy_ethtool_get_sset_count()
1122 phydev->drv->get_stats(phydev, stats, data); in phy_ethtool_get_stats()
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/
Drt2800soc.c150 .get_stats = rt2x00mac_get_stats,
Drt2800pci.c311 .get_stats = rt2x00mac_get_stats,
/Linux-v4.19/drivers/net/ethernet/dlink/
Dsundance.c448 static struct net_device_stats *get_stats(struct net_device *dev);
487 .ndo_get_stats = get_stats,
1516 get_stats(dev); in netdev_error()
1525 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function
1733 get_stats(dev); in get_ethtool_stats()
Ddl2k.c80 static struct net_device_stats *get_stats (struct net_device *dev);
102 .ndo_get_stats = get_stats,
1067 get_stats (dev); in rio_error()
1082 get_stats (struct net_device *dev) in get_stats() function
/Linux-v4.19/drivers/media/usb/as102/
Das102_drv.c290 .get_stats = as102_get_stats,
/Linux-v4.19/drivers/net/ethernet/8390/
Daxnet_cs.c84 static struct net_device_stats *get_stats(struct net_device *dev);
134 .ndo_get_stats = get_stats,
1514 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_debugfs.c398 qed_ops->get_stats(qedf->cdev, fw_fcoe_stats); in qedf_offload_stats_show()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.h354 void (*get_stats)(struct hnae3_handle *handle, u64 *data); member
/Linux-v4.19/drivers/net/ethernet/adaptec/
Dstarfire.c589 static struct net_device_stats *get_stats(struct net_device *dev);
634 .ndo_get_stats = get_stats,
1408 get_stats(dev); in intr_handler()
1726 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function
/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dwinbond-840.c343 static struct net_device_stats *get_stats(struct net_device *dev);
352 .ndo_get_stats = get_stats,
1325 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function
/Linux-v4.19/include/scsi/
Dscsi_transport_iscsi.h119 void (*get_stats) (struct iscsi_cls_conn *conn, member

1234