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

Public Types

enum  { enable_option, range_option, list_option }
 

Data Fields

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

Detailed Description

pch_gbe_option - Force the MAC's flow control settings : Pointer to the HW structure Returns: 0: Successful. Negative value: Failed.

Definition at line 146 of file pch_gbe_param.c.

Member Enumeration Documentation

anonymous enum
Enumerator:
enable_option 
range_option 
list_option 

Definition at line 147 of file pch_gbe_param.c.

Field Documentation

union { ... } arg
int def

Definition at line 150 of file pch_gbe_param.c.

char* err

Definition at line 149 of file pch_gbe_param.c.

int i

Definition at line 158 of file pch_gbe_param.c.

struct { ... } l
int max

Definition at line 154 of file pch_gbe_param.c.

int min

Definition at line 153 of file pch_gbe_param.c.

char* name

Definition at line 148 of file pch_gbe_param.c.

int nr

Definition at line 157 of file pch_gbe_param.c.

struct { ... } ::pch_gbe_opt_list * p
struct { ... } r
char* str

Definition at line 158 of file pch_gbe_param.c.

enum { ... } type

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