/linux-3.4.99/include/net/ |
D | act_api.h | 90 int (*get_stats)(struct sk_buff *, struct tc_action *); member
|
D | mac80211.h | 2188 int (*get_stats)(struct ieee80211_hw *hw, member
|
/linux-3.4.99/include/scsi/ |
D | scsi_transport_iscsi.h | 117 void (*get_stats) (struct iscsi_cls_conn *conn, member
|
D | iscsi_if.h | 155 } get_stats; member
|
/linux-3.4.99/drivers/net/ethernet/dlink/ |
D | sundance.c | 438 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()
|
D | dl2k.c | 70 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/ |
D | scsi_transport_iscsi.c | 1582 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()
|
D | iscsi_tcp.c | 976 .get_stats = iscsi_sw_tcp_conn_get_stats,
|
/linux-3.4.99/net/mac80211/ |
D | driver-ops.h | 337 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/ |
D | axnet_cs.c | 85 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/ |
D | starfire.c | 602 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/ |
D | winbond-840.c | 343 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/ |
D | act_api.c | 624 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/ |
D | fealnx.c | 438 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
|
D | s6gmac.c | 974 dev->get_stats = s6gmac_stats; in s6gmac_probe()
|
/linux-3.4.99/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.c | 724 .get_stats = iscsi_iser_conn_get_stats,
|
/linux-3.4.99/drivers/net/wireless/ath/ath5k/ |
D | mac80211-ops.c | 800 .get_stats = ath5k_get_stats,
|
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb/ |
D | cxgb2.c | 459 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/ |
D | wbusb.c | 296 .get_stats = wbsoft_get_stats,
|
/linux-3.4.99/drivers/net/wireless/p54/ |
D | main.c | 715 .get_stats = p54_get_stats,
|
/linux-3.4.99/drivers/net/wireless/rt2x00/ |
D | rt2800usb.c | 825 .get_stats = rt2x00mac_get_stats,
|
D | rt2800pci.c | 1050 .get_stats = rt2x00mac_get_stats,
|
/linux-3.4.99/drivers/net/ethernet/natsemi/ |
D | natsemi.c | 636 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/ |
D | wl_netdev.c | 1528 lp->wds_port[count].dev->get_stats = &wl_stats; in wl_wds_device_alloc()
|
/linux-3.4.99/drivers/char/pcmcia/ |
D | synclink_cs.c | 423 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()
|