Share via


HBA_MgmtInfo structure

The HBA_MgmtInfo structure is used in conjunction with the HBA_SetRNIDMgmtInfo routine to program the HBA to return the indicated request node identification information data (RNID).

Syntax

typedef struct HBA_MgmtInfo {
  HBA_WWN    wwn;
  HBA_UINT32 unittype;
  HBA_UINT32 PortId;
  HBA_UINT32 NumberOfAttachedNodes;
  HBA_UINT16 IPVersion;
  HBA_UINT16 UDPPort;
  HBA_UINT8  IPAddress[16];
  HBA_UINT16 reserved;
  HBA_UINT16 TopologyDiscoveryFlags;
} HBA_MGMTINFO, *PHBA_MGMTINFO;

Members

  • wwn
    Contains a 64 bit world-wide name (WWN) that uniquely identifies the primary fibre channel node (host system) to which the HBA is attached. This information is returned in an RNID Accept payload in response to an RNID request. For more information about the meaning of this member, see the description of the RNID Accept payload in the Fibre Channel Framing and Signaling (FC-FS) specification, published by the T11 committee. For a discussion of worldwide names, see the T11 committee's Fibre Channel HBA API specification.

  • unittype
    Contains a value that indicates the unit type. Unit types include such things as gateways, switches, hubs, storage subsystems, etc. For a list of values that can be assigned to this field and their corresponding units, see the Fibre Channel Framing and Signaling (FC-FS) specification, published by the T11 committee.

  • PortId
    Contains a vendor-specific value that identifies the physical port on the HBA that has a Fibre-Channel link attached. For more information about the meaning of this member, see the Fibre Channel Framing and Signaling (FC-FS) specification, published by the T11 committee.

  • NumberOfAttachedNodes
    Indicates the number of nodes to which the HBA is attached. For more information about the meaning of this member, see the description of the RNID Accept payload in the Fibre Channel Framing and Signaling (FC-FS) specification, published by the T11 committee.

  • IPVersion
    Indicates the version of the IP protocol used by the HBA. For more information about the meaning of this member, see the Fibre Channel Framing and Signaling (FC-FS) specification, published by the T11 committee.

  • UDPPort
    Indicates the UDP/TCP port number used by the HBA. For more information about the meaning of this member, see the Fibre Channel Framing and Signaling (FC-FS) specification, published by the T11 committee.

  • IPAddress
    Contains the IP address f the HBA.

  • reserved
    Reserved.

  • TopologyDiscoveryFlags
    Contains the topology discovery flags. For an explanation of this member, see the Fibre Channel Framing and Signaling (FC-FS) specification, published by the T11 committee.

Requirements

Header

Hbaapi.h (include Hbaapi.h)

See also

HBA_GetRNIDMgmtInfo

HBA_SetRNIDMgmtInfo

 

 

Send comments about this topic to Microsoft