zfcp_def.h (cf9ce948f47640797bd19980e1d99c6d17d0bdc3) | zfcp_def.h (663e0890e31cb85f0cca5ac1faaee0d2d52880b5) |
---|---|
1/* 2 * zfcp device driver 3 * 4 * Global definitions for the zfcp device driver. 5 * 6 * Copyright IBM Corp. 2002, 2010 7 */ 8 --- 72 unchanged lines hidden (view full) --- 81#define ZFCP_STATUS_ADAPTER_ERP_PENDING 0x00000100 82#define ZFCP_STATUS_ADAPTER_LINK_UNPLUGGED 0x00000200 83#define ZFCP_STATUS_ADAPTER_DATA_DIV_ENABLED 0x00000400 84 85/* remote port status */ 86#define ZFCP_STATUS_PORT_PHYS_OPEN 0x00000001 87#define ZFCP_STATUS_PORT_LINK_TEST 0x00000002 88 | 1/* 2 * zfcp device driver 3 * 4 * Global definitions for the zfcp device driver. 5 * 6 * Copyright IBM Corp. 2002, 2010 7 */ 8 --- 72 unchanged lines hidden (view full) --- 81#define ZFCP_STATUS_ADAPTER_ERP_PENDING 0x00000100 82#define ZFCP_STATUS_ADAPTER_LINK_UNPLUGGED 0x00000200 83#define ZFCP_STATUS_ADAPTER_DATA_DIV_ENABLED 0x00000400 84 85/* remote port status */ 86#define ZFCP_STATUS_PORT_PHYS_OPEN 0x00000001 87#define ZFCP_STATUS_PORT_LINK_TEST 0x00000002 88 |
89/* logical unit status */ 90#define ZFCP_STATUS_LUN_SHARED 0x00000004 91#define ZFCP_STATUS_LUN_READONLY 0x00000008 92 | |
93/* FSF request status (this does not have a common part) */ 94#define ZFCP_STATUS_FSFREQ_ERROR 0x00000008 95#define ZFCP_STATUS_FSFREQ_CLEANUP 0x00000010 96#define ZFCP_STATUS_FSFREQ_ABORTSUCCEEDED 0x00000040 97#define ZFCP_STATUS_FSFREQ_ABORTNOTNEEDED 0x00000080 98#define ZFCP_STATUS_FSFREQ_TMFUNCFAILED 0x00000200 99#define ZFCP_STATUS_FSFREQ_DISMISSED 0x00001000 100 --- 226 unchanged lines hidden --- | 89/* FSF request status (this does not have a common part) */ 90#define ZFCP_STATUS_FSFREQ_ERROR 0x00000008 91#define ZFCP_STATUS_FSFREQ_CLEANUP 0x00000010 92#define ZFCP_STATUS_FSFREQ_ABORTSUCCEEDED 0x00000040 93#define ZFCP_STATUS_FSFREQ_ABORTNOTNEEDED 0x00000080 94#define ZFCP_STATUS_FSFREQ_TMFUNCFAILED 0x00000200 95#define ZFCP_STATUS_FSFREQ_DISMISSED 0x00001000 96 --- 226 unchanged lines hidden --- |