Searched refs:stats (Results 251 - 275 of 680) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dusbvideo.c401 sprintf(tmp, "%8lx", uvd->stats.frame_num);
405 sprintf(tmp, "%8lx", uvd->stats.urb_count);
409 sprintf(tmp, "%8lx", uvd->stats.urb_length);
413 sprintf(tmp, "%8lx", uvd->stats.data_count);
417 sprintf(tmp, "%8lx", uvd->stats.header_count);
421 sprintf(tmp, "%8lx", uvd->stats.iso_skip_count);
425 sprintf(tmp, "%8lx", uvd->stats.iso_err_count);
460 if ((uvd != NULL) && (uvd->stats.urb_count > 0)) {
462 allPackets = uvd->stats.urb_count * CAMERA_URB_FRAMES;
463 badPackets = uvd->stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfec.c205 struct net_device_stats stats; member in struct:fec_enet_private
360 fep->stats.tx_bytes += skb->len;
410 fep->stats.tx_errors++;
512 fep->stats.tx_errors++;
514 fep->stats.tx_heartbeat_errors++;
516 fep->stats.tx_window_errors++;
518 fep->stats.tx_aborted_errors++;
520 fep->stats.tx_fifo_errors++;
522 fep->stats.tx_carrier_errors++;
524 fep->stats
[all...]
H A Dgianfar.c975 /* Update transmit stats */
976 priv->stats.tx_bytes += skb->len;
1049 priv->stats.tx_fifo_errors++;
1084 return &(priv->stats);
1198 priv->stats.tx_errors++;
1228 priv->stats.tx_packets++;
1233 priv->stats.collisions++;
1305 struct net_device_stats *stats = &priv->stats; local
1311 stats
[all...]
H A Dhamachi.c278 The interrupt handler has exclusive control over the Rx ring and records stats
279 from the Tx ring. After reaping the stats, it marks the Tx queue entry as
494 struct net_device_stats stats; member in struct:hamachi_private
1034 hmp->stats.tx_packets++;
1160 hmp->stats.tx_errors++;
1430 hmp->stats.tx_packets++;
1521 hmp->stats.rx_length_errors++;
1528 hmp->stats.rx_errors++;
1529 if (frame_status & 0x00600000) hmp->stats.rx_length_errors++;
1530 if (frame_status & 0x00080000) hmp->stats
[all...]
H A Dmv643xx_eth.c344 mp->stats.tx_errors++;
391 struct net_device_stats *stats = &mp->stats; local
406 stats->rx_packets++;
407 stats->rx_bytes += pkt_info.byte_cnt;
417 stats->rx_dropped++;
428 stats->rx_errors++;
1201 struct net_device_stats *stats = &mp->stats; local
1215 stats
2709 mv643xx_get_ethtool_stats(struct net_device *netdev, struct ethtool_stats *stats, uint64_t *data) argument
[all...]
H A D3c501.h32 struct net_device_stats stats; member in struct:net_local
H A Dmeth.c69 struct net_device_stats stats; member in struct:meth_private
404 priv->stats.rx_errors++;
405 priv->stats.rx_length_errors++;
412 priv->stats.rx_dropped++;
424 priv->stats.rx_packets++;
425 priv->stats.rx_bytes += len;
430 priv->stats.rx_errors++;
493 priv->stats.tx_packets++;
494 priv->stats.tx_bytes += skb->len;
496 priv->stats
[all...]
H A Ddl2k.c756 np->stats.tx_errors++;
759 np->stats.tx_fifo_errors++;
782 np->stats.tx_fifo_errors++;
796 np->stats.collisions16++;
799 np->stats.collisions++;
829 np->stats.rx_errors++;
831 np->stats.rx_length_errors++;
833 np->stats.rx_crc_errors++;
835 np->stats.rx_frame_errors++;
837 np->stats
[all...]
H A Dvia-velocity.c1231 struct net_device_stats *stats = &vptr->stats; local
1251 stats->rx_dropped++;
1254 stats->rx_crc_errors++;
1256 stats->rx_frame_errors++;
1258 stats->rx_dropped++;
1277 VAR_USED(stats);
1378 struct net_device_stats *stats = &vptr->stats; local
1386 stats
1489 struct net_device_stats *stats = &vptr->stats; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgmerge.c1105 struct statistics *stats, unsigned int *processed)
1219 stats->merged++;
1254 stats->fuzzied++;
1293 stats->missing++;
1386 struct statistics stats; local
1391 stats.merged = stats.fuzzied = stats.missing = stats.obsolete = 0;
1620 &stats,
1102 match_domain(const char *fn1, const char *fn2, definitions_ty *definitions, message_list_ty *refmlp, message_list_ty *resultmlp, struct statistics *stats, unsigned int *processed) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dif_sysctl.c77 ifp->stats = ifm->ifm_data;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dgmac.h127 struct cmac_statistics stats; member in struct:cmac
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cris/
H A Deth_v10.c55 struct net_device_stats stats; member in struct:net_local
903 np->stats.tx_errors++;
1000 ((struct net_local *)dev->priv)->stats.rx_packets++;
1017 np->stats.tx_bytes += myFirstTxDesc->skb->len;
1018 np->stats.tx_packets++;
1053 np->stats.tx_errors++;
1059 update_rx_stats(&np->stats); /* this will ack the irq */
1068 np->stats.tx_errors++;
1097 ((struct net_local *)dev->priv)->stats.rx_bytes += length;
1115 np->stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dau1000_ircc.h110 struct net_device_stats stats; member in struct:au1k_private
H A Dirda-usb.h154 struct net_device_stats stats; member in struct:irda_usb_cb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dctcmain.c410 privptr->stats.rx_dropped++;
411 privptr->stats.rx_frame_errors++;
431 privptr->stats.rx_dropped++;
432 privptr->stats.rx_length_errors++;
453 privptr->stats.rx_dropped++;
454 privptr->stats.rx_length_errors++;
472 privptr->stats.rx_dropped++;
487 privptr->stats.rx_packets++;
488 privptr->stats.rx_bytes += skb->len;
692 privptr->stats
[all...]
H A Dqeth_proc.c196 card->stats.rx_packets -
199 card->stats.tx_packets -
205 card->stats.tx_packets - card->perf_stats.initial_tx_packets
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dfas216.c204 printk(" stats={ queues=%X removes=%X fins=%X reads=%X writes=%X miscs=%X\n"
206 info->stats.queues, info->stats.removes, info->stats.fins,
207 info->stats.reads, info->stats.writes, info->stats.miscs,
208 info->stats.disconnects, info->stats.aborts, info->stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dz85230.c449 chan->stats.tx_fifo_errors++;
1444 c->stats.tx_dropped++;
1445 c->stats.tx_fifo_errors++;
1524 c->stats.tx_packets++;
1525 c->stats.tx_bytes+=skb->len;
1627 c->stats.rx_dropped++;
1634 c->stats.rx_packets++;
1635 c->stats.rx_bytes+=ct;
1681 c->stats.rx_packets++;
1682 c->stats
[all...]
H A Dfarsync.c329 /* Count of Tx underflows for stats */
848 struct net_device_stats *stats = hdlc_stats(dev); local
856 stats->tx_packets++;
857 stats->tx_bytes += len;
879 struct net_device_stats *stats = hdlc_stats(dev); local
890 /* Update stats */
891 stats->rx_packets++;
892 stats->rx_bytes += len;
903 stats->rx_dropped++;
1166 struct net_device_stats *stats local
1245 struct net_device_stats *stats = hdlc_stats(dev); local
1364 struct net_device_stats *stats; local
2293 struct net_device_stats *stats = hdlc_stats(dev); local
2313 struct net_device_stats *stats = hdlc_stats(dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Drtl8150.c158 struct net_device_stats stats; member in struct:rtl8150
464 dev->stats.rx_packets++;
465 dev->stats.rx_bytes += pkt_len;
570 dev->stats.tx_errors++;
572 dev->stats.tx_aborted_errors++;
574 dev->stats.tx_window_errors++;
576 dev->stats.tx_carrier_errors++;
696 return &((rtl8150_t *)netdev_priv(dev))->stats;
704 dev->stats.tx_errors++;
744 dev->stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/appletalk/
H A Dltpc.c267 struct net_device_stats stats; member in struct:ltpc_private
729 struct net_device_stats *stats = &((struct ltpc_private *)dev->priv)->stats; local
781 stats->rx_packets++;
782 stats->rx_bytes+=skb->len;
916 struct net_device_stats *stats = &((struct ltpc_private *)dev->priv)->stats; local
946 stats->tx_packets++;
947 stats->tx_bytes+=skb->len;
955 struct net_device_stats *stats local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dclip.c221 PRIV(skb->dev)->stats.rx_packets++;
222 PRIV(skb->dev)->stats.rx_bytes += skb->len;
228 PRIV(skb->dev)->stats.rx_packets++;
229 PRIV(skb->dev)->stats.rx_bytes += skb->len;
379 clip_priv->stats.tx_dropped++;
385 clip_priv->stats.tx_dropped++;
399 clip_priv->stats.tx_dropped++;
422 clip_priv->stats.tx_packets++;
423 clip_priv->stats.tx_bytes += skb->len;
444 return &PRIV(dev)->stats;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Dfcc_enet.c376 struct net_device_stats stats; member in struct:fcc_enet_private
460 cep->stats.tx_bytes += skb->len;
493 cep->stats.tx_errors++;
570 cep->stats.tx_heartbeat_errors++;
572 cep->stats.tx_window_errors++;
574 cep->stats.tx_aborted_errors++;
576 cep->stats.tx_fifo_errors++;
578 cep->stats.tx_carrier_errors++;
587 cep->stats.tx_errors++;
590 cep->stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_ctl.c660 ip_vs_zero_stats(struct ip_vs_stats *stats) argument
662 spin_lock_bh(&stats->lock);
663 memset(stats, 0, (char *)&stats->lock - (char *)stats);
664 spin_unlock_bh(&stats->lock);
665 ip_vs_zero_estimator(stats);
707 ip_vs_zero_stats(&dest->stats);
758 spin_lock_init(&dest->stats.lock);
760 ip_vs_new_estimator(&dest->stats);
[all...]

Completed in 169 milliseconds

<<11121314151617181920>>