FreeBSD kernel CXGBE device code
port_stats Struct Reference

#include <common.h>

Data Fields

u64 tx_octets
 
u64 tx_frames
 
u64 tx_bcast_frames
 
u64 tx_mcast_frames
 
u64 tx_ucast_frames
 
u64 tx_error_frames
 
u64 tx_frames_64
 
u64 tx_frames_65_127
 
u64 tx_frames_128_255
 
u64 tx_frames_256_511
 
u64 tx_frames_512_1023
 
u64 tx_frames_1024_1518
 
u64 tx_frames_1519_max
 
u64 tx_drop
 
u64 tx_pause
 
u64 tx_ppp0
 
u64 tx_ppp1
 
u64 tx_ppp2
 
u64 tx_ppp3
 
u64 tx_ppp4
 
u64 tx_ppp5
 
u64 tx_ppp6
 
u64 tx_ppp7
 
u64 rx_octets
 
u64 rx_frames
 
u64 rx_bcast_frames
 
u64 rx_mcast_frames
 
u64 rx_ucast_frames
 
u64 rx_too_long
 
u64 rx_jabber
 
u64 rx_fcs_err
 
u64 rx_len_err
 
u64 rx_symbol_err
 
u64 rx_runt
 
u64 rx_frames_64
 
u64 rx_frames_65_127
 
u64 rx_frames_128_255
 
u64 rx_frames_256_511
 
u64 rx_frames_512_1023
 
u64 rx_frames_1024_1518
 
u64 rx_frames_1519_max
 
u64 rx_pause
 
u64 rx_ppp0
 
u64 rx_ppp1
 
u64 rx_ppp2
 
u64 rx_ppp3
 
u64 rx_ppp4
 
u64 rx_ppp5
 
u64 rx_ppp6
 
u64 rx_ppp7
 
u64 rx_ovflow0
 
u64 rx_ovflow1
 
u64 rx_ovflow2
 
u64 rx_ovflow3
 
u64 rx_trunc0
 
u64 rx_trunc1
 
u64 rx_trunc2
 
u64 rx_trunc3
 

Detailed Description

Definition at line 84 of file common.h.

Field Documentation

◆ rx_bcast_frames

u64 port_stats::rx_bcast_frames

Definition at line 113 of file common.h.

Referenced by t4_get_port_stats().

◆ rx_fcs_err

u64 port_stats::rx_fcs_err

Definition at line 118 of file common.h.

Referenced by clear_stats(), cxgbe_get_counter(), t4_get_port_stats(), and t4_os_link_changed().

◆ rx_frames

u64 port_stats::rx_frames

Definition at line 112 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ rx_frames_1024_1518

u64 port_stats::rx_frames_1024_1518

Definition at line 128 of file common.h.

Referenced by t4_get_port_stats().

◆ rx_frames_128_255

u64 port_stats::rx_frames_128_255

Definition at line 125 of file common.h.

Referenced by t4_get_port_stats().

◆ rx_frames_1519_max

u64 port_stats::rx_frames_1519_max

Definition at line 129 of file common.h.

Referenced by t4_get_port_stats().

◆ rx_frames_256_511

u64 port_stats::rx_frames_256_511

Definition at line 126 of file common.h.

Referenced by t4_get_port_stats().

◆ rx_frames_512_1023

u64 port_stats::rx_frames_512_1023

Definition at line 127 of file common.h.

Referenced by t4_get_port_stats().

◆ rx_frames_64

u64 port_stats::rx_frames_64

Definition at line 123 of file common.h.

Referenced by t4_get_port_stats().

◆ rx_frames_65_127

u64 port_stats::rx_frames_65_127

Definition at line 124 of file common.h.

Referenced by t4_get_port_stats().

◆ rx_jabber

u64 port_stats::rx_jabber

Definition at line 117 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ rx_len_err

u64 port_stats::rx_len_err

Definition at line 119 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ rx_mcast_frames

u64 port_stats::rx_mcast_frames

Definition at line 114 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ rx_octets

u64 port_stats::rx_octets

Definition at line 111 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ rx_ovflow0

u64 port_stats::rx_ovflow0

Definition at line 141 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ rx_ovflow1

u64 port_stats::rx_ovflow1

Definition at line 142 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ rx_ovflow2

u64 port_stats::rx_ovflow2

Definition at line 143 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ rx_ovflow3

u64 port_stats::rx_ovflow3

Definition at line 144 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ rx_pause

u64 port_stats::rx_pause

Definition at line 131 of file common.h.

Referenced by t4_get_port_stats().

◆ rx_ppp0

u64 port_stats::rx_ppp0

Definition at line 132 of file common.h.

Referenced by t4_get_port_stats().

◆ rx_ppp1

u64 port_stats::rx_ppp1

Definition at line 133 of file common.h.

Referenced by t4_get_port_stats().

◆ rx_ppp2

u64 port_stats::rx_ppp2

Definition at line 134 of file common.h.

Referenced by t4_get_port_stats().

◆ rx_ppp3

u64 port_stats::rx_ppp3

Definition at line 135 of file common.h.

Referenced by t4_get_port_stats().

◆ rx_ppp4

u64 port_stats::rx_ppp4

Definition at line 136 of file common.h.

Referenced by t4_get_port_stats().

◆ rx_ppp5

u64 port_stats::rx_ppp5

Definition at line 137 of file common.h.

Referenced by t4_get_port_stats().

◆ rx_ppp6

u64 port_stats::rx_ppp6

Definition at line 138 of file common.h.

Referenced by t4_get_port_stats().

◆ rx_ppp7

u64 port_stats::rx_ppp7

Definition at line 139 of file common.h.

Referenced by t4_get_port_stats().

◆ rx_runt

u64 port_stats::rx_runt

Definition at line 121 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ rx_symbol_err

u64 port_stats::rx_symbol_err

Definition at line 120 of file common.h.

Referenced by t4_get_port_stats().

◆ rx_too_long

u64 port_stats::rx_too_long

Definition at line 116 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ rx_trunc0

u64 port_stats::rx_trunc0

Definition at line 145 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ rx_trunc1

u64 port_stats::rx_trunc1

Definition at line 146 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ rx_trunc2

u64 port_stats::rx_trunc2

Definition at line 147 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ rx_trunc3

u64 port_stats::rx_trunc3

Definition at line 148 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ rx_ucast_frames

u64 port_stats::rx_ucast_frames

Definition at line 115 of file common.h.

Referenced by t4_get_port_stats().

◆ tx_bcast_frames

u64 port_stats::tx_bcast_frames

Definition at line 87 of file common.h.

Referenced by t4_get_port_stats().

◆ tx_drop

u64 port_stats::tx_drop

Definition at line 100 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ tx_error_frames

u64 port_stats::tx_error_frames

Definition at line 90 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ tx_frames

u64 port_stats::tx_frames

Definition at line 86 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ tx_frames_1024_1518

u64 port_stats::tx_frames_1024_1518

Definition at line 97 of file common.h.

Referenced by t4_get_port_stats().

◆ tx_frames_128_255

u64 port_stats::tx_frames_128_255

Definition at line 94 of file common.h.

Referenced by t4_get_port_stats().

◆ tx_frames_1519_max

u64 port_stats::tx_frames_1519_max

Definition at line 98 of file common.h.

Referenced by t4_get_port_stats().

◆ tx_frames_256_511

u64 port_stats::tx_frames_256_511

Definition at line 95 of file common.h.

Referenced by t4_get_port_stats().

◆ tx_frames_512_1023

u64 port_stats::tx_frames_512_1023

Definition at line 96 of file common.h.

Referenced by t4_get_port_stats().

◆ tx_frames_64

u64 port_stats::tx_frames_64

Definition at line 92 of file common.h.

Referenced by t4_get_port_stats().

◆ tx_frames_65_127

u64 port_stats::tx_frames_65_127

Definition at line 93 of file common.h.

Referenced by t4_get_port_stats().

◆ tx_mcast_frames

u64 port_stats::tx_mcast_frames

Definition at line 88 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ tx_octets

u64 port_stats::tx_octets

Definition at line 85 of file common.h.

Referenced by cxgbe_get_counter(), and t4_get_port_stats().

◆ tx_pause

u64 port_stats::tx_pause

Definition at line 101 of file common.h.

Referenced by t4_get_port_stats().

◆ tx_ppp0

u64 port_stats::tx_ppp0

Definition at line 102 of file common.h.

Referenced by t4_get_port_stats().

◆ tx_ppp1

u64 port_stats::tx_ppp1

Definition at line 103 of file common.h.

Referenced by t4_get_port_stats().

◆ tx_ppp2

u64 port_stats::tx_ppp2

Definition at line 104 of file common.h.

Referenced by t4_get_port_stats().

◆ tx_ppp3

u64 port_stats::tx_ppp3

Definition at line 105 of file common.h.

Referenced by t4_get_port_stats().

◆ tx_ppp4

u64 port_stats::tx_ppp4

Definition at line 106 of file common.h.

Referenced by t4_get_port_stats().

◆ tx_ppp5

u64 port_stats::tx_ppp5

Definition at line 107 of file common.h.

Referenced by t4_get_port_stats().

◆ tx_ppp6

u64 port_stats::tx_ppp6

Definition at line 108 of file common.h.

Referenced by t4_get_port_stats().

◆ tx_ppp7

u64 port_stats::tx_ppp7

Definition at line 109 of file common.h.

Referenced by t4_get_port_stats().

◆ tx_ucast_frames

u64 port_stats::tx_ucast_frames

Definition at line 89 of file common.h.

Referenced by t4_get_port_stats().


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