HBA_FcpScsiEntry structure

The HBA_FcpScsiEntry 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_FcpScsiEntry {
  HBA_SCSIID ScsiId;
  HBA_FCPID  FcpId;
} HBA_FCPSCSIENTRY, *PHBA_FCPSCSIENTRY;

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.

Requirements

Header

Hbaapi.h (include Hbaapi.h)

See also

HBA_FcpId

HBA_ScsiId

 

 

Send comments about this topic to Microsoft