Linux Kernel
3.7.1
|
#include <vxge-traffic.h>
Data Fields | |
u32 | not_traffic_intr_cnt |
u32 | traffic_intr_cnt |
u32 | total_intr_cnt |
u32 | soft_reset_cnt |
struct vxge_hw_vpath_stats_sw_info | vpath_info [VXGE_HW_MAX_VIRTUAL_PATHS] |
struct vxge_hw_device_stats_sw_info - HW own per-device statistics.
: Number of times the host was interrupted without new completions. "Non-traffic interrupt counter". : Number of traffic interrupts for the device. : Total number of traffic interrupts for the device. == + : Number of times soft reset is done on this device. : please see struct vxge_hw_vpath_stats_sw_info{} HW per-device statistics.
Definition at line 1675 of file vxge-traffic.h.
u32 not_traffic_intr_cnt |
Definition at line 1676 of file vxge-traffic.h.
u32 soft_reset_cnt |
Definition at line 1679 of file vxge-traffic.h.
u32 total_intr_cnt |
Definition at line 1678 of file vxge-traffic.h.
u32 traffic_intr_cnt |
Definition at line 1677 of file vxge-traffic.h.
Definition at line 1680 of file vxge-traffic.h.