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

Go to the source code of this file.

Data Structures

struct  fc_ct_hdr
 

Macros

#define FC_CT_HDR_LEN   16 /* expected sizeof (struct fc_ct_hdr) */
 

Enumerations

enum  fc_ct_rev { FC_CT_REV = 1 }
 
enum  fc_ct_fs_type { FC_FST_ALIAS = 0xf8, FC_FST_MGMT = 0xfa, FC_FST_TIME = 0xfb, FC_FST_DIR = 0xfc }
 
enum  fc_ct_cmd { FC_FS_RJT = 0x8001, FC_FS_ACC = 0x8002 }
 
enum  fc_ct_reason {
  FC_FS_RJT_CMD = 0x01, FC_FS_RJT_VER = 0x02, FC_FS_RJT_LOG = 0x03, FC_FS_RJT_IUSIZ = 0x04,
  FC_FS_RJT_BSY = 0x05, FC_FS_RJT_PROTO = 0x07, FC_FS_RJT_UNABL = 0x09, FC_FS_RJT_UNSUP = 0x0b
}
 
enum  fc_ct_explan {
  FC_FS_EXP_NONE = 0x00, FC_FS_EXP_PID = 0x01, FC_FS_EXP_PNAM = 0x02, FC_FS_EXP_NNAM = 0x03,
  FC_FS_EXP_COS = 0x04, FC_FS_EXP_FTNR = 0x07
}
 

Macro Definition Documentation

#define FC_CT_HDR_LEN   16 /* expected sizeof (struct fc_ct_hdr) */

Definition at line 45 of file fc_gs.h.

Enumeration Type Documentation

enum fc_ct_cmd
Enumerator:
FC_FS_RJT 
FC_FS_ACC 

Definition at line 64 of file fc_gs.h.

Enumerator:
FC_FS_EXP_NONE 
FC_FS_EXP_PID 
FC_FS_EXP_PNAM 
FC_FS_EXP_NNAM 
FC_FS_EXP_COS 
FC_FS_EXP_FTNR 

Definition at line 86 of file fc_gs.h.

Enumerator:
FC_FST_ALIAS 
FC_FST_MGMT 
FC_FST_TIME 
FC_FST_DIR 

Definition at line 54 of file fc_gs.h.

Enumerator:
FC_FS_RJT_CMD 
FC_FS_RJT_VER 
FC_FS_RJT_LOG 
FC_FS_RJT_IUSIZ 
FC_FS_RJT_BSY 
FC_FS_RJT_PROTO 
FC_FS_RJT_UNABL 
FC_FS_RJT_UNSUP 

Definition at line 72 of file fc_gs.h.

enum fc_ct_rev
Enumerator:
FC_CT_REV 

Definition at line 47 of file fc_gs.h.