taglinefilesource code
stats83drivers/net/3c501.cstruct enet_statistics stats;
stats276drivers/net/3c501.cel_status.stats.tx_errors++;
stats381drivers/net/3c501.cel_status.stats.tx_aborted_errors++;
stats388drivers/net/3c501.cel_status.stats.collisions++;
stats392drivers/net/3c501.cel_status.stats.tx_packets++;
stats407drivers/net/3c501.cel_status.stats.rx_missed_errors++;
stats409drivers/net/3c501.cel_status.stats.rx_length_errors++;
stats448drivers/net/3c501.cel_status.stats.rx_over_errors++;
stats458drivers/net/3c501.cel_status.stats.rx_dropped++;
stats474drivers/net/3c501.clp->stats.rx_dropped++;
stats478drivers/net/3c501.cel_status.stats.rx_packets++;
stats529drivers/net/3c501.creturn &el_status.stats;
stats114drivers/net/3c507.cstruct enet_statistics stats;
stats462drivers/net/3c507.cif (lp->last_restart == lp->stats.tx_packets) {
stats471drivers/net/3c507.clp->last_restart = lp->stats.tx_packets;
stats557drivers/net/3c507.clp->stats.tx_packets++;
stats558drivers/net/3c507.clp->stats.collisions += tx_status & 0xf;
stats562drivers/net/3c507.clp->stats.tx_errors++;
stats563drivers/net/3c507.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
stats564drivers/net/3c507.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
stats565drivers/net/3c507.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
stats566drivers/net/3c507.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
stats655drivers/net/3c507.creturn &lp->stats;
stats834drivers/net/3c507.clp->stats.rx_errors++;
stats835drivers/net/3c507.cif (frame_status & 0x0800) lp->stats.rx_crc_errors++;
stats836drivers/net/3c507.cif (frame_status & 0x0400) lp->stats.rx_frame_errors++;
stats837drivers/net/3c507.cif (frame_status & 0x0200) lp->stats.rx_fifo_errors++;
stats838drivers/net/3c507.cif (frame_status & 0x0100) lp->stats.rx_over_errors++;
stats839drivers/net/3c507.cif (frame_status & 0x0080) lp->stats.rx_length_errors++;
stats850drivers/net/3c507.clp->stats.rx_dropped++;
stats867drivers/net/3c507.clp->stats.rx_dropped++;
stats871drivers/net/3c507.clp->stats.rx_packets++;
stats70drivers/net/3c509.cstruct enet_statistics stats;
stats428drivers/net/3c509.cif (tx_status & 0x38) lp->stats.tx_aborted_errors++;
stats504drivers/net/3c509.creturn &lp->stats;
stats522drivers/net/3c509.clp->stats.tx_carrier_errors   += inb(ioaddr + 0);
stats523drivers/net/3c509.clp->stats.tx_heartbeat_errors  += inb(ioaddr + 1);
stats525drivers/net/3c509.clp->stats.collisions      += inb(ioaddr + 3);
stats526drivers/net/3c509.clp->stats.tx_window_errors    += inb(ioaddr + 4);
stats527drivers/net/3c509.clp->stats.rx_fifo_errors    += inb(ioaddr + 5);
stats528drivers/net/3c509.clp->stats.tx_packets      += inb(ioaddr + 6);
stats529drivers/net/3c509.clp->stats.rx_packets      += inb(ioaddr + 7);
stats553drivers/net/3c509.clp->stats.rx_errors++;
stats555drivers/net/3c509.ccase 0x2000:    lp->stats.rx_over_errors++; break;
stats556drivers/net/3c509.ccase 0x2C00:    lp->stats.rx_length_errors++; break;
stats557drivers/net/3c509.ccase 0x3400:    lp->stats.rx_crc_errors++; break;
stats558drivers/net/3c509.ccase 0x2400:    lp->stats.rx_length_errors++; break;
stats559drivers/net/3c509.ccase 0x3000:    lp->stats.rx_frame_errors++; break;
stats560drivers/net/3c509.ccase 0x0800:    lp->stats.rx_frame_errors++; break;
stats611drivers/net/3c509.clp->stats.rx_dropped++;
stats507drivers/net/8390.clp->stats.rx_dropped++;
stats69drivers/net/at1700.cstruct enet_statistics stats;
stats385drivers/net/at1700.clp->stats.tx_errors++;
stats481drivers/net/at1700.clp->stats.tx_packets++;
stats523drivers/net/at1700.clp->stats.rx_errors++;
stats524drivers/net/at1700.cif (status & 0x08) lp->stats.rx_length_errors++;
stats525drivers/net/at1700.cif (status & 0x04) lp->stats.rx_frame_errors++;
stats526drivers/net/at1700.cif (status & 0x02) lp->stats.rx_crc_errors++;
stats527drivers/net/at1700.cif (status & 0x01) lp->stats.rx_over_errors++;
stats538drivers/net/at1700.clp->stats.rx_errors++;
stats546drivers/net/at1700.clp->stats.rx_dropped++;
stats571drivers/net/at1700.clp->stats.rx_dropped++;
stats575drivers/net/at1700.clp->stats.rx_packets++;
stats632drivers/net/at1700.creturn &lp->stats;
stats463drivers/net/atp.clp->stats.tx_errors++;
stats568drivers/net/atp.clp->stats.rx_over_errors++;
stats588drivers/net/atp.clp->stats.collisions++;
stats590drivers/net/atp.clp->stats.tx_aborted_errors++;
stats599drivers/net/atp.clp->stats.tx_packets++;
stats618drivers/net/atp.clp->stats.rx_missed_errors++;
stats665drivers/net/atp.clp->stats.rx_errors++;
stats681drivers/net/atp.clp->stats.rx_dropped++;
stats706drivers/net/atp.clp->stats.rx_dropped++;
stats710drivers/net/atp.clp->stats.rx_packets++;
stats768drivers/net/atp.creturn &lp->stats;
stats7drivers/net/atp.hstruct enet_statistics stats;
stats98drivers/net/eexpress.cstruct enet_statistics stats;
stats487drivers/net/eexpress.clp->stats.tx_errors++;
stats489drivers/net/eexpress.cif (lp->last_restart == lp->stats.tx_packets) {
stats498drivers/net/eexpress.clp->last_restart = lp->stats.tx_packets;
stats540drivers/net/eexpress.clp->stats.tx_aborted_errors++;
stats584drivers/net/eexpress.clp->stats.tx_packets++;
stats585drivers/net/eexpress.clp->stats.collisions += tx_status & 0xf;
stats589drivers/net/eexpress.clp->stats.tx_errors++;
stats590drivers/net/eexpress.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
stats591drivers/net/eexpress.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
stats592drivers/net/eexpress.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
stats593drivers/net/eexpress.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
stats681drivers/net/eexpress.creturn &lp->stats;
stats937drivers/net/eexpress.clp->stats.rx_errors++;
stats938drivers/net/eexpress.cif (frame_status & 0x0800) lp->stats.rx_crc_errors++;
stats939drivers/net/eexpress.cif (frame_status & 0x0400) lp->stats.rx_frame_errors++;
stats940drivers/net/eexpress.cif (frame_status & 0x0200) lp->stats.rx_fifo_errors++;
stats941drivers/net/eexpress.cif (frame_status & 0x0100) lp->stats.rx_over_errors++;
stats942drivers/net/eexpress.cif (frame_status & 0x0080) lp->stats.rx_length_errors++;
stats953drivers/net/eexpress.clp->stats.rx_dropped++;
stats971drivers/net/eexpress.clp->stats.rx_dropped++;
stats975drivers/net/eexpress.clp->stats.rx_packets++;
stats203drivers/net/lance.cstruct enet_statistics stats;
stats483drivers/net/lance.clp->stats.tx_errors++;
stats636drivers/net/lance.clp->stats.tx_errors++;
stats637drivers/net/lance.cif (err_status & 0x0400) lp->stats.tx_aborted_errors++;
stats638drivers/net/lance.cif (err_status & 0x0800) lp->stats.tx_carrier_errors++;
stats639drivers/net/lance.cif (err_status & 0x1000) lp->stats.tx_window_errors++;
stats640drivers/net/lance.cif (err_status & 0x4000) lp->stats.tx_fifo_errors++;
stats643drivers/net/lance.clp->stats.collisions++;
stats645drivers/net/lance.clp->stats.tx_packets++;
stats680drivers/net/lance.cif (csr0 & 0x4000) lp->stats.tx_errors++;
stats681drivers/net/lance.cif (csr0 & 0x1000) lp->stats.rx_errors++;
stats708drivers/net/lance.clp->stats.rx_errors++;
stats709drivers/net/lance.cif (status & 0x20) lp->stats.rx_frame_errors++;
stats710drivers/net/lance.cif (status & 0x10) lp->stats.rx_over_errors++;
stats711drivers/net/lance.cif (status & 0x08) lp->stats.rx_crc_errors++;
stats712drivers/net/lance.cif (status & 0x04) lp->stats.rx_fifo_errors++;
stats722drivers/net/lance.clp->stats.rx_dropped++;  /* Really, deferred. */
stats738drivers/net/lance.clp->stats.rx_dropped++;
stats742drivers/net/lance.clp->stats.rx_packets++;
stats765drivers/net/lance.clp->stats.rx_missed_errors = inw(ioaddr+LANCE_DATA);
stats797drivers/net/lance.clp->stats.rx_missed_errors = inw(ioaddr+LANCE_DATA);
stats801drivers/net/lance.creturn &lp->stats;
stats91drivers/net/skeleton.cstruct enet_statistics stats;
stats342drivers/net/skeleton.clp->stats.tx_aborted_errors++;
stats373drivers/net/skeleton.clp->stats.tx_packets++;
stats379drivers/net/skeleton.clp->stats.tx_window_errors++;
stats402drivers/net/skeleton.clp->stats.rx_errors++;
stats403drivers/net/skeleton.cif (status & 0x20) lp->stats.rx_frame_errors++;
stats404drivers/net/skeleton.cif (status & 0x10) lp->stats.rx_over_errors++;
stats405drivers/net/skeleton.cif (status & 0x08) lp->stats.rx_crc_errors++;
stats406drivers/net/skeleton.cif (status & 0x04) lp->stats.rx_fifo_errors++;
stats415drivers/net/skeleton.clp->stats.rx_dropped++;
stats435drivers/net/skeleton.clp->stats.rx_dropped++;
stats439drivers/net/skeleton.clp->stats.rx_packets++;
stats489drivers/net/skeleton.clp->stats.rx_missed_errors = inw(ioaddr+1);
stats492drivers/net/skeleton.creturn &lp->stats;
stats829drivers/net/slip.cstatic struct enet_statistics stats;
stats838drivers/net/slip.cmemset(&stats, 0, sizeof(struct enet_statistics));
stats840drivers/net/slip.cstats.rx_packets = sl->rpacket;
stats841drivers/net/slip.cstats.rx_over_errors = sl->roverrun;
stats842drivers/net/slip.cstats.tx_packets = sl->spacket;
stats843drivers/net/slip.cstats.tx_dropped = sl->sbusy;
stats844drivers/net/slip.cstats.rx_errors = sl->errors;
stats848drivers/net/slip.cstats.rx_fifo_errors = comp->sls_i_compressed;
stats849drivers/net/slip.cstats.rx_dropped = comp->sls_i_tossed;
stats850drivers/net/slip.cstats.tx_fifo_errors = comp->sls_o_compressed;
stats851drivers/net/slip.cstats.collisions = comp->sls_o_misses;
stats854drivers/net/slip.creturn (&stats);
stats795net/inet/dev.cstruct enet_statistics *stats = (dev->get_stats ? dev->get_stats(dev): NULL);
stats797net/inet/dev.cif (stats)
stats800net/inet/dev.cstats->rx_packets, stats->rx_errors,
stats801net/inet/dev.cstats->rx_dropped + stats->rx_missed_errors,
stats802net/inet/dev.cstats->rx_fifo_errors,
stats803net/inet/dev.cstats->rx_length_errors + stats->rx_over_errors
stats804net/inet/dev.c+ stats->rx_crc_errors + stats->rx_frame_errors,
stats805net/inet/dev.cstats->tx_packets, stats->tx_errors, stats->tx_dropped,
stats806net/inet/dev.cstats->tx_fifo_errors, stats->collisions,
stats807net/inet/dev.cstats->tx_carrier_errors + stats->tx_aborted_errors
stats808net/inet/dev.c+ stats->tx_window_errors + stats->tx_heartbeat_errors);
stats49net/inet/loopback.cstruct enet_statistics *stats = (struct enet_statistics *)dev->priv;
stats58net/inet/loopback.cstats->tx_errors++;
stats70net/inet/loopback.cstats->tx_packets++;