|
Linux Kernel
3.7.1
|
Public Types | |
| enum | { enable_option, range_option, list_option } |
Data Fields | |
| enum ixgb_option:: { ... } | type |
| const char * | name |
| const char * | err |
| int | def |
| union { | |
| struct { | |
| int min | |
| int max | |
| } r | |
| struct { | |
| int nr | |
| struct ixgb_opt_list { | |
| int i | |
| const char * str | |
| } p | |
| } l | |
| } | arg |
Definition at line 182 of file ixgb_param.c.
| anonymous enum |
Definition at line 183 of file ixgb_param.c.
| union { ... } arg |
| int def |
Definition at line 186 of file ixgb_param.c.
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.
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 |
Definition at line 196 of file ixgb_param.c.
| enum { ... } type |
1.8.2