Home
last modified time | relevance | path

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

12

/linux-3.4.99/include/net/
Dact_api.h90 int (*get_stats)(struct sk_buff *, struct tc_action *); member
Dmac80211.h2188 int (*get_stats)(struct ieee80211_hw *hw, member
/linux-3.4.99/include/scsi/
Dscsi_transport_iscsi.h117 void (*get_stats) (struct iscsi_cls_conn *conn, member
Discsi_if.h155 } get_stats; member
/linux-3.4.99/drivers/net/ethernet/dlink/
Dsundance.c438 static struct net_device_stats *get_stats(struct net_device *dev);
466 .ndo_get_stats = get_stats,
1492 get_stats(dev); in netdev_error()
1501 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function
1707 get_stats(dev); in get_ethtool_stats()
Ddl2k.c70 static struct net_device_stats *get_stats (struct net_device *dev);
92 .ndo_get_stats = get_stats,
969 get_stats (dev); in rio_error()
983 get_stats (struct net_device *dev) in get_stats() function
/linux-3.4.99/drivers/scsi/
Dscsi_transport_iscsi.c1582 conn = iscsi_conn_lookup(ev->u.get_stats.sid, ev->u.get_stats.cid); in iscsi_if_get_stats()
1602 evstat->u.get_stats.cid = in iscsi_if_get_stats()
1603 ev->u.get_stats.cid; in iscsi_if_get_stats()
1604 evstat->u.get_stats.sid = in iscsi_if_get_stats()
1605 ev->u.get_stats.sid; in iscsi_if_get_stats()
1610 transport->get_stats(conn, stats); in iscsi_if_get_stats()
Discsi_tcp.c976 .get_stats = iscsi_sw_tcp_conn_get_stats,
/linux-3.4.99/net/mac80211/
Ddriver-ops.h337 if (local->ops->get_stats) in drv_get_stats()
338 ret = local->ops->get_stats(&local->hw, stats); in drv_get_stats()
/linux-3.4.99/drivers/net/ethernet/8390/
Daxnet_cs.c85 static struct net_device_stats *get_stats(struct net_device *dev);
135 .ndo_get_stats = get_stats,
1537 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function
/linux-3.4.99/drivers/net/ethernet/adaptec/
Dstarfire.c602 static struct net_device_stats *get_stats(struct net_device *dev);
645 .ndo_get_stats = get_stats,
1405 get_stats(dev); in intr_handler()
1717 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function
/linux-3.4.99/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,
1331 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function
/linux-3.4.99/net/sched/
Dact_api.c624 if (a->ops != NULL && a->ops->get_stats != NULL) in tcf_action_copy_stats()
625 if (a->ops->get_stats(skb, a) < 0) in tcf_action_copy_stats()
/linux-3.4.99/drivers/net/ethernet/
Dfealnx.c438 static struct net_device_stats *get_stats(struct net_device *dev);
471 .ndo_get_stats = get_stats,
1750 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function
Ds6gmac.c974 dev->get_stats = s6gmac_stats; in s6gmac_probe()
/linux-3.4.99/drivers/infiniband/ulp/iser/
Discsi_iser.c724 .get_stats = iscsi_iser_conn_get_stats,
/linux-3.4.99/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c800 .get_stats = ath5k_get_stats,
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb/
Dcxgb2.c459 static void get_stats(struct net_device *dev, struct ethtool_stats *stats, in get_stats() function
809 .get_ethtool_stats = get_stats,
/linux-3.4.99/drivers/staging/winbond/
Dwbusb.c296 .get_stats = wbsoft_get_stats,
/linux-3.4.99/drivers/net/wireless/p54/
Dmain.c715 .get_stats = p54_get_stats,
/linux-3.4.99/drivers/net/wireless/rt2x00/
Drt2800usb.c825 .get_stats = rt2x00mac_get_stats,
Drt2800pci.c1050 .get_stats = rt2x00mac_get_stats,
/linux-3.4.99/drivers/net/ethernet/natsemi/
Dnatsemi.c636 static struct net_device_stats *get_stats(struct net_device *dev);
785 .ndo_get_stats = get_stats,
2457 static struct net_device_stats *get_stats(struct net_device *dev) in get_stats() function
/linux-3.4.99/drivers/staging/wlags49_h2/
Dwl_netdev.c1528 lp->wds_port[count].dev->get_stats = &wl_stats; in wl_wds_device_alloc()
/linux-3.4.99/drivers/char/pcmcia/
Dsynclink_cs.c423 static int get_stats(MGSLPC_INFO *info, struct mgsl_icount __user *user_icount);
1770 static int get_stats(MGSLPC_INFO * info, struct mgsl_icount __user *user_icount) in get_stats() function
2268 return get_stats(info, argp); in mgslpc_ioctl()

12