taglinefilesource code
stats83drivers/net/3c501.cstruct enet_statistics stats;
stats276drivers/net/3c501.cel_status.stats.tx_errors++;
stats378drivers/net/3c501.cel_status.stats.tx_aborted_errors++;
stats385drivers/net/3c501.cel_status.stats.collisions++;
stats389drivers/net/3c501.cel_status.stats.tx_packets++;
stats404drivers/net/3c501.cel_status.stats.rx_missed_errors++;
stats406drivers/net/3c501.cel_status.stats.rx_length_errors++;
stats445drivers/net/3c501.cel_status.stats.rx_over_errors++;
stats455drivers/net/3c501.cel_status.stats.rx_dropped++;
stats471drivers/net/3c501.clp->stats.rx_dropped++;
stats475drivers/net/3c501.cel_status.stats.rx_packets++;
stats526drivers/net/3c501.creturn &el_status.stats;
stats116drivers/net/3c507.cstruct enet_statistics stats;
stats476drivers/net/3c507.cif (lp->last_restart == lp->stats.tx_packets) {
stats485drivers/net/3c507.clp->last_restart = lp->stats.tx_packets;
stats571drivers/net/3c507.clp->stats.tx_packets++;
stats572drivers/net/3c507.clp->stats.collisions += tx_status & 0xf;
stats576drivers/net/3c507.clp->stats.tx_errors++;
stats577drivers/net/3c507.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
stats578drivers/net/3c507.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
stats579drivers/net/3c507.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
stats580drivers/net/3c507.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
stats669drivers/net/3c507.creturn &lp->stats;
stats850drivers/net/3c507.clp->stats.rx_errors++;
stats851drivers/net/3c507.cif (frame_status & 0x0800) lp->stats.rx_crc_errors++;
stats852drivers/net/3c507.cif (frame_status & 0x0400) lp->stats.rx_frame_errors++;
stats853drivers/net/3c507.cif (frame_status & 0x0200) lp->stats.rx_fifo_errors++;
stats854drivers/net/3c507.cif (frame_status & 0x0100) lp->stats.rx_over_errors++;
stats855drivers/net/3c507.cif (frame_status & 0x0080) lp->stats.rx_length_errors++;
stats866drivers/net/3c507.clp->stats.rx_dropped++;
stats883drivers/net/3c507.clp->stats.rx_dropped++;
stats887drivers/net/3c507.clp->stats.rx_packets++;
stats70drivers/net/3c509.cstruct enet_statistics stats;
stats431drivers/net/3c509.cif (tx_status & 0x38) lp->stats.tx_aborted_errors++;
stats509drivers/net/3c509.creturn &lp->stats;
stats527drivers/net/3c509.clp->stats.tx_carrier_errors   += inb(ioaddr + 0);
stats528drivers/net/3c509.clp->stats.tx_heartbeat_errors  += inb(ioaddr + 1);
stats530drivers/net/3c509.clp->stats.collisions      += inb(ioaddr + 3);
stats531drivers/net/3c509.clp->stats.tx_window_errors    += inb(ioaddr + 4);
stats532drivers/net/3c509.clp->stats.rx_fifo_errors    += inb(ioaddr + 5);
stats533drivers/net/3c509.clp->stats.tx_packets      += inb(ioaddr + 6);
stats534drivers/net/3c509.clp->stats.rx_packets      += inb(ioaddr + 7);
stats558drivers/net/3c509.clp->stats.rx_errors++;
stats560drivers/net/3c509.ccase 0x0000:    lp->stats.rx_over_errors++; break;
stats561drivers/net/3c509.ccase 0x0800:    lp->stats.rx_length_errors++; break;
stats562drivers/net/3c509.ccase 0x1000:    lp->stats.rx_frame_errors++; break;
stats563drivers/net/3c509.ccase 0x1800:    lp->stats.rx_length_errors++; break;
stats564drivers/net/3c509.ccase 0x2000:    lp->stats.rx_frame_errors++; break;
stats565drivers/net/3c509.ccase 0x2800:    lp->stats.rx_crc_errors++; break;
stats616drivers/net/3c509.clp->stats.rx_dropped++;
stats72drivers/net/at1700.cstruct enet_statistics stats;
stats395drivers/net/at1700.clp->stats.tx_errors++;
stats487drivers/net/at1700.clp->stats.tx_packets++;
stats529drivers/net/at1700.clp->stats.rx_errors++;
stats530drivers/net/at1700.cif (status & 0x08) lp->stats.rx_length_errors++;
stats531drivers/net/at1700.cif (status & 0x04) lp->stats.rx_frame_errors++;
stats532drivers/net/at1700.cif (status & 0x02) lp->stats.rx_crc_errors++;
stats533drivers/net/at1700.cif (status & 0x01) lp->stats.rx_over_errors++;
stats544drivers/net/at1700.clp->stats.rx_errors++;
stats552drivers/net/at1700.clp->stats.rx_dropped++;
stats576drivers/net/at1700.clp->stats.rx_dropped++;
stats580drivers/net/at1700.clp->stats.rx_packets++;
stats637drivers/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++;
stats667drivers/net/atp.clp->stats.rx_errors++;
stats683drivers/net/atp.clp->stats.rx_dropped++;
stats708drivers/net/atp.clp->stats.rx_dropped++;
stats712drivers/net/atp.clp->stats.rx_packets++;
stats770drivers/net/atp.creturn &lp->stats;
stats7drivers/net/atp.hstruct enet_statistics stats;
stats243drivers/net/depca.cstruct enet_statistics stats;
stats981drivers/net/depca.clp->stats.rx_errors++;     /* Update the error stats. */
stats982drivers/net/depca.cif (status & R_FRAM) lp->stats.rx_frame_errors++;
stats983drivers/net/depca.cif (status & R_OFLO) lp->stats.rx_over_errors++;
stats984drivers/net/depca.cif (status & R_CRC)  lp->stats.rx_crc_errors++;
stats985drivers/net/depca.cif (status & R_BUFF) lp->stats.rx_fifo_errors++;
stats994drivers/net/depca.clp->stats.rx_dropped++;  /* Really, deferred. */
stats1014drivers/net/depca.clp->stats.rx_dropped++;
stats1018drivers/net/depca.clp->stats.rx_packets++;
stats1062drivers/net/depca.clp->stats.tx_errors++;
stats1063drivers/net/depca.cif (err_status & TMD3_RTRY) lp->stats.tx_aborted_errors++;
stats1064drivers/net/depca.cif (err_status & TMD3_LCAR) lp->stats.tx_carrier_errors++;
stats1065drivers/net/depca.cif (err_status & TMD3_LCOL) lp->stats.tx_window_errors++;
stats1066drivers/net/depca.cif (err_status & TMD3_UFLO) lp->stats.tx_fifo_errors++;
stats1069drivers/net/depca.clp->stats.collisions++;
stats1071drivers/net/depca.clp->stats.tx_packets++;
stats1160drivers/net/depca.creturn &lp->stats;
stats98drivers/net/eexpress.cstruct enet_statistics stats;
stats489drivers/net/eexpress.clp->stats.tx_errors++;
stats491drivers/net/eexpress.cif (lp->last_restart == lp->stats.tx_packets) {
stats500drivers/net/eexpress.clp->last_restart = lp->stats.tx_packets;
stats542drivers/net/eexpress.clp->stats.tx_aborted_errors++;
stats586drivers/net/eexpress.clp->stats.tx_packets++;
stats587drivers/net/eexpress.clp->stats.collisions += tx_status & 0xf;
stats591drivers/net/eexpress.clp->stats.tx_errors++;
stats592drivers/net/eexpress.cif (tx_status & 0x0600)  lp->stats.tx_carrier_errors++;
stats593drivers/net/eexpress.cif (tx_status & 0x0100)  lp->stats.tx_fifo_errors++;
stats594drivers/net/eexpress.cif (!(tx_status & 0x0040))  lp->stats.tx_heartbeat_errors++;
stats595drivers/net/eexpress.cif (tx_status & 0x0020)  lp->stats.tx_aborted_errors++;
stats638drivers/net/eexpress.clp->stats.rx_errors++;
stats704drivers/net/eexpress.creturn &lp->stats;
stats959drivers/net/eexpress.clp->stats.rx_errors++;
stats960drivers/net/eexpress.cif (frame_status & 0x0800) lp->stats.rx_crc_errors++;
stats961drivers/net/eexpress.cif (frame_status & 0x0400) lp->stats.rx_frame_errors++;
stats962drivers/net/eexpress.cif (frame_status & 0x0200) lp->stats.rx_fifo_errors++;
stats963drivers/net/eexpress.cif (frame_status & 0x0100) lp->stats.rx_over_errors++;
stats964drivers/net/eexpress.cif (frame_status & 0x0080) lp->stats.rx_length_errors++;
stats975drivers/net/eexpress.clp->stats.rx_dropped++;
stats993drivers/net/eexpress.clp->stats.rx_dropped++;
stats997drivers/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++;
stats644drivers/net/lance.clp->stats.collisions++;
stats645drivers/net/lance.clp->stats.tx_packets++;
stats682drivers/net/lance.cif (csr0 & 0x4000) lp->stats.tx_errors++;
stats683drivers/net/lance.cif (csr0 & 0x1000) lp->stats.rx_errors++;
stats715drivers/net/lance.clp->stats.rx_errors++; /* end of a packet.*/
stats716drivers/net/lance.cif (status & 0x20) lp->stats.rx_frame_errors++;
stats717drivers/net/lance.cif (status & 0x10) lp->stats.rx_over_errors++;
stats718drivers/net/lance.cif (status & 0x08) lp->stats.rx_crc_errors++;
stats719drivers/net/lance.cif (status & 0x04) lp->stats.rx_fifo_errors++;
stats729drivers/net/lance.clp->stats.rx_dropped++;  /* Really, deferred. */
stats745drivers/net/lance.clp->stats.rx_dropped++;
stats749drivers/net/lance.clp->stats.rx_packets++;
stats772drivers/net/lance.clp->stats.rx_missed_errors = inw(ioaddr+LANCE_DATA);
stats804drivers/net/lance.clp->stats.rx_missed_errors = inw(ioaddr+LANCE_DATA);
stats808drivers/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;
stats856drivers/net/slip.cstatic struct enet_statistics stats;
stats865drivers/net/slip.cmemset(&stats, 0, sizeof(struct enet_statistics));
stats867drivers/net/slip.cstats.rx_packets = sl->rpacket;
stats868drivers/net/slip.cstats.rx_over_errors = sl->roverrun;
stats869drivers/net/slip.cstats.tx_packets = sl->spacket;
stats870drivers/net/slip.cstats.tx_dropped = sl->sbusy;
stats871drivers/net/slip.cstats.rx_errors = sl->errors;
stats875drivers/net/slip.cstats.rx_fifo_errors = comp->sls_i_compressed;
stats876drivers/net/slip.cstats.rx_dropped = comp->sls_i_tossed;
stats877drivers/net/slip.cstats.tx_fifo_errors = comp->sls_o_compressed;
stats878drivers/net/slip.cstats.collisions = comp->sls_o_misses;
stats881drivers/net/slip.creturn (&stats);
stats779net/inet/dev.cstruct enet_statistics *stats = (dev->get_stats ? dev->get_stats(dev): NULL);
stats781net/inet/dev.cif (stats)
stats784net/inet/dev.cstats->rx_packets, stats->rx_errors,
stats785net/inet/dev.cstats->rx_dropped + stats->rx_missed_errors,
stats786net/inet/dev.cstats->rx_fifo_errors,
stats787net/inet/dev.cstats->rx_length_errors + stats->rx_over_errors
stats788net/inet/dev.c+ stats->rx_crc_errors + stats->rx_frame_errors,
stats789net/inet/dev.cstats->tx_packets, stats->tx_errors, stats->tx_dropped,
stats790net/inet/dev.cstats->tx_fifo_errors, stats->collisions,
stats791net/inet/dev.cstats->tx_carrier_errors + stats->tx_aborted_errors
stats792net/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++;