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 214 of file eth_defs.h.
unsigned int align_err |
Definition at line 216 of file eth_defs.h.
unsigned int congestion |
Definition at line 218 of file eth_defs.h.
unsigned int crc_err |
Definition at line 215 of file eth_defs.h.
unsigned int oversize |
Definition at line 217 of file eth_defs.h.