Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ndis_pkt_8021q_info Struct Reference

#include <hyperv_net.h>

Data Fields

union {
   struct {
      u32   pri:3
 
      u32   cfi:1
 
      u32   vlanid:12
 
      u32   reserved:16
 
   } 
 
   u32   value
 
}; 
 

Detailed Description

Definition at line 663 of file hyperv_net.h.

Field Documentation

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.


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