Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/net/wireless/ath/
Ddfs_pattern_detector.h102 struct ath_dfs_pool_stats (*get_stats)(struct dfs_pattern_detector *dpd); member
Ddfs_pattern_detector.c345 .get_stats = dpd_get_stats,
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Ddfs_debug.c59 dfs_pool_stats = sc->dfs_detector->get_stats(sc->dfs_detector); in read_file_dfs()
Dhtc_drv_main.c1891 .get_stats = ath9k_htc_get_stats,
Dmain.c2645 .get_stats = ath9k_get_stats,
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2800soc.c150 .get_stats = rt2x00mac_get_stats,
Drt2800pci.c311 .get_stats = rt2x00mac_get_stats,
Drt2800usb.c837 .get_stats = rt2x00mac_get_stats,
Drt2400pci.c1723 .get_stats = rt2x00mac_get_stats,
Drt2500usb.c1829 .get_stats = rt2x00mac_get_stats,
Drt2500pci.c2022 .get_stats = rt2x00mac_get_stats,
Drt73usb.c2313 .get_stats = rt2x00mac_get_stats,
Drt61pci.c2975 .get_stats = rt2x00mac_get_stats,
/linux-4.4.14/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
1731 get_stats(dev); in get_ethtool_stats()
Ddl2k.c82 static struct net_device_stats *get_stats (struct net_device *dev);
104 .ndo_get_stats = get_stats,
1006 get_stats (dev); in rio_error()
1021 get_stats (struct net_device *dev) in get_stats() function
/linux-4.4.14/drivers/media/usb/as102/
Das102_drv.c290 .get_stats = as102_get_stats,
/linux-4.4.14/drivers/net/ethernet/8390/
Daxnet_cs.c84 static struct net_device_stats *get_stats(struct net_device *dev);
135 .ndo_get_stats = get_stats,
1516 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function
/linux-4.4.14/drivers/net/ethernet/adaptec/
Dstarfire.c589 static struct net_device_stats *get_stats(struct net_device *dev);
634 .ndo_get_stats = get_stats,
1374 get_stats(dev); in intr_handler()
1686 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function
/linux-4.4.14/include/scsi/
Dscsi_transport_iscsi.h119 void (*get_stats) (struct iscsi_cls_conn *conn, member
Discsi_if.h163 } get_stats; member
/linux-4.4.14/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,
1328 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhnae.h440 void (*get_stats)(struct hnae_handle *handle, u64 *data); member
Dhns_ethtool.c844 if (!h->dev->ops->get_stats || !h->dev->ops->update_stats) { in hns_get_ethtool_stats()
884 h->dev->ops->get_stats(h, &p[26]); in hns_get_ethtool_stats()
Dhns_ae_adapt.c761 .get_stats = hns_ae_get_stats,
/linux-4.4.14/drivers/net/wireless/cw1200/
Dmain.c227 .get_stats = cw1200_get_stats,
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c411 static void get_stats(struct net_device *dev, struct ethtool_stats *stats, in get_stats() function
1115 .get_ethtool_stats = get_stats,
/linux-4.4.14/drivers/net/ethernet/
Dfealnx.c438 static struct net_device_stats *get_stats(struct net_device *dev);
471 .ndo_get_stats = get_stats,
1747 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function
/linux-4.4.14/drivers/scsi/
Dscsi_transport_iscsi.c2592 conn = iscsi_conn_lookup(ev->u.get_stats.sid, ev->u.get_stats.cid); in iscsi_if_get_stats()
2612 evstat->u.get_stats.cid = in iscsi_if_get_stats()
2613 ev->u.get_stats.cid; in iscsi_if_get_stats()
2614 evstat->u.get_stats.sid = in iscsi_if_get_stats()
2615 ev->u.get_stats.sid; in iscsi_if_get_stats()
2620 transport->get_stats(conn, stats); in iscsi_if_get_stats()
Discsi_tcp.c995 .get_stats = iscsi_sw_tcp_conn_get_stats,
/linux-4.4.14/net/mac80211/
Ddriver-ops.h357 if (local->ops->get_stats) in drv_get_stats()
358 ret = local->ops->get_stats(&local->hw, stats); in drv_get_stats()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c800 .get_stats = ath5k_get_stats,
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
Dcxgb2.c457 static void get_stats(struct net_device *dev, struct ethtool_stats *stats, in get_stats() function
807 .get_ethtool_stats = get_stats,
/linux-4.4.14/drivers/infiniband/ulp/iser/
Discsi_iser.c1019 .get_stats = iscsi_iser_conn_get_stats,
/linux-4.4.14/drivers/net/wireless/p54/
Dmain.c728 .get_stats = p54_get_stats,
/linux-4.4.14/drivers/staging/vt6656/
Dmain_usb.c927 .get_stats = vnt_get_stats,
/linux-4.4.14/drivers/net/ethernet/natsemi/
Dnatsemi.c637 static struct net_device_stats *get_stats(struct net_device *dev);
788 .ndo_get_stats = get_stats,
2466 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function
/linux-4.4.14/drivers/char/pcmcia/
Dsynclink_cs.c422 static int get_stats(MGSLPC_INFO *info, struct mgsl_icount __user *user_icount);
1775 static int get_stats(MGSLPC_INFO * info, struct mgsl_icount __user *user_icount) in get_stats() function
2273 return get_stats(info, argp); in mgslpc_ioctl()
/linux-4.4.14/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c124 .get_stats = cxgbi_get_conn_stats,
/linux-4.4.14/include/net/
Dmac80211.h3330 int (*get_stats)(struct ieee80211_hw *hw, member
/linux-4.4.14/drivers/tty/
Dsynclink_gt.c503 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount);
1088 ret = get_stats(info, argp); in ioctl()
2615 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount) in get_stats() function
Dsynclinkmp.c537 static int get_stats(SLMP_INFO *info, struct mgsl_icount __user *user_icount);
1289 return get_stats(info, argp); in ioctl()
2852 static int get_stats(SLMP_INFO * info, struct mgsl_icount __user *user_icount) in get_stats() function
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c1661 static void get_stats(struct net_device *dev, struct ethtool_stats *stats, in get_stats() function
2116 .get_ethtool_stats = get_stats,
/linux-4.4.14/drivers/staging/vt6655/
Ddevice_main.c1552 .get_stats = vnt_get_stats,
/linux-4.4.14/drivers/net/wireless/
Dadm8211.c1759 .get_stats = adm8211_get_stats,
Dmwl8k.c5604 .get_stats = mwl8k_get_stats,
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Dmain.c1771 .get_stats = carl9170_op_get_stats,
/linux-4.4.14/drivers/scsi/bnx2i/
Dbnx2i_iscsi.c2298 .get_stats = bnx2i_conn_get_stats,
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Ddebug.c1934 ar->dfs_detector->get_stats(ar->dfs_detector); in ath10k_read_dfs_stats()
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c131 .get_stats = cxgbi_get_conn_stats,
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dmain.c3573 .get_stats = b43legacy_op_get_stats,
/linux-4.4.14/drivers/net/wireless/b43/
Dmain.c5215 .get_stats = b43_op_get_stats,
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_main.c5852 .get_stats = beiscsi_conn_get_stats,
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_os.c239 .get_stats = qla4xxx_conn_get_stats,