Linux Kernel
3.7.1
|
#include <vxge-traffic.h>
Data Fields | |
struct vxge_hw_vpath_stats_sw_common_info | common_stats |
u32 | total_posts |
u32 | total_buffers |
u32 | txd_t_code_err_cnt [VXGE_HW_DTR_MAX_T_CODE] |
struct vxge_hw_vpath_stats_sw_fifo_info - HW fifo statistics : Common counters for all queues : Total number of postings on the queue. : Total number of buffers posted. : Array of transmit transfer codes. The position (index) in this array reflects the transfer code type, for instance 0xA - "loss of link". Value txd_t_code_err_cnt[i] reflects the number of times the corresponding transfer code was encountered.
HW fifo counters See also: struct vxge_hw_vpath_stats_sw_common_info{}, struct vxge_hw_vpath_stats_sw_ring_info{},
Definition at line 1579 of file vxge-traffic.h.
struct vxge_hw_vpath_stats_sw_common_info common_stats |
Definition at line 1580 of file vxge-traffic.h.
u32 total_buffers |
Definition at line 1582 of file vxge-traffic.h.
u32 total_posts |
Definition at line 1581 of file vxge-traffic.h.
u32 txd_t_code_err_cnt[VXGE_HW_DTR_MAX_T_CODE] |
Definition at line 1583 of file vxge-traffic.h.