Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Variables
if_fc.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  fch_hdr
 
struct  fcllc
 

Macros

#define FC_ALEN   6 /* Octets in one ethernet addr */
 
#define FC_HLEN   (sizeof(struct fch_hdr)+sizeof(struct fcllc))
 
#define FC_ID_LEN   3 /* Octets in a Fibre Channel Address */
 
#define EXTENDED_SAP   0xAA
 
#define UI_CMD   0x03
 

Variables

struct fch_hdr __attribute__
 

Macro Definition Documentation

#define EXTENDED_SAP   0xAA

Definition at line 30 of file if_fc.h.

#define FC_ALEN   6 /* Octets in one ethernet addr */

Definition at line 25 of file if_fc.h.

#define FC_HLEN   (sizeof(struct fch_hdr)+sizeof(struct fcllc))

Definition at line 26 of file if_fc.h.

#define FC_ID_LEN   3 /* Octets in a Fibre Channel Address */

Definition at line 27 of file if_fc.h.

#define UI_CMD   0x03

Definition at line 31 of file if_fc.h.

Variable Documentation