taglinefilesource code
stats75drivers/net/3c501.cstruct enet_statistics stats;
stats242drivers/net/3c501.cel_status.stats.tx_errors++;
stats336drivers/net/3c501.cel_status.stats.tx_aborted_errors++;
stats343drivers/net/3c501.cel_status.stats.collisions++;
stats347drivers/net/3c501.cel_status.stats.tx_packets++;
stats362drivers/net/3c501.cel_status.stats.rx_missed_errors++;
stats364drivers/net/3c501.cel_status.stats.rx_length_errors++;
stats403drivers/net/3c501.cel_status.stats.rx_over_errors++;
stats412drivers/net/3c501.cel_status.stats.rx_dropped++;
stats421drivers/net/3c501.cel_status.stats.rx_packets++;
stats472drivers/net/3c501.creturn &el_status.stats;
stats109drivers/net/3c507.cstruct enet_statistics stats;
stats444drivers/net/3c507.cif (lp->last_restart == lp->stats.tx_packets) {
stats453drivers/net/3c507.clp->last_restart = lp->stats.tx_packets;
stats530drivers/net/3c507.clp->stats.tx_packets++;
stats531drivers/net/3c507.clp->stats.collisions += tx_status & 0xf;
stats535drivers/net/3c507.clp->stats.tx_errors++;
stats536drivers/net/3c507.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
stats537drivers/net/3c507.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
stats538drivers/net/3c507.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
stats539drivers/net/3c507.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
stats628drivers/net/3c507.creturn &lp->stats;
stats809drivers/net/3c507.clp->stats.rx_errors++;
stats810drivers/net/3c507.cif (frame_status & 0x0800) lp->stats.rx_crc_errors++;
stats811drivers/net/3c507.cif (frame_status & 0x0400) lp->stats.rx_frame_errors++;
stats812drivers/net/3c507.cif (frame_status & 0x0200) lp->stats.rx_fifo_errors++;
stats813drivers/net/3c507.cif (frame_status & 0x0100) lp->stats.rx_over_errors++;
stats814drivers/net/3c507.cif (frame_status & 0x0080) lp->stats.rx_length_errors++;
stats823drivers/net/3c507.clp->stats.rx_dropped++;
stats833drivers/net/3c507.clp->stats.rx_packets++;
stats66drivers/net/3c509.cstruct enet_statistics stats;
stats395drivers/net/3c509.cif (tx_status & 0x38) lp->stats.tx_aborted_errors++;
stats473drivers/net/3c509.creturn &lp->stats;
stats491drivers/net/3c509.clp->stats.tx_carrier_errors   += inb(ioaddr + 0);
stats492drivers/net/3c509.clp->stats.tx_heartbeat_errors  += inb(ioaddr + 1);
stats494drivers/net/3c509.clp->stats.collisions      += inb(ioaddr + 3);
stats495drivers/net/3c509.clp->stats.tx_window_errors    += inb(ioaddr + 4);
stats496drivers/net/3c509.clp->stats.rx_fifo_errors    += inb(ioaddr + 5);
stats497drivers/net/3c509.clp->stats.tx_packets      += inb(ioaddr + 6);
stats498drivers/net/3c509.clp->stats.rx_packets      += inb(ioaddr + 7);
stats522drivers/net/3c509.clp->stats.rx_errors++;
stats524drivers/net/3c509.ccase 0x0000:    lp->stats.rx_over_errors++; break;
stats525drivers/net/3c509.ccase 0x0800:    lp->stats.rx_length_errors++; break;
stats526drivers/net/3c509.ccase 0x1000:    lp->stats.rx_frame_errors++; break;
stats527drivers/net/3c509.ccase 0x1800:    lp->stats.rx_length_errors++; break;
stats528drivers/net/3c509.ccase 0x2000:    lp->stats.rx_frame_errors++; break;
stats529drivers/net/3c509.ccase 0x2800:    lp->stats.rx_crc_errors++; break;
stats577drivers/net/3c509.clp->stats.rx_dropped++;
stats66drivers/net/at1700.cstruct enet_statistics stats;
stats361drivers/net/at1700.clp->stats.tx_errors++;
stats444drivers/net/at1700.clp->stats.tx_packets++;
stats486drivers/net/at1700.clp->stats.rx_errors++;
stats487drivers/net/at1700.cif (status & 0x08) lp->stats.rx_length_errors++;
stats488drivers/net/at1700.cif (status & 0x04) lp->stats.rx_frame_errors++;
stats489drivers/net/at1700.cif (status & 0x02) lp->stats.rx_crc_errors++;
stats490drivers/net/at1700.cif (status & 0x01) lp->stats.rx_over_errors++;
stats500drivers/net/at1700.clp->stats.rx_errors++;
stats508drivers/net/at1700.clp->stats.rx_dropped++;
stats525drivers/net/at1700.clp->stats.rx_packets++;
stats582drivers/net/at1700.creturn &lp->stats;
stats425drivers/net/atp.clp->stats.tx_errors++;
stats521drivers/net/atp.clp->stats.rx_over_errors++;
stats541drivers/net/atp.clp->stats.collisions++;
stats543drivers/net/atp.clp->stats.tx_aborted_errors++;
stats552drivers/net/atp.clp->stats.tx_packets++;
stats571drivers/net/atp.clp->stats.rx_missed_errors++;
stats620drivers/net/atp.clp->stats.rx_errors++;
stats635drivers/net/atp.clp->stats.rx_dropped++;
stats653drivers/net/atp.clp->stats.rx_packets++;
stats711drivers/net/atp.creturn &lp->stats;
stats7drivers/net/atp.hstruct enet_statistics stats;
stats256drivers/net/depca.cstruct enet_statistics stats;
stats1023drivers/net/depca.clp->stats.rx_errors++;             /* Update the error stats. */
stats1024drivers/net/depca.cif (status & R_FRAM) lp->stats.rx_frame_errors++;
stats1025drivers/net/depca.cif (status & R_OFLO) lp->stats.rx_over_errors++;
stats1026drivers/net/depca.cif (status & R_CRC)  lp->stats.rx_crc_errors++;
stats1027drivers/net/depca.cif (status & R_BUFF) lp->stats.rx_fifo_errors++;
stats1035drivers/net/depca.clp->stats.rx_dropped++;  /* Really, deferred. */
stats1048drivers/net/depca.clp->stats.rx_packets++;
stats1096drivers/net/depca.clp->stats.tx_errors++;
stats1097drivers/net/depca.cif (err_status & TMD3_RTRY) lp->stats.tx_aborted_errors++;
stats1098drivers/net/depca.cif (err_status & TMD3_LCAR) lp->stats.tx_carrier_errors++;
stats1099drivers/net/depca.cif (err_status & TMD3_LCOL) lp->stats.tx_window_errors++;
stats1100drivers/net/depca.cif (err_status & TMD3_UFLO) lp->stats.tx_fifo_errors++;
stats1103drivers/net/depca.clp->stats.collisions++;
stats1105drivers/net/depca.clp->stats.tx_packets++;
stats1194drivers/net/depca.creturn &lp->stats;
stats93drivers/net/eexpress.cstruct enet_statistics stats;
stats457drivers/net/eexpress.clp->stats.tx_errors++;
stats459drivers/net/eexpress.cif (lp->last_restart == lp->stats.tx_packets) {
stats468drivers/net/eexpress.clp->last_restart = lp->stats.tx_packets;
stats501drivers/net/eexpress.clp->stats.tx_aborted_errors++;
stats545drivers/net/eexpress.clp->stats.tx_packets++;
stats546drivers/net/eexpress.clp->stats.collisions += tx_status & 0xf;
stats550drivers/net/eexpress.clp->stats.tx_errors++;
stats551drivers/net/eexpress.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
stats552drivers/net/eexpress.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
stats553drivers/net/eexpress.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
stats554drivers/net/eexpress.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
stats597drivers/net/eexpress.clp->stats.rx_errors++;
stats663drivers/net/eexpress.creturn &lp->stats;
stats916drivers/net/eexpress.clp->stats.rx_errors++;
stats917drivers/net/eexpress.cif (frame_status & 0x0800) lp->stats.rx_crc_errors++;
stats918drivers/net/eexpress.cif (frame_status & 0x0400) lp->stats.rx_frame_errors++;
stats919drivers/net/eexpress.cif (frame_status & 0x0200) lp->stats.rx_fifo_errors++;
stats920drivers/net/eexpress.cif (frame_status & 0x0100) lp->stats.rx_over_errors++;
stats921drivers/net/eexpress.cif (frame_status & 0x0080) lp->stats.rx_length_errors++;
stats930drivers/net/eexpress.clp->stats.rx_dropped++;
stats941drivers/net/eexpress.clp->stats.rx_packets++;
stats197drivers/net/lance.cstruct enet_statistics stats;
stats475drivers/net/lance.clp->stats.tx_errors++;
stats620drivers/net/lance.clp->stats.tx_errors++;
stats621drivers/net/lance.cif (err_status & 0x0400) lp->stats.tx_aborted_errors++;
stats622drivers/net/lance.cif (err_status & 0x0800) lp->stats.tx_carrier_errors++;
stats623drivers/net/lance.cif (err_status & 0x1000) lp->stats.tx_window_errors++;
stats624drivers/net/lance.cif (err_status & 0x4000) lp->stats.tx_fifo_errors++;
stats628drivers/net/lance.clp->stats.collisions++;
stats629drivers/net/lance.clp->stats.tx_packets++;
stats666drivers/net/lance.cif (csr0 & 0x4000) lp->stats.tx_errors++;
stats667drivers/net/lance.cif (csr0 & 0x1000) lp->stats.rx_errors++;
stats699drivers/net/lance.clp->stats.rx_errors++; /* end of a packet.*/
stats700drivers/net/lance.cif (status & 0x20) lp->stats.rx_frame_errors++;
stats701drivers/net/lance.cif (status & 0x10) lp->stats.rx_over_errors++;
stats702drivers/net/lance.cif (status & 0x08) lp->stats.rx_crc_errors++;
stats703drivers/net/lance.cif (status & 0x04) lp->stats.rx_fifo_errors++;
stats712drivers/net/lance.clp->stats.rx_dropped++;  /* Really, deferred. */
stats721drivers/net/lance.clp->stats.rx_packets++;
stats744drivers/net/lance.clp->stats.rx_missed_errors = inw(ioaddr+LANCE_DATA);
stats776drivers/net/lance.clp->stats.rx_missed_errors = inw(ioaddr+LANCE_DATA);
stats780drivers/net/lance.creturn &lp->stats;
stats44drivers/net/loopback.cstruct enet_statistics *stats = (struct enet_statistics *)dev->priv;
stats53drivers/net/loopback.cstats->tx_errors++;
stats65drivers/net/loopback.cstats->tx_packets++;
stats85drivers/net/skeleton.cstruct enet_statistics stats;
stats300drivers/net/skeleton.clp->stats.tx_aborted_errors++;
stats331drivers/net/skeleton.clp->stats.tx_packets++;
stats337drivers/net/skeleton.clp->stats.tx_window_errors++;
stats360drivers/net/skeleton.clp->stats.rx_errors++;
stats361drivers/net/skeleton.cif (status & 0x20) lp->stats.rx_frame_errors++;
stats362drivers/net/skeleton.cif (status & 0x10) lp->stats.rx_over_errors++;
stats363drivers/net/skeleton.cif (status & 0x08) lp->stats.rx_crc_errors++;
stats364drivers/net/skeleton.cif (status & 0x04) lp->stats.rx_fifo_errors++;
stats372drivers/net/skeleton.clp->stats.rx_dropped++;
stats385drivers/net/skeleton.clp->stats.rx_packets++;
stats435drivers/net/skeleton.clp->stats.rx_missed_errors = inw(ioaddr+1);
stats438drivers/net/skeleton.creturn &lp->stats;
stats803drivers/net/slip.cstatic struct enet_statistics stats;
stats812drivers/net/slip.cmemset(&stats, 0, sizeof(struct enet_statistics));
stats814drivers/net/slip.cstats.rx_packets = sl->rpacket;
stats815drivers/net/slip.cstats.rx_over_errors = sl->roverrun;
stats816drivers/net/slip.cstats.tx_packets = sl->spacket;
stats817drivers/net/slip.cstats.tx_dropped = sl->sbusy;
stats818drivers/net/slip.cstats.rx_errors = sl->errors;
stats822drivers/net/slip.cstats.rx_fifo_errors = comp->sls_i_compressed;
stats823drivers/net/slip.cstats.rx_dropped = comp->sls_i_tossed;
stats824drivers/net/slip.cstats.tx_fifo_errors = comp->sls_o_compressed;
stats825drivers/net/slip.cstats.collisions = comp->sls_o_misses;
stats828drivers/net/slip.creturn (&stats);
stats878net/inet/dev.cstruct enet_statistics *stats = (dev->get_stats ? dev->get_stats(dev): NULL);
stats881net/inet/dev.cif (stats)
stats884net/inet/dev.cstats->rx_packets, stats->rx_errors,
stats885net/inet/dev.cstats->rx_dropped + stats->rx_missed_errors,
stats886net/inet/dev.cstats->rx_fifo_errors,
stats887net/inet/dev.cstats->rx_length_errors + stats->rx_over_errors
stats888net/inet/dev.c+ stats->rx_crc_errors + stats->rx_frame_errors,
stats889net/inet/dev.cstats->tx_packets, stats->tx_errors, stats->tx_dropped,
stats890net/inet/dev.cstats->tx_fifo_errors, stats->collisions,
stats891net/inet/dev.cstats->tx_carrier_errors + stats->tx_aborted_errors
stats892net/inet/dev.c+ stats->tx_window_errors + stats->tx_heartbeat_errors);