FreeBSD kernel CXGBE device code
lb_port_stats Struct Reference

#include <common.h>

Data Fields

u64 octets
 
u64 frames
 
u64 bcast_frames
 
u64 mcast_frames
 
u64 ucast_frames
 
u64 error_frames
 
u64 frames_64
 
u64 frames_65_127
 
u64 frames_128_255
 
u64 frames_256_511
 
u64 frames_512_1023
 
u64 frames_1024_1518
 
u64 frames_1519_max
 
u64 drop
 
u64 ovflow0
 
u64 ovflow1
 
u64 ovflow2
 
u64 ovflow3
 
u64 trunc0
 
u64 trunc1
 
u64 trunc2
 
u64 trunc3
 

Detailed Description

Definition at line 151 of file common.h.

Field Documentation

◆ bcast_frames

u64 lb_port_stats::bcast_frames

Definition at line 154 of file common.h.

Referenced by t4_get_lb_stats().

◆ drop

u64 lb_port_stats::drop

Definition at line 167 of file common.h.

Referenced by t4_get_lb_stats().

◆ error_frames

u64 lb_port_stats::error_frames

Definition at line 157 of file common.h.

Referenced by t4_get_lb_stats().

◆ frames

u64 lb_port_stats::frames

Definition at line 153 of file common.h.

Referenced by t4_get_lb_stats().

◆ frames_1024_1518

u64 lb_port_stats::frames_1024_1518

Definition at line 164 of file common.h.

Referenced by t4_get_lb_stats().

◆ frames_128_255

u64 lb_port_stats::frames_128_255

Definition at line 161 of file common.h.

Referenced by t4_get_lb_stats().

◆ frames_1519_max

u64 lb_port_stats::frames_1519_max

Definition at line 165 of file common.h.

Referenced by t4_get_lb_stats().

◆ frames_256_511

u64 lb_port_stats::frames_256_511

Definition at line 162 of file common.h.

Referenced by t4_get_lb_stats().

◆ frames_512_1023

u64 lb_port_stats::frames_512_1023

Definition at line 163 of file common.h.

Referenced by t4_get_lb_stats().

◆ frames_64

u64 lb_port_stats::frames_64

Definition at line 159 of file common.h.

Referenced by t4_get_lb_stats().

◆ frames_65_127

u64 lb_port_stats::frames_65_127

Definition at line 160 of file common.h.

Referenced by t4_get_lb_stats().

◆ mcast_frames

u64 lb_port_stats::mcast_frames

Definition at line 155 of file common.h.

Referenced by t4_get_lb_stats().

◆ octets

u64 lb_port_stats::octets

Definition at line 152 of file common.h.

Referenced by sysctl_lb_stats(), and t4_get_lb_stats().

◆ ovflow0

u64 lb_port_stats::ovflow0

Definition at line 169 of file common.h.

Referenced by t4_get_lb_stats().

◆ ovflow1

u64 lb_port_stats::ovflow1

Definition at line 170 of file common.h.

Referenced by t4_get_lb_stats().

◆ ovflow2

u64 lb_port_stats::ovflow2

Definition at line 171 of file common.h.

Referenced by t4_get_lb_stats().

◆ ovflow3

u64 lb_port_stats::ovflow3

Definition at line 172 of file common.h.

Referenced by t4_get_lb_stats().

◆ trunc0

u64 lb_port_stats::trunc0

Definition at line 173 of file common.h.

Referenced by t4_get_lb_stats().

◆ trunc1

u64 lb_port_stats::trunc1

Definition at line 174 of file common.h.

Referenced by t4_get_lb_stats().

◆ trunc2

u64 lb_port_stats::trunc2

Definition at line 175 of file common.h.

Referenced by t4_get_lb_stats().

◆ trunc3

u64 lb_port_stats::trunc3

Definition at line 176 of file common.h.

Referenced by t4_get_lb_stats().

◆ ucast_frames

u64 lb_port_stats::ucast_frames

Definition at line 156 of file common.h.

Referenced by t4_get_lb_stats().


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