Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
pch_gbe_hw_stats Struct Reference

#include <pch_gbe.h>

Data Fields

u32 rx_packets
 
u32 tx_packets
 
u32 rx_bytes
 
u32 tx_bytes
 
u32 rx_errors
 
u32 tx_errors
 
u32 rx_dropped
 
u32 tx_dropped
 
u32 multicast
 
u32 collisions
 
u32 rx_crc_errors
 
u32 rx_frame_errors
 
u32 rx_alloc_buff_failed
 
u32 tx_length_errors
 
u32 tx_aborted_errors
 
u32 tx_carrier_errors
 
u32 tx_timeout_count
 
u32 tx_restart_count
 
u32 intr_rx_dsc_empty_count
 
u32 intr_rx_frame_err_count
 
u32 intr_rx_fifo_err_count
 
u32 intr_rx_dma_err_count
 
u32 intr_tx_fifo_err_count
 
u32 intr_tx_dma_err_count
 
u32 intr_tcpip_err_count
 

Detailed Description

struct pch_gbe_hw_stats - Statistics counters collected by the MAC : total packets received : total packets transmitted : total bytes received : total bytes transmitted : bad packets received : packet transmit problems : no space in Linux buffers : no space available in Linux : multicast packets received : collisions : received packet with crc error : received frame alignment error : allocate failure of a receive buffer : transmit length error : transmit aborted error : transmit carrier error : Number of transmit timeout : Number of transmit restert : Interrupt count of receive descriptor empty : Interrupt count of receive frame error : Interrupt count of receive FIFO error : Interrupt count of receive DMA error : Interrupt count of transmit FIFO error : Interrupt count of transmit DMA error : Interrupt count of TCP/IP Accelerator

Definition at line 556 of file pch_gbe.h.

Field Documentation

u32 collisions

Definition at line 566 of file pch_gbe.h.

u32 intr_rx_dma_err_count

Definition at line 578 of file pch_gbe.h.

u32 intr_rx_dsc_empty_count

Definition at line 575 of file pch_gbe.h.

u32 intr_rx_fifo_err_count

Definition at line 577 of file pch_gbe.h.

u32 intr_rx_frame_err_count

Definition at line 576 of file pch_gbe.h.

u32 intr_tcpip_err_count

Definition at line 581 of file pch_gbe.h.

u32 intr_tx_dma_err_count

Definition at line 580 of file pch_gbe.h.

u32 intr_tx_fifo_err_count

Definition at line 579 of file pch_gbe.h.

u32 multicast

Definition at line 565 of file pch_gbe.h.

u32 rx_alloc_buff_failed

Definition at line 569 of file pch_gbe.h.

u32 rx_bytes

Definition at line 559 of file pch_gbe.h.

u32 rx_crc_errors

Definition at line 567 of file pch_gbe.h.

u32 rx_dropped

Definition at line 563 of file pch_gbe.h.

u32 rx_errors

Definition at line 561 of file pch_gbe.h.

u32 rx_frame_errors

Definition at line 568 of file pch_gbe.h.

u32 rx_packets

Definition at line 557 of file pch_gbe.h.

u32 tx_aborted_errors

Definition at line 571 of file pch_gbe.h.

u32 tx_bytes

Definition at line 560 of file pch_gbe.h.

u32 tx_carrier_errors

Definition at line 572 of file pch_gbe.h.

u32 tx_dropped

Definition at line 564 of file pch_gbe.h.

u32 tx_errors

Definition at line 562 of file pch_gbe.h.

u32 tx_length_errors

Definition at line 570 of file pch_gbe.h.

u32 tx_packets

Definition at line 558 of file pch_gbe.h.

u32 tx_restart_count

Definition at line 574 of file pch_gbe.h.

u32 tx_timeout_count

Definition at line 573 of file pch_gbe.h.


The documentation for this struct was generated from the following file: