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

#include <libfcoe.h>

Data Fields

unsigned long time
 
u16 fcoe_len
 
u16 flags
 
u8 login_count
 
u8 enode_mac [ETH_ALEN]
 
u8 vn_mac [ETH_ALEN]
 

Detailed Description

struct fcoe_rport - VN2VN remote port : time of create or last beacon packet received from node : max FCoE frame size, not including VLAN or Ethernet headers : flags from probe or claim : number of unsuccessful rport logins to this port : E_Node control MAC address : VN_Node assigned MAC address for data

Definition at line 233 of file libfcoe.h.

Field Documentation

u8 enode_mac[ETH_ALEN]

Definition at line 238 of file libfcoe.h.

u16 fcoe_len

Definition at line 235 of file libfcoe.h.

u16 flags

Definition at line 236 of file libfcoe.h.

u8 login_count

Definition at line 237 of file libfcoe.h.

unsigned long time

Definition at line 234 of file libfcoe.h.

u8 vn_mac[ETH_ALEN]

Definition at line 239 of file libfcoe.h.


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