|
Linux Kernel
3.7.1
|
#include <hyperv_net.h>
Data Fields | |
| union { | |
| struct { | |
| u32 pri:3 | |
| u32 cfi:1 | |
| u32 vlanid:12 | |
| u32 reserved:16 | |
| } | |
| u32 value | |
| }; | |
Definition at line 663 of file hyperv_net.h.
| union { ... } |
| u32 cfi |
Definition at line 667 of file hyperv_net.h.
| u32 pri |
Definition at line 666 of file hyperv_net.h.
| u32 reserved |
Definition at line 669 of file hyperv_net.h.
| u32 value |
Definition at line 671 of file hyperv_net.h.
| u32 vlanid |
Definition at line 668 of file hyperv_net.h.
1.8.2