FreeBSD kernel CXGBE device code
tp_err_stats Struct Reference

#include <common.h>

Data Fields

u32 mac_in_errs [MAX_NCHAN]
 
u32 hdr_in_errs [MAX_NCHAN]
 
u32 tcp_in_errs [MAX_NCHAN]
 
u32 tnl_cong_drops [MAX_NCHAN]
 
u32 ofld_chan_drops [MAX_NCHAN]
 
u32 tnl_tx_drops [MAX_NCHAN]
 
u32 ofld_vlan_drops [MAX_NCHAN]
 
u32 tcp6_in_errs [MAX_NCHAN]
 
u32 ofld_no_neigh
 
u32 ofld_cong_defer
 

Detailed Description

Definition at line 205 of file common.h.

Field Documentation

◆ hdr_in_errs

u32 tp_err_stats::hdr_in_errs[MAX_NCHAN]

Definition at line 207 of file common.h.

Referenced by sysctl_tp_err_stats(), and t4_tp_get_err_stats().

◆ mac_in_errs

u32 tp_err_stats::mac_in_errs[MAX_NCHAN]

Definition at line 206 of file common.h.

Referenced by sysctl_tp_err_stats(), and t4_tp_get_err_stats().

◆ ofld_chan_drops

u32 tp_err_stats::ofld_chan_drops[MAX_NCHAN]

Definition at line 210 of file common.h.

Referenced by sysctl_tp_err_stats(), and t4_tp_get_err_stats().

◆ ofld_cong_defer

u32 tp_err_stats::ofld_cong_defer

Definition at line 215 of file common.h.

Referenced by sysctl_tp_err_stats().

◆ ofld_no_neigh

u32 tp_err_stats::ofld_no_neigh

Definition at line 214 of file common.h.

Referenced by sysctl_tp_err_stats(), and t4_tp_get_err_stats().

◆ ofld_vlan_drops

u32 tp_err_stats::ofld_vlan_drops[MAX_NCHAN]

Definition at line 212 of file common.h.

Referenced by sysctl_tp_err_stats(), and t4_tp_get_err_stats().

◆ tcp6_in_errs

u32 tp_err_stats::tcp6_in_errs[MAX_NCHAN]

Definition at line 213 of file common.h.

Referenced by sysctl_tp_err_stats(), and t4_tp_get_err_stats().

◆ tcp_in_errs

u32 tp_err_stats::tcp_in_errs[MAX_NCHAN]

Definition at line 208 of file common.h.

Referenced by sysctl_tp_err_stats(), and t4_tp_get_err_stats().

◆ tnl_cong_drops

u32 tp_err_stats::tnl_cong_drops[MAX_NCHAN]

Definition at line 209 of file common.h.

Referenced by sysctl_tp_err_stats(), and t4_tp_get_err_stats().

◆ tnl_tx_drops

u32 tp_err_stats::tnl_tx_drops[MAX_NCHAN]

Definition at line 211 of file common.h.

Referenced by sysctl_tp_err_stats(), and t4_tp_get_err_stats().


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