/kernel/linux/linux-5.10/drivers/net/phy/ |
D | smsc.c | 346 .get_stats = smsc_get_stats, 375 .get_stats = smsc_get_stats, 423 .get_stats = smsc_get_stats, 449 .get_stats = smsc_get_stats,
|
D | micrel.c | 1187 .get_stats = kszphy_get_stats, 1202 .get_stats = kszphy_get_stats, 1218 .get_stats = kszphy_get_stats, 1234 .get_stats = kszphy_get_stats, 1247 .get_stats = kszphy_get_stats, 1263 .get_stats = kszphy_get_stats, 1279 .get_stats = kszphy_get_stats, 1305 .get_stats = kszphy_get_stats, 1324 .get_stats = kszphy_get_stats, 1337 .get_stats = kszphy_get_stats, [all …]
|
D | marvell.c | 2651 .get_stats = marvell_get_stats, 2669 .get_stats = marvell_get_stats, 2690 .get_stats = marvell_get_stats, 2710 .get_stats = marvell_get_stats, 2730 .get_stats = marvell_get_stats, 2754 .get_stats = marvell_get_stats, 2773 .get_stats = marvell_get_stats, 2793 .get_stats = marvell_get_stats, 2811 .get_stats = marvell_get_stats, 2828 .get_stats = marvell_get_stats, [all …]
|
D | nxp-tja11xx.c | 712 .get_stats = tja11xx_get_stats, 730 .get_stats = tja11xx_get_stats, 749 .get_stats = tja11xx_get_stats, 772 .get_stats = tja11xx_get_stats,
|
D | bcm-cygnus.c | 276 .get_stats = bcm_omega_get_phy_stats,
|
D | bcm7xxx.c | 683 .get_stats = bcm7xxx_28nm_get_phy_stats, \ 699 .get_stats = bcm7xxx_28nm_get_phy_stats, \
|
D | aquantia_main.c | 631 .get_stats = aqr107_get_stats, 649 .get_stats = aqr107_get_stats,
|
D | adin.c | 743 .get_stats = adin_get_stats, 763 .get_stats = adin_get_stats,
|
D | broadcom.c | 897 .get_stats = bcm53xx_phy_get_stats, 907 .get_stats = bcm53xx_phy_get_stats,
|
/kernel/linux/linux-5.10/include/linux/qed/ |
D | qed_ll2_if.h | 264 int (*get_stats)(struct qed_dev *cdev, struct qed_ll2_stats *stats); member 276 .get_stats = NULL,
|
D | qed_fcoe_if.h | 148 int (*get_stats)(struct qed_dev *cdev, struct qed_fcoe_stats *stats); member
|
D | qed_iscsi_if.h | 226 int (*get_stats)(struct qed_dev *cdev, member
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
D | as102_fe.h | 13 int (*get_stats)(void *priv, struct as10x_demod_stats *demod_stats); member
|
D | as102_fe.c | 340 ret = state->ops->get_stats(state->priv, &state->demod_stats); in as102_fe_read_status()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | xdping.c | 36 static int get_stats(int fd, __u16 count, __u32 raddr) in get_stats() function 247 ret = get_stats(map_fd, count, raddr); in main()
|
/kernel/linux/linux-5.10/drivers/net/phy/mscc/ |
D | mscc_main.c | 2236 .get_stats = &vsc85xx_get_stats, 2262 .get_stats = &vsc85xx_get_stats, 2285 .get_stats = &vsc85xx_get_stats, 2309 .get_stats = &vsc85xx_get_stats, 2333 .get_stats = &vsc85xx_get_stats, 2357 .get_stats = &vsc85xx_get_stats, 2381 .get_stats = &vsc85xx_get_stats, 2406 .get_stats = &vsc85xx_get_stats, 2429 .get_stats = &vsc85xx_get_stats, 2456 .get_stats = &vsc85xx_get_stats, [all …]
|
/kernel/linux/linux-5.10/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 | 347 .get_stats = dpd_get_stats,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_qdisc.c | 38 int (*get_stats)(struct mlxsw_sp_port *mlxsw_sp_port, member 239 mlxsw_sp_qdisc->ops->get_stats) in mlxsw_sp_qdisc_get_stats() 240 return mlxsw_sp_qdisc->ops->get_stats(mlxsw_sp_port, in mlxsw_sp_qdisc_get_stats() 564 .get_stats = mlxsw_sp_qdisc_get_red_stats, 767 .get_stats = mlxsw_sp_qdisc_get_tbf_stats, 845 .get_stats = mlxsw_sp_qdisc_get_fifo_stats, 1121 .get_stats = mlxsw_sp_qdisc_get_prio_stats, 1170 .get_stats = mlxsw_sp_qdisc_get_prio_stats,
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
D | rt2800soc.c | 145 .get_stats = rt2x00mac_get_stats,
|
D | rt2800pci.c | 300 .get_stats = rt2x00mac_get_stats,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/dlink/ |
D | sundance.c | 441 static struct net_device_stats *get_stats(struct net_device *dev); 480 .ndo_get_stats = get_stats, 1501 get_stats(dev); in netdev_error() 1510 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function 1717 get_stats(dev); in get_ethtool_stats()
|
/kernel/linux/linux-5.10/include/linux/ |
D | ethtool.h | 549 int (*get_stats)(struct phy_device *dev, member
|
/kernel/linux/linux-5.10/drivers/media/usb/as102/ |
D | as102_drv.c | 281 .get_stats = as102_get_stats,
|