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;
stats429drivers/net/3c509.cif (tx_status & 0x38) lp->stats.tx_aborted_errors++;
stats505drivers/net/3c509.creturn &lp->stats;
stats523drivers/net/3c509.clp->stats.tx_carrier_errors   += inb(ioaddr + 0);
stats524drivers/net/3c509.clp->stats.tx_heartbeat_errors  += inb(ioaddr + 1);
stats526drivers/net/3c509.clp->stats.collisions      += inb(ioaddr + 3);
stats527drivers/net/3c509.clp->stats.tx_window_errors    += inb(ioaddr + 4);
stats528drivers/net/3c509.clp->stats.rx_fifo_errors    += inb(ioaddr + 5);
stats529drivers/net/3c509.clp->stats.tx_packets      += inb(ioaddr + 6);
stats530drivers/net/3c509.clp->stats.rx_packets      += inb(ioaddr + 7);
stats554drivers/net/3c509.clp->stats.rx_errors++;
stats556drivers/net/3c509.ccase 0x2000:    lp->stats.rx_over_errors++; break;
stats557drivers/net/3c509.ccase 0x2C00:    lp->stats.rx_length_errors++; break;
stats558drivers/net/3c509.ccase 0x3400:    lp->stats.rx_crc_errors++; break;
stats559drivers/net/3c509.ccase 0x2400:    lp->stats.rx_length_errors++; break;
stats560drivers/net/3c509.ccase 0x3000:    lp->stats.rx_frame_errors++; break;
stats561drivers/net/3c509.ccase 0x0800:    lp->stats.rx_frame_errors++; break;
stats612drivers/net/3c509.clp->stats.rx_dropped++;
stats508drivers/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++;
stats659drivers/net/atp.clp->stats.rx_errors++;
stats675drivers/net/atp.clp->stats.rx_dropped++;
stats700drivers/net/atp.clp->stats.rx_dropped++;
stats704drivers/net/atp.clp->stats.rx_packets++;
stats762drivers/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++;
stats632drivers/net/lance.clp->stats.tx_errors++;
stats633drivers/net/lance.cif (err_status & 0x0400) lp->stats.tx_aborted_errors++;
stats634drivers/net/lance.cif (err_status & 0x0800) lp->stats.tx_carrier_errors++;
stats635drivers/net/lance.cif (err_status & 0x1000) lp->stats.tx_window_errors++;
stats636drivers/net/lance.cif (err_status & 0x4000) lp->stats.tx_fifo_errors++;
stats639drivers/net/lance.clp->stats.collisions++;
stats641drivers/net/lance.clp->stats.tx_packets++;
stats673drivers/net/lance.cif (csr0 & 0x4000) lp->stats.tx_errors++;
stats674drivers/net/lance.cif (csr0 & 0x1000) lp->stats.rx_errors++;
stats701drivers/net/lance.clp->stats.rx_errors++;
stats702drivers/net/lance.cif (status & 0x20) lp->stats.rx_frame_errors++;
stats703drivers/net/lance.cif (status & 0x10) lp->stats.rx_over_errors++;
stats704drivers/net/lance.cif (status & 0x08) lp->stats.rx_crc_errors++;
stats705drivers/net/lance.cif (status & 0x04) lp->stats.rx_fifo_errors++;
stats715drivers/net/lance.clp->stats.rx_dropped++;  /* Really, deferred. */
stats731drivers/net/lance.clp->stats.rx_dropped++;
stats735drivers/net/lance.clp->stats.rx_packets++;
stats758drivers/net/lance.clp->stats.rx_missed_errors = inw(ioaddr+LANCE_DATA);
stats790drivers/net/lance.clp->stats.rx_missed_errors = inw(ioaddr+LANCE_DATA);
stats794drivers/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;
stats746net/inet/dev.cstruct enet_statistics *stats = (dev->get_stats ? dev->get_stats(dev): NULL);
stats748net/inet/dev.cif (stats)
stats751net/inet/dev.cstats->rx_packets, stats->rx_errors,
stats752net/inet/dev.cstats->rx_dropped + stats->rx_missed_errors,
stats753net/inet/dev.cstats->rx_fifo_errors,
stats754net/inet/dev.cstats->rx_length_errors + stats->rx_over_errors
stats755net/inet/dev.c+ stats->rx_crc_errors + stats->rx_frame_errors,
stats756net/inet/dev.cstats->tx_packets, stats->tx_errors, stats->tx_dropped,
stats757net/inet/dev.cstats->tx_fifo_errors, stats->collisions,
stats758net/inet/dev.cstats->tx_carrier_errors + stats->tx_aborted_errors
stats759net/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++;