HBA_fc4types structure
The HBA_fc4types structure contains a set of up to 32 values indicating the FC-4 types that the HBA supports.
Syntax
typedef struct HBA_fc4types {
HBA_UINT8 bits[32];
} HBA_FC4TYPES, *PHBA_FC4TYPES;
Members
- bits
Contains 32 bytes of FC4 type information. Each byte indicates a support FC-4 type. For a complete list of the values that can be assigned to this member, see .the T11 committee's Fibre Channel Generic Services -4 (FC-GS-4) specification.
Requirements
Header |
Hbaapi.h (include Hbaapi.h) |
See also