FreeBSD kernel BXE device code
xstorm_per_queue_stats Struct Reference

#include <ecore_hsi.h>

Collaboration diagram for xstorm_per_queue_stats:

Data Fields

struct regpair_t ucast_bytes_sent
 
struct regpair_t mcast_bytes_sent
 
struct regpair_t bcast_bytes_sent
 
uint32_t ucast_pkts_sent
 
uint32_t mcast_pkts_sent
 
uint32_t bcast_pkts_sent
 
uint32_t error_drop_pkts
 

Detailed Description

Definition at line 12088 of file ecore_hsi.h.

Field Documentation

◆ bcast_bytes_sent

struct regpair_t xstorm_per_queue_stats::bcast_bytes_sent

Definition at line 12092 of file ecore_hsi.h.

Referenced by bxe_storm_stats_update().

◆ bcast_pkts_sent

uint32_t xstorm_per_queue_stats::bcast_pkts_sent

Definition at line 12095 of file ecore_hsi.h.

Referenced by bxe_storm_stats_update().

◆ error_drop_pkts

uint32_t xstorm_per_queue_stats::error_drop_pkts

Definition at line 12096 of file ecore_hsi.h.

◆ mcast_bytes_sent

struct regpair_t xstorm_per_queue_stats::mcast_bytes_sent

Definition at line 12091 of file ecore_hsi.h.

Referenced by bxe_storm_stats_update().

◆ mcast_pkts_sent

uint32_t xstorm_per_queue_stats::mcast_pkts_sent

Definition at line 12094 of file ecore_hsi.h.

Referenced by bxe_storm_stats_update().

◆ ucast_bytes_sent

struct regpair_t xstorm_per_queue_stats::ucast_bytes_sent

Definition at line 12090 of file ecore_hsi.h.

Referenced by bxe_storm_stats_update().

◆ ucast_pkts_sent

uint32_t xstorm_per_queue_stats::ucast_pkts_sent

Definition at line 12093 of file ecore_hsi.h.

Referenced by bxe_storm_stats_update().


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