Searched refs:NET_STAT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Djme.c927 ++(NET_STAT(jme).rx_dropped);
945 NET_STAT(jme).rx_bytes += 4;
955 ++(NET_STAT(jme).multicast);
957 NET_STAT(jme).rx_bytes += framesize;
958 ++(NET_STAT(jme).rx_packets);
997 ++(NET_STAT(jme).rx_crc_errors);
999 ++(NET_STAT(jme).rx_fifo_errors);
1001 ++(NET_STAT(jme).rx_errors);
1050 if ((NET_STAT(jme).rx_bytes - dpi->last_bytes) > PCC_P3_THRESHOLD)
1052 else if ((NET_STAT(jm
[all...]
H A Djme.h362 #define NET_STAT(priv) (priv->dev->stats) macro

Completed in 102 milliseconds