Go to the documentation of this file.
26 #define VPORT_API_VERSION_1 0x01
33 #define VPORT_TYPE_PHYSICAL 0
34 #define VPORT_TYPE_VIRTUAL 1
37 #define VPORT_STATE_OFFLINE 0
38 #define VPORT_STATE_ACTIVE 1
39 #define VPORT_STATE_FAILED 2
43 #define VPORT_FAIL_UNKNOWN 0
44 #define VPORT_FAIL_LINKDOWN 1
45 #define VPORT_FAIL_FAB_UNSUPPORTED 2
46 #define VPORT_FAIL_FAB_NORESOURCES 3
47 #define VPORT_FAIL_FAB_LOGOUT 4
48 #define VPORT_FAIL_ADAP_NORESOURCES 5
60 #define VPORT_CNT_INVALID 0xFFFFFFFF
68 #define VPORT_OPT_AUTORETRY 0x01
82 #define VPORT_ERROR -1
83 #define VPORT_INVAL -2
84 #define VPORT_NOMEM -3
85 #define VPORT_NORESOURCES -4
98 #define DID_VPORT_ERROR 0x0f
100 #define VPORT_INFO 0x1
101 #define VPORT_CREATE 0x2
102 #define VPORT_DELETE 0x4