/Linux-v4.19/drivers/net/phy/ |
D | smsc.c | 257 .get_stats = smsc_get_stats, 283 .get_stats = smsc_get_stats, 328 .get_stats = smsc_get_stats, 354 .get_stats = smsc_get_stats,
|
D | micrel.c | 831 .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,
|
D | marvell.c | 2041 .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 …]
|
D | bcm7xxx.c | 620 .get_stats = bcm7xxx_28nm_get_phy_stats, \ 635 .get_stats = bcm7xxx_28nm_get_phy_stats, \
|
/Linux-v4.19/include/linux/qed/ |
D | qed_ll2_if.h | 283 int (*get_stats)(struct qed_dev *cdev, struct qed_ll2_stats *stats); member 295 .get_stats = NULL,
|
D | qed_fcoe_if.h | 146 int (*get_stats)(struct qed_dev *cdev, struct qed_fcoe_stats *stats); member
|
D | qed_iscsi_if.h | 252 int (*get_stats)(struct qed_dev *cdev, member
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | as102_fe.h | 22 int (*get_stats)(void *priv, struct as10x_demod_stats *demod_stats); member
|
D | as102_fe.c | 348 ret = state->ops->get_stats(state->priv, &state->demod_stats); in as102_fe_read_status()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_qdisc.c | 32 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/ |
D | dfs_pattern_detector.h | 103 struct ath_dfs_pool_stats (*get_stats)(struct dfs_pattern_detector *dpd); member
|
D | dfs_pattern_detector.c | 348 .get_stats = dpd_get_stats,
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | dfs_debug.c | 59 dfs_pool_stats = sc->dfs_detector->get_stats(sc->dfs_detector); in read_file_dfs()
|
/Linux-v4.19/include/linux/ |
D | phy.h | 651 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/ |
D | rt2800soc.c | 150 .get_stats = rt2x00mac_get_stats,
|
D | rt2800pci.c | 311 .get_stats = rt2x00mac_get_stats,
|
/Linux-v4.19/drivers/net/ethernet/dlink/ |
D | sundance.c | 448 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()
|
D | dl2k.c | 80 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/ |
D | as102_drv.c | 290 .get_stats = as102_get_stats,
|
/Linux-v4.19/drivers/net/ethernet/8390/ |
D | axnet_cs.c | 84 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/ |
D | qedf_debugfs.c | 398 qed_ops->get_stats(qedf->cdev, fw_fcoe_stats); in qedf_offload_stats_show()
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/ |
D | hnae3.h | 354 void (*get_stats)(struct hnae3_handle *handle, u64 *data); member
|
/Linux-v4.19/drivers/net/ethernet/adaptec/ |
D | starfire.c | 589 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/ |
D | winbond-840.c | 343 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/ |
D | scsi_transport_iscsi.h | 119 void (*get_stats) (struct iscsi_cls_conn *conn, member
|