| /linux/drivers/net/phy/ |
| A D | broadcom.c | 792 .get_stats = bcm54xx_get_stats, 805 .get_stats = bcm54xx_get_stats, 818 .get_stats = bcm54xx_get_stats, 833 .get_stats = bcm54xx_get_stats, 846 .get_stats = bcm54xx_get_stats, 871 .get_stats = bcm54xx_get_stats, 886 .get_stats = bcm54xx_get_stats, 900 .get_stats = bcm54xx_get_stats, 916 .get_stats = bcm54xx_get_stats, 932 .get_stats = bcm54xx_get_stats, [all …]
|
| A D | smsc.c | 379 .get_stats = smsc_get_stats, 408 .get_stats = smsc_get_stats, 456 .get_stats = smsc_get_stats, 482 .get_stats = smsc_get_stats,
|
| A D | micrel.c | 1647 .get_stats = kszphy_get_stats, 1662 .get_stats = kszphy_get_stats, 1678 .get_stats = kszphy_get_stats, 1694 .get_stats = kszphy_get_stats, 1707 .get_stats = kszphy_get_stats, 1723 .get_stats = kszphy_get_stats, 1742 .get_stats = kszphy_get_stats, 1770 .get_stats = kszphy_get_stats, 1789 .get_stats = kszphy_get_stats, 1802 .get_stats = kszphy_get_stats, [all …]
|
| A D | marvell.c | 2857 .get_stats = marvell_get_stats, 2875 .get_stats = marvell_get_stats, 2896 .get_stats = marvell_get_stats, 2917 .get_stats = marvell_get_stats, 2937 .get_stats = marvell_get_stats, 2957 .get_stats = marvell_get_stats, 2980 .get_stats = marvell_get_stats, 2998 .get_stats = marvell_get_stats, 3018 .get_stats = marvell_get_stats, 3036 .get_stats = marvell_get_stats, [all …]
|
| A D | nxp-tja11xx.c | 755 .get_stats = tja11xx_get_stats, 773 .get_stats = tja11xx_get_stats, 792 .get_stats = tja11xx_get_stats, 815 .get_stats = tja11xx_get_stats,
|
| A D | bcm-cygnus.c | 276 .get_stats = bcm_omega_get_phy_stats,
|
| A D | aquantia_main.c | 660 .get_stats = aqr107_get_stats, 678 .get_stats = aqr107_get_stats,
|
| A D | bcm7xxx.c | 867 .get_stats = bcm7xxx_28nm_get_phy_stats, \ 883 .get_stats = bcm7xxx_28nm_get_phy_stats, \
|
| A D | adin.c | 915 .get_stats = adin_get_stats, 938 .get_stats = adin_get_stats,
|
| /linux/include/linux/qed/ |
| A D | qed_ll2_if.h | 263 int (*get_stats)(struct qed_dev *cdev, struct qed_ll2_stats *stats); member 275 .get_stats = NULL,
|
| A D | qed_fcoe_if.h | 148 int (*get_stats)(struct qed_dev *cdev, struct qed_fcoe_stats *stats); member
|
| A D | qed_iscsi_if.h | 226 int (*get_stats)(struct qed_dev *cdev, member
|
| /linux/tools/testing/selftests/bpf/ |
| A D | xdping.c | 36 static int get_stats(int fd, __u16 count, __u32 raddr) in get_stats() function 246 ret = get_stats(map_fd, count, raddr); in main()
|
| /linux/drivers/net/phy/mscc/ |
| A D | mscc_main.c | 2349 .get_stats = &vsc85xx_get_stats, 2374 .get_stats = &vsc85xx_get_stats, 2397 .get_stats = &vsc85xx_get_stats, 2421 .get_stats = &vsc85xx_get_stats, 2445 .get_stats = &vsc85xx_get_stats, 2469 .get_stats = &vsc85xx_get_stats, 2493 .get_stats = &vsc85xx_get_stats, 2517 .get_stats = &vsc85xx_get_stats, 2539 .get_stats = &vsc85xx_get_stats, 2564 .get_stats = &vsc85xx_get_stats, [all …]
|
| /linux/drivers/media/dvb-frontends/ |
| A D | as102_fe.h | 13 int (*get_stats)(void *priv, struct as10x_demod_stats *demod_stats); member
|
| /linux/drivers/net/wireless/ath/ |
| A D | dfs_pattern_detector.h | 103 struct ath_dfs_pool_stats (*get_stats)(struct dfs_pattern_detector *dpd); member
|
| A D | dfs_pattern_detector.c | 349 .get_stats = dpd_get_stats,
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| 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,
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| A D | dfs_debug.c | 59 dfs_pool_stats = sc->dfs_detector->get_stats(sc->dfs_detector); in read_file_dfs()
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| A D | rt2800soc.c | 145 .get_stats = rt2x00mac_get_stats,
|
| A D | rt2800pci.c | 300 .get_stats = rt2x00mac_get_stats,
|
| /linux/drivers/net/ethernet/dlink/ |
| A D | sundance.c | 441 static struct net_device_stats *get_stats(struct net_device *dev); 480 .ndo_get_stats = get_stats, 1503 get_stats(dev); in netdev_error() 1512 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function 1719 get_stats(dev); in get_ethtool_stats()
|
| A D | dl2k.c | 72 static struct net_device_stats *get_stats (struct net_device *dev); 94 .ndo_get_stats = get_stats, 1056 get_stats (dev); in rio_error() 1071 get_stats (struct net_device *dev) in get_stats() function
|
| /linux/drivers/media/usb/as102/ |
| A D | as102_drv.c | 281 .get_stats = as102_get_stats,
|
| /linux/drivers/net/ethernet/8390/ |
| A D | axnet_cs.c | 84 static struct net_device_stats *get_stats(struct net_device *dev); 134 .ndo_get_stats = get_stats, 1523 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function
|