pktStats          800 drivers/net/ethernet/dec/tulip/de4x5.c     struct pkt_stats pktStats;	            /* Private stats counters	    */
pktStats         1631 drivers/net/ethernet/dec/tulip/de4x5.c 		if (status & RD_RF)           lp->pktStats.rx_runt_frames++;
pktStats         1632 drivers/net/ethernet/dec/tulip/de4x5.c 		if (status & RD_CS)           lp->pktStats.rx_collision++;
pktStats         1633 drivers/net/ethernet/dec/tulip/de4x5.c 		if (status & RD_DB)           lp->pktStats.rx_dribble++;
pktStats         1634 drivers/net/ethernet/dec/tulip/de4x5.c 		if (status & RD_OF)           lp->pktStats.rx_overflow++;
pktStats         1708 drivers/net/ethernet/dec/tulip/de4x5.c 		if (status & TD_EC) lp->pktStats.excessive_collisions++;
pktStats         1867 drivers/net/ethernet/dec/tulip/de4x5.c 	    lp->pktStats.bins[i]++;
pktStats         1873 drivers/net/ethernet/dec/tulip/de4x5.c 	    lp->pktStats.broadcast++;
pktStats         1875 drivers/net/ethernet/dec/tulip/de4x5.c 	    lp->pktStats.multicast++;
pktStats         1878 drivers/net/ethernet/dec/tulip/de4x5.c         lp->pktStats.unicast++;
pktStats         1881 drivers/net/ethernet/dec/tulip/de4x5.c     lp->pktStats.bins[0]++;       /* Duplicates stats.rx_packets */
pktStats         1882 drivers/net/ethernet/dec/tulip/de4x5.c     if (lp->pktStats.bins[0] == 0) { /* Reset counters */
pktStats         1883 drivers/net/ethernet/dec/tulip/de4x5.c         memset((char *)&lp->pktStats, 0, sizeof(lp->pktStats));
pktStats         5420 drivers/net/ethernet/dec/tulip/de4x5.c 	memcpy(&statbuf, &lp->pktStats, ioc->len);
pktStats         5429 drivers/net/ethernet/dec/tulip/de4x5.c 	memset(&lp->pktStats, 0, sizeof(lp->pktStats));