NET_STAT
++(NET_STAT(jme).rx_dropped);
NET_STAT(jme).rx_bytes += 4;
++(NET_STAT(jme).multicast);
NET_STAT(jme).rx_bytes += framesize;
++(NET_STAT(jme).rx_packets);
++(NET_STAT(jme).rx_crc_errors);
++(NET_STAT(jme).rx_fifo_errors);
++(NET_STAT(jme).rx_errors);
if ((NET_STAT(jme).rx_bytes - dpi->last_bytes) > PCC_P3_THRESHOLD)
else if ((NET_STAT(jme).rx_packets - dpi->last_pkts) > PCC_P2_THRESHOLD ||
dpi->last_bytes = NET_STAT(jme).rx_bytes;
dpi->last_pkts = NET_STAT(jme).rx_packets;
++(NET_STAT(jme).rx_dropped);
++(NET_STAT(jme).rx_dropped);
++(NET_STAT(jme).tx_carrier_errors);
++(NET_STAT(jme).tx_packets);
NET_STAT(jme).tx_bytes += ctxbi->len;
++(NET_STAT(jme).tx_dropped);