Linux Kernel
3.7.1
|
#include <vxge-traffic.h>
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.
struct __vxge_hw_device* devh |
Definition at line 1717 of file vxge-traffic.h.
struct vxge_hw_device_stats_hw_info hw_dev_info_stats |
Definition at line 1720 of file vxge-traffic.h.
struct vxge_hw_device_stats_sw_err sw_dev_err_stats |
Definition at line 1723 of file vxge-traffic.h.
struct vxge_hw_device_stats_sw_info sw_dev_info_stats |
Definition at line 1724 of file vxge-traffic.h.