Share via


HBA_FcpScsiEntryV2 structure

The HBA_FcpScsiEntryV2 structure defines a mapping between an operating system identifier for a logical unit and the corresponding fibre channel protocol (FCP) identifier for the logical unit.

Syntax

typedef struct HBA_FcpScsiEntryV2 {
  HBA_SCSIID ScsiId;
  HBA_FCPID  FcpId;
  HBA_LUID   LUID;
} HBA_FCPSCSIENTRYV2, *PHBA_FCPSCSIENTRYV2;

Members

  • ScsiId
    Contains a structure of type HBA_ScsiId that holds information that the operating system uses to identify a SCSI device.

  • FcpId
    Contains a structure of type HBA_FcpId that uniquely identifies the device anywhere on the fibre channel network.

  • LUID
    Contains a structure of type HBA_LUID that holds a logical unit descriptor for the device that the operating system derives from SCSI inquiry data.

Remarks

The HBA_FcpScsiEntryV2 structure includes all of the information contained in the HBA_FcpScsiEntry structure and, in addition, contains the identification descriptor for the logical unit derived from SCSI inquiry data.

Requirements

Header

Hbaapi.h (include Hbaapi.h)

See also

HBA_FcpId

HBA_FcpScsiEntry

HBA_LUID

HBA_ScsiId

 

 

Send comments about this topic to Microsoft