Go to the documentation of this file.
34 #define FC_DEFAULT_BSG_TIMEOUT (10 * HZ)
42 #define FC_BSG_CLS_MASK 0xF0000000
43 #define FC_BSG_HST_MASK 0x80000000
44 #define FC_BSG_RPT_MASK 0x40000000
47 #define FC_BSG_HST_ADD_RPORT (FC_BSG_HST_MASK | 0x00000001)
48 #define FC_BSG_HST_DEL_RPORT (FC_BSG_HST_MASK | 0x00000002)
49 #define FC_BSG_HST_ELS_NOLOGIN (FC_BSG_HST_MASK | 0x00000003)
50 #define FC_BSG_HST_CT (FC_BSG_HST_MASK | 0x00000004)
51 #define FC_BSG_HST_VENDOR (FC_BSG_HST_MASK | 0x000000FF)
54 #define FC_BSG_RPT_ELS (FC_BSG_RPT_MASK | 0x00000001)
55 #define FC_BSG_RPT_CT (FC_BSG_RPT_MASK | 0x00000002)
137 #define FC_CTELS_STATUS_OK 0x00000000
138 #define FC_CTELS_STATUS_REJECT 0x00000001
139 #define FC_CTELS_STATUS_P_RJT 0x00000002
140 #define FC_CTELS_STATUS_F_RJT 0x00000003
141 #define FC_CTELS_STATUS_P_BSY 0x00000004
142 #define FC_CTELS_STATUS_F_BSY 0x00000006