Searched refs:stats (Results 151 - 175 of 680) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/linux/
H A Dif_ppp.h125 struct ppp_stats stats; /* statistic information */ member in struct:ifpppstatsreq
130 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dether3.c327 memset(&priv(dev)->stats, 0, sizeof(struct net_device_stats));
451 return &priv(dev)->stats;
494 priv(dev)->stats.tx_errors += 1;
513 priv(dev)->stats.tx_dropped ++;
678 struct net_device_stats *stats = &priv(dev)->stats; local
680 if (status & RXSTAT_OVERSIZE) stats->rx_over_errors ++;
681 if (status & RXSTAT_CRCERROR) stats->rx_crc_errors ++;
682 if (status & RXSTAT_DRIBBLEERROR) stats->rx_fifo_errors ++;
683 if (status & RXSTAT_SHORTPACKET) stats
[all...]
H A Dep93xx_eth.c172 struct net_device_stats stats; member in struct:ep93xx_priv
190 return &(ep->stats);
233 ep->stats.rx_errors++;
235 ep->stats.rx_fifo_errors++;
237 ep->stats.rx_frame_errors++;
239 ep->stats.rx_length_errors++;
241 ep->stats.rx_crc_errors++;
269 ep->stats.rx_packets++;
270 ep->stats.rx_bytes += length;
272 ep->stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dstir4200.c170 struct net_device_stats stats; /* network statistics */ member in struct:stir_cb
329 ++stir->stats.rx_errors;
330 ++stir->stats.rx_length_errors;
337 stir->stats.rx_errors++;
338 stir->stats.rx_crc_errors++;
346 ++stir->stats.rx_dropped;
355 ++stir->stats.rx_dropped;
372 stir->stats.rx_packets++;
373 stir->stats.rx_bytes += len;
443 ++stir->stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dclnt.h16 #include <linux/sunrpc/stats.h>
70 struct rpc_stat * stats; /* statistics */ member in struct:rpc_program
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhdlc.h29 struct net_device_stats stats; member in struct:hdlc_device_desc
121 return &dev_to_desc(dev)->stats;
H A Dif_ppp.h105 struct ppp_stats stats; /* statistic information */ member in struct:ifpppstatsreq
110 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
116 __u16 session_id; /* if zero, get tunnel stats */
H A Dlp.h117 #define LP_STAT(minor) lp_table[(minor)].stats /* statistics area */
144 struct lp_stats stats; member in struct:lp_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dresources.c108 memset(&dev->stats, 0, sizeof(dev->stats));
184 copy_aal_stats(&dev->stats.aal0, &tmp.aal0);
185 copy_aal_stats(&dev->stats.aal34, &tmp.aal34);
186 copy_aal_stats(&dev->stats.aal5, &tmp.aal5);
190 subtract_aal_stats(&dev->stats.aal0, &tmp.aal0);
191 subtract_aal_stats(&dev->stats.aal34, &tmp.aal34);
192 subtract_aal_stats(&dev->stats.aal5, &tmp.aal5);
H A Dbr2684.c88 struct net_device_stats stats; member in struct:br2684_dev
194 brdev->stats.tx_packets++;
195 brdev->stats.tx_bytes += skb->len;
217 brdev->stats.tx_errors++;
218 brdev->stats.tx_carrier_errors++;
233 brdev->stats.tx_errors++;
234 brdev->stats.tx_fifo_errors++;
243 return &BRPRIV(dev)->stats;
434 brdev->stats.rx_errors++;
446 brdev->stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Dfec.c165 struct net_device_stats stats; member in struct:fec_enet_private
383 fep->stats.tx_bytes += skb->len;
433 fep->stats.tx_errors++;
556 fep->stats.tx_errors++;
558 fep->stats.tx_heartbeat_errors++;
560 fep->stats.tx_window_errors++;
562 fep->stats.tx_aborted_errors++;
564 fep->stats.tx_fifo_errors++;
566 fep->stats.tx_carrier_errors++;
577 fep->stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddeclance.c261 struct net_device_stats stats; member in struct:lance_private
583 lp->stats.rx_over_errors++;
584 lp->stats.rx_errors++;
590 lp->stats.rx_fifo_errors++;
592 lp->stats.rx_crc_errors++;
594 lp->stats.rx_over_errors++;
596 lp->stats.rx_frame_errors++;
598 lp->stats.rx_errors++;
606 lp->stats.rx_dropped++;
614 lp->stats
[all...]
H A D3c515.c311 struct net_device_stats stats; member in struct:corkscrew_private
787 /* Switch to the stats window, and clear all stats by reading. */
986 vp->stats.tx_errors++;
987 vp->stats.tx_dropped++;
1053 vp->stats.tx_bytes += skb->len;
1097 vp->stats.tx_fifo_errors++;
1099 vp->stats.tx_aborted_errors++;
1204 printk("%s: Updating stats.\n", dev->name);
1210 printk("%s: Updating stats faile
[all...]
H A Dfealnx.c385 struct net_device_stats stats; member in struct:netdev_private
1235 np->stats.tx_errors++;
1480 np->stats.rx_missed_errors += ioread32(ioaddr + TALLY) & 0x7fff;
1483 np->stats.rx_crc_errors +=
1514 np->stats.tx_errors++;
1516 np->stats.tx_aborted_errors++;
1518 np->stats.tx_carrier_errors++;
1520 np->stats.tx_window_errors++;
1522 np->stats.tx_fifo_errors++;
1524 np->stats
[all...]
H A Dsmc911x.c123 struct net_device_stats stats; member in struct:smc911x_local
318 lp->stats.tx_errors++;
319 lp->stats.tx_aborted_errors++;
343 /* Update TX stats on every 64 packets received or every 1 sec */
452 lp->stats.rx_errors++;
454 lp->stats.rx_crc_errors++;
457 lp->stats.rx_length_errors++;
459 lp->stats.multicast++;
470 lp->stats.rx_dropped++;
506 lp->stats
[all...]
H A D3c509.c115 struct net_device_stats stats; member in struct:el3_private
764 lp->stats.tx_errors++;
782 lp->stats.tx_bytes += skb->len;
824 if (tx_status & 0x38) lp->stats.tx_aborted_errors++;
879 if (tx_status & 0x38) lp->stats.tx_aborted_errors++;
945 return &lp->stats;
962 /* Switch to the stats window, and read everything. */
964 lp->stats.tx_carrier_errors += inb(ioaddr + 0);
965 lp->stats.tx_heartbeat_errors += inb(ioaddr + 1);
967 lp->stats
[all...]
H A Dgt64240eth.c465 struct net_device_stats *stats = &gp->stats; local
469 stats->rx_packets = mib->totalFramesReceived;
470 stats->tx_packets = mib->framesSent;
471 stats->rx_bytes = mib->totalByteReceived;
472 stats->tx_bytes = mib->byteSent;
473 stats->rx_errors = mib->totalFramesReceived - mib->framesReceived;
477 stats->multicast = mib->multicastFramesReceived;
479 stats->rx_length_errors = mib->oversizeFrames + mib->fragments;
483 stats
[all...]
H A D82596.c328 struct net_device_stats stats; member in struct:i596_private
829 lp->stats.rx_dropped++;
845 lp->stats.rx_packets++;
846 lp->stats.rx_bytes+=pkt_len;
852 lp->stats.rx_errors++;
854 lp->stats.collisions++;
856 lp->stats.rx_length_errors++;
858 lp->stats.rx_over_errors++;
860 lp->stats.rx_fifo_errors++;
862 lp->stats
[all...]
H A Depic100.c275 struct net_device_stats stats; member in struct:epic_private
770 ep->stats.rx_missed_errors += inb(ioaddr + MPCNT);
771 ep->stats.rx_frame_errors += inb(ioaddr + ALICNT);
772 ep->stats.rx_crc_errors += inb(ioaddr + CRCCNT);
890 ep->stats.tx_fifo_errors++;
898 ep->stats.tx_errors++;
1008 struct net_device_stats *stats = &ep->stats; local
1016 stats->tx_errors++;
1018 stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dfore200e.c329 kfree(fore200e->stats);
958 atomic_inc(&vcc->stats->tx_err);
960 atomic_inc(&vcc->stats->tx);
1109 atomic_inc(&vcc->stats->rx_drop);
1152 atomic_inc(&vcc->stats->rx_drop);
1159 atomic_inc(&vcc->stats->rx);
1237 atomic_inc(&vcc->stats->rx_err);
1682 atomic_inc(&vcc->stats->tx_err);
1774 if (fore200e->stats == NULL) {
1775 fore200e->stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dx25_asy.c145 sl->stats.tx_dropped++;
156 sl->stats.rx_over_errors++;
196 sl->stats.rx_bytes+=count;
202 sl->stats.rx_dropped++;
217 sl->stats.rx_packets++;
231 sl->stats.tx_dropped++;
272 sl->stats.tx_packets++;
389 sl->stats.tx_bytes+=skb->len;
537 sl->stats.rx_errors++;
620 return &sl->stats;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dvsc7326.c560 /* Clear stats */
565 memset(&mac->stats, 0, sizeof(struct cmac_statistics));
595 /* Rx stats */
609 /* Tx stats (skip collision stats as we are full-duplex only) */
618 u64 *stats = (u64 *)&mac->stats; local
622 rmon_update(mac, CRA(0x4, port, p->reg), stats + p->offset);
624 rmon_update(mac, REG_TX_OK_BYTES(port), &mac->stats.TxOctetsOK);
625 rmon_update(mac, REG_RX_OK_BYTES(port), &mac->stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_tx.c262 struct net_device_stats *stats = &ieee->stats; local
307 stats->tx_dropped++;
527 stats->tx_packets++;
528 stats->tx_bytes += txb->payload_size;
540 stats->tx_errors++;
552 struct net_device_stats *stats = &ieee->stats; local
615 stats->tx_packets++;
616 stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_gred.c45 struct red_stats stats; member in struct:gred_sched_data
212 q->stats.prob_drop++;
216 q->stats.prob_mark++;
223 q->stats.forced_drop++;
226 q->stats.forced_mark++;
235 q->stats.pdrop++;
314 q->stats.other++;
543 opt.other = q->stats.other;
544 opt.early = q->stats.prob_drop;
545 opt.forced = q->stats
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A D3c574_cs.c209 struct net_device_stats stats; member in struct:el3_private
672 /* Switch to the stats window, and clear all stats by reading. */
744 lp->stats.tx_errors++;
770 lp->stats.tx_aborted_errors++;
985 return &lp->stats;
1003 /* Unlike the 3c509 we need not turn off stats updates while reading. */
1004 /* Switch to the stats window, and read everything. */
1006 lp->stats.tx_carrier_errors += inb(ioaddr + 0);
1007 lp->stats
[all...]

Completed in 311 milliseconds

1234567891011>>