/openbmc/linux/drivers/net/phy/ |
H A D | broadcom.c | 997 .get_stats = bcm54xx_get_stats, 1010 .get_stats = bcm54xx_get_stats, 1024 .get_stats = bcm54xx_get_stats, 1042 .get_stats = bcm54xx_get_stats, 1056 .get_stats = bcm54xx_get_stats, 1084 .get_stats = bcm54xx_get_stats, 1100 .get_stats = bcm54xx_get_stats, 1115 .get_stats = bcm54xx_get_stats, 1134 .get_stats = bcm54xx_get_stats, 1151 .get_stats = bcm54xx_get_stats, [all …]
|
H A D | marvell.c | 3287 .get_stats = marvell_get_stats, 3305 .get_stats = marvell_get_stats, 3326 .get_stats = marvell_get_stats, 3347 .get_stats = marvell_get_stats, 3367 .get_stats = marvell_get_stats, 3387 .get_stats = marvell_get_stats, 3410 .get_stats = marvell_get_stats, 3433 .get_stats = marvell_get_stats, 3453 .get_stats = marvell_get_stats, 3471 .get_stats = marvell_get_stats, [all …]
|
H A D | smsc.c | 681 .get_stats = smsc_get_stats, 710 .get_stats = smsc_get_stats, 757 .get_stats = smsc_get_stats, 786 .get_stats = smsc_get_stats, 823 .get_stats = smsc_get_stats,
|
H A D | aquantia_main.c | 775 .get_stats = aqr107_get_stats, 794 .get_stats = aqr107_get_stats, 820 .get_stats = aqr107_get_stats, 838 .get_stats = aqr107_get_stats, 857 .get_stats = aqr107_get_stats,
|
H A D | nxp-tja11xx.c | 823 .get_stats = tja11xx_get_stats, 841 .get_stats = tja11xx_get_stats, 860 .get_stats = tja11xx_get_stats, 883 .get_stats = tja11xx_get_stats,
|
H A D | bcm7xxx.c | 856 .get_stats = bcm7xxx_28nm_get_phy_stats, \ 871 .get_stats = bcm7xxx_28nm_get_phy_stats, \ 899 .get_stats = bcm7xxx_28nm_get_phy_stats, \
|
H A D | nxp-cbtx.c | 212 .get_stats = cbtx_get_stats,
|
H A D | micrel.c | 4748 .get_stats = kszphy_get_stats, 4763 .get_stats = kszphy_get_stats, 4779 .get_stats = kszphy_get_stats, 4795 .get_stats = kszphy_get_stats, 4808 .get_stats = kszphy_get_stats, 4824 .get_stats = kszphy_get_stats, 4843 .get_stats = kszphy_get_stats, 4873 .get_stats = kszphy_get_stats, 4893 .get_stats = kszphy_get_stats, 4910 .get_stats = kszphy_get_stats, [all …]
|
H A D | bcm-cygnus.c | 276 .get_stats = bcm_omega_get_phy_stats,
|
H A D | adin.c | 955 .get_stats = adin_get_stats, 978 .get_stats = adin_get_stats,
|
/openbmc/linux/include/linux/qed/ |
H A D | qed_ll2_if.h | 263 int (*get_stats)(struct qed_dev *cdev, struct qed_ll2_stats *stats); member 275 .get_stats = NULL,
|
H A D | qed_fcoe_if.h | 145 int (*get_stats)(struct qed_dev *cdev, struct qed_fcoe_stats *stats); member
|
H A D | qed_iscsi_if.h | 226 int (*get_stats)(struct qed_dev *cdev, member
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xdping.c | 36 static int get_stats(int fd, __u16 count, __u32 raddr) in get_stats() function 243 ret = get_stats(map_fd, count, raddr); in main()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | as102_fe.h | 13 int (*get_stats)(void *priv, struct as10x_demod_stats *demod_stats); member
|
/openbmc/linux/drivers/net/phy/mscc/ |
H A D | mscc_main.c | 2362 .get_stats = &vsc85xx_get_stats, 2386 .get_stats = &vsc85xx_get_stats, 2411 .get_stats = &vsc85xx_get_stats, 2434 .get_stats = &vsc85xx_get_stats, 2458 .get_stats = &vsc85xx_get_stats, 2482 .get_stats = &vsc85xx_get_stats, 2506 .get_stats = &vsc85xx_get_stats, 2530 .get_stats = &vsc85xx_get_stats, 2554 .get_stats = &vsc85xx_get_stats, 2576 .get_stats = &vsc85xx_get_stats, [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ |
H A D | dfs_pattern_detector.h | 103 struct ath_dfs_pool_stats (*get_stats)(struct dfs_pattern_detector *dpd); member
|
H A D | dfs_pattern_detector.c | 349 .get_stats = dpd_get_stats,
|
/openbmc/linux/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim.h | 50 int (*get_stats)(struct vdpasim *vdpasim, u16 idx, member
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_qdisc.c | 37 int (*get_stats)(struct mlxsw_sp_port *mlxsw_sp_port, member 478 mlxsw_sp_qdisc->ops->get_stats) in mlxsw_sp_qdisc_get_stats() 479 return mlxsw_sp_qdisc->ops->get_stats(mlxsw_sp_port, in mlxsw_sp_qdisc_get_stats() 840 .get_stats = mlxsw_sp_qdisc_get_red_stats, 1078 .get_stats = mlxsw_sp_qdisc_get_tbf_stats, 1157 .get_stats = mlxsw_sp_qdisc_get_fifo_stats, 1533 .get_stats = mlxsw_sp_qdisc_get_prio_stats, 1586 .get_stats = mlxsw_sp_qdisc_get_prio_stats,
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | dfs_debug.c | 59 dfs_pool_stats = sc->dfs_detector->get_stats(sc->dfs_detector); in read_file_dfs()
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800soc.c | 146 .get_stats = rt2x00mac_get_stats,
|
H A D | rt2800pci.c | 301 .get_stats = rt2x00mac_get_stats,
|
/openbmc/linux/drivers/net/ethernet/dlink/ |
H A 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()
|
/openbmc/linux/drivers/media/usb/as102/ |
H A D | as102_drv.c | 281 .get_stats = as102_get_stats,
|