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

#include <fcoe.h>

Data Fields

struct list_head list
 
struct net_devicenetdev
 
struct net_devicerealdev
 
struct packet_type fcoe_packet_type
 
struct packet_type fip_packet_type
 
struct fc_exch_mgroem
 
u8 removed
 
u8 priority
 

Detailed Description

struct fcoe_interface - A FCoE interface : Handle for a list of FCoE interfaces : The associated net device : FCoE packet type : FIP packet type : The offload exchange manager for all local port instances associated with this port : Indicates fcoe interface removed from net device : Priority for the FCoE packet (DCB) This structure is 1:1 with a net device.

Definition at line 77 of file fcoe.h.

Field Documentation

struct packet_type fcoe_packet_type

Definition at line 81 of file fcoe.h.

struct packet_type fip_packet_type

Definition at line 82 of file fcoe.h.

Definition at line 78 of file fcoe.h.

struct net_device* netdev

Definition at line 79 of file fcoe.h.

Definition at line 83 of file fcoe.h.

u8 priority

Definition at line 85 of file fcoe.h.

struct net_device* realdev

Definition at line 80 of file fcoe.h.

u8 removed

Definition at line 84 of file fcoe.h.


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