Linux Kernel
3.7.1
|
#include <hyperv_net.h>
Data Fields | |
union { | |
u64 data | |
struct { | |
u64 vmq:1 | |
u64 chimney:1 | |
u64 sriov:1 | |
u64 ieee8021q:1 | |
u64 correlation_id:1 | |
} | |
}; | |
Definition at line 396 of file hyperv_net.h.
union { ... } |
u64 chimney |
Definition at line 401 of file hyperv_net.h.
u64 correlation_id |
Definition at line 404 of file hyperv_net.h.
Definition at line 398 of file hyperv_net.h.
u64 ieee8021q |
Definition at line 403 of file hyperv_net.h.
u64 sriov |
Definition at line 402 of file hyperv_net.h.
u64 vmq |
Definition at line 400 of file hyperv_net.h.