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

#include <vxge-traffic.h>

Data Fields

struct __vxge_hw_devicedevh
 
struct vxge_hw_device_stats_hw_info hw_dev_info_stats
 
struct vxge_hw_device_stats_sw_err sw_dev_err_stats
 
struct vxge_hw_device_stats_sw_info sw_dev_info_stats
 

Detailed Description

struct vxge_hw_device_stats - Contains HW per-device statistics, including hw. : HW device handle. : DMA address of the hw_info. Given to device to fill-in the stats. : DMA handle used to map hw statistics onto the device memory space. : One more DMA handle used subsequently to free the DMA object. Note that this and the previous handle have physical meaning for Solaris; on Windows and Linux the corresponding value will be simply pointer to PCI device.

: Titan statistics maintained by the hardware. : HW's "soft" device informational statistics, e.g. number of completions per interrupt. : HW's "soft" device error statistics.

Structure-container of HW per-device statistics. Note that per-channel statistics are kept in separate structures under HW's fifo and ring channels.

Definition at line 1715 of file vxge-traffic.h.

Field Documentation

Definition at line 1717 of file vxge-traffic.h.

Definition at line 1720 of file vxge-traffic.h.

Definition at line 1723 of file vxge-traffic.h.

Definition at line 1724 of file vxge-traffic.h.


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