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

#include <libfcoe.h>

Data Fields

char name [IFNAMSIZ]
 
bool attached
 
struct list_head list
 
bool(* match )(struct net_device *device)
 
int(* create )(struct net_device *device, enum fip_state fip_mode)
 
int(* destroy )(struct net_device *device)
 
int(* enable )(struct net_device *device)
 
int(* disable )(struct net_device *device)
 

Detailed Description

Definition at line 297 of file libfcoe.h.

Field Documentation

Definition at line 299 of file libfcoe.h.

int(* create)(struct net_device *device, enum fip_state fip_mode)

Definition at line 302 of file libfcoe.h.

int(* destroy)(struct net_device *device)

Definition at line 303 of file libfcoe.h.

int(* disable)(struct net_device *device)

Definition at line 305 of file libfcoe.h.

int(* enable)(struct net_device *device)

Definition at line 304 of file libfcoe.h.

Definition at line 300 of file libfcoe.h.

Definition at line 301 of file libfcoe.h.

char name[IFNAMSIZ]

Definition at line 298 of file libfcoe.h.


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