Lines Matching refs:NET_STAT
1013 ++(NET_STAT(jme).rx_dropped); in jme_alloc_and_feed_skb()
1031 NET_STAT(jme).rx_bytes += 4; in jme_alloc_and_feed_skb()
1037 ++(NET_STAT(jme).multicast); in jme_alloc_and_feed_skb()
1039 NET_STAT(jme).rx_bytes += framesize; in jme_alloc_and_feed_skb()
1040 ++(NET_STAT(jme).rx_packets); in jme_alloc_and_feed_skb()
1080 ++(NET_STAT(jme).rx_crc_errors); in jme_process_receive()
1082 ++(NET_STAT(jme).rx_fifo_errors); in jme_process_receive()
1084 ++(NET_STAT(jme).rx_errors); in jme_process_receive()
1133 if ((NET_STAT(jme).rx_bytes - dpi->last_bytes) > PCC_P3_THRESHOLD) in jme_dynamic_pcc()
1135 else if ((NET_STAT(jme).rx_packets - dpi->last_pkts) > PCC_P2_THRESHOLD || in jme_dynamic_pcc()
1154 dpi->last_bytes = NET_STAT(jme).rx_bytes; in jme_start_pcc_timer()
1155 dpi->last_pkts = NET_STAT(jme).rx_packets; in jme_start_pcc_timer()
1361 ++(NET_STAT(jme).rx_dropped); in jme_poll()
1392 ++(NET_STAT(jme).rx_dropped); in jme_rx_empty_tasklet()
1463 ++(NET_STAT(jme).tx_carrier_errors); in jme_tx_clean_tasklet()
1465 ++(NET_STAT(jme).tx_packets); in jme_tx_clean_tasklet()
1466 NET_STAT(jme).tx_bytes += ctxbi->len; in jme_tx_clean_tasklet()
2202 ++(NET_STAT(jme).tx_dropped); in jme_start_xmit()