Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Types | Data Fields
ixgb_option Struct Reference

Public Types

enum  { enable_option, range_option, list_option }
 

Data Fields

enum ixgb_option:: { ... }  type
 
const charname
 
const charerr
 
int def
 
union {
   struct {
      int   min
 
      int   max
 
   }   r
 
   struct {
      int   nr
 
      struct ixgb_opt_list {
         int   i
 
         const char *   str
 
      }   p
 
   }   l
 
arg
 

Detailed Description

Definition at line 182 of file ixgb_param.c.

Member Enumeration Documentation

anonymous enum
Enumerator:
enable_option 
range_option 
list_option 

Definition at line 183 of file ixgb_param.c.

Field Documentation

union { ... } arg
int def

Definition at line 186 of file ixgb_param.c.

const char* err

Definition at line 185 of file ixgb_param.c.

int i

Definition at line 195 of file ixgb_param.c.

struct { ... } l
int max

Definition at line 190 of file ixgb_param.c.

int min

Definition at line 189 of file ixgb_param.c.

const char* name

Definition at line 184 of file ixgb_param.c.

int nr

Definition at line 193 of file ixgb_param.c.

struct { ... } ::ixgb_opt_list * p
struct { ... } r
const char* str

Definition at line 196 of file ixgb_param.c.

enum { ... } type

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