Linux Kernel
3.7.1
|
#include <eth_defs.h>
Data Fields | |
unsigned int | crc_err: 8 |
unsigned int | align_err: 8 |
unsigned int | oversize: 8 |
unsigned int | congestion: 8 |
Definition at line 205 of file eth_defs.h.
unsigned int align_err |
Definition at line 207 of file eth_defs.h.
unsigned int congestion |
Definition at line 209 of file eth_defs.h.
unsigned int crc_err |
Definition at line 206 of file eth_defs.h.
unsigned int oversize |
Definition at line 208 of file eth_defs.h.