ib_mad.h File Reference

Infiniband management datagrams. More...

#include <stdint.h>
#include <gpxe/ib_packet.h>

Go to the source code of this file.

Data Structures

struct  ib_smp_hdr
 A subnet management header. More...
struct  ib_node_desc
 A Node Description attribute. More...
struct  ib_node_info
 A Node Information attribute. More...
struct  ib_guid_info
 A GUID Information attribute. More...
struct  ib_port_info
 A Port Information attribute. More...
struct  ib_pkey_table
 A Partition Key Table attribute. More...
union  ib_smp_data
 A subnet management attribute. More...
struct  ib_smp_dr_path
 A subnet management directed route path. More...
struct  ib_smp_class_specific
 Subnet management MAD class-specific data. More...
struct  ib_rmpp_hdr
struct  ib_sa_hdr
struct  ib_path_record
struct  ib_mc_member_record
union  ib_sa_data
struct  ib_cm_common
 Communication management common fields. More...
struct  ib_cm_path
 A communication management path. More...
struct  ib_cm_connect_request
 A communication management connection request. More...
struct  ib_cm_connect_reject
 A communication management connection rejection. More...
struct  ib_cm_connect_reply
 A communication management connection reply. More...
struct  ib_cm_ready_to_use
 A communication management ready to use reply. More...
union  ib_cm_data
 A communication management attribute. More...
union  ib_mad_class_specific
 Management datagram class_specific data. More...
struct  ib_mad_hdr
 A management datagram common header. More...
struct  ib_mad_smp
 A subnet management MAD. More...
struct  ib_mad_sa
 A subnet administration MAD. More...
struct  ib_mad_cm
 A communication management MAD. More...
union  ib_mad
 A management datagram. More...

Defines

#define IB_SMP_CLASS_VERSION   1
 Subnet management class version.
#define IB_SMP_STATUS_D_INBOUND   0x8000
 Subnet management direction bit.
#define IB_SMP_ATTR_NOTICE   0x0002
#define IB_SMP_ATTR_NODE_DESC   0x0010
#define IB_SMP_ATTR_NODE_INFO   0x0011
#define IB_SMP_ATTR_SWITCH_INFO   0x0012
#define IB_SMP_ATTR_GUID_INFO   0x0014
#define IB_SMP_ATTR_PORT_INFO   0x0015
#define IB_SMP_ATTR_PKEY_TABLE   0x0016
#define IB_SMP_ATTR_SL_TO_VL_TABLE   0x0017
#define IB_SMP_ATTR_VL_ARB_TABLE   0x0018
#define IB_SMP_ATTR_LINEAR_FORWARD_TABLE   0x0019
#define IB_SMP_ATTR_RANDOM_FORWARD_TABLE   0x001A
#define IB_SMP_ATTR_MCAST_FORWARD_TABLE   0x001B
#define IB_SMP_ATTR_SM_INFO   0x0020
#define IB_SMP_ATTR_VENDOR_DIAG   0x0030
#define IB_SMP_ATTR_LED_INFO   0x0031
#define IB_SMP_ATTR_VENDOR_MASK   0xFF00
#define IB_NODE_TYPE_HCA   0x01
#define IB_NODE_TYPE_SWITCH   0x02
#define IB_NODE_TYPE_ROUTER   0x03
#define IB_LINK_WIDTH_1X   0x01
#define IB_LINK_WIDTH_4X   0x02
#define IB_LINK_WIDTH_8X   0x04
#define IB_LINK_WIDTH_12X   0x08
#define IB_LINK_SPEED_SDR   0x01
#define IB_LINK_SPEED_DDR   0x02
#define IB_LINK_SPEED_QDR   0x04
#define IB_PORT_STATE_DOWN   0x01
#define IB_PORT_STATE_INIT   0x02
#define IB_PORT_STATE_ARMED   0x03
#define IB_PORT_STATE_ACTIVE   0x04
#define IB_PORT_PHYS_STATE_SLEEP   0x01
#define IB_PORT_PHYS_STATE_POLLING   0x02
#define IB_MTU_256   0x01
#define IB_MTU_512   0x02
#define IB_MTU_1024   0x03
#define IB_MTU_2048   0x04
#define IB_MTU_4096   0x05
#define IB_VL_0   0x01
#define IB_VL_0_1   0x02
#define IB_VL_0_3   0x03
#define IB_VL_0_7   0x04
#define IB_VL_0_14   0x05
#define IB_SA_CLASS_VERSION   2
#define IB_SA_METHOD_DELETE_RESP   0x95
#define IB_SA_ATTR_MC_MEMBER_REC   0x38
#define IB_SA_ATTR_PATH_REC   0x35
#define IB_SA_PATH_REC_DGID   (1<<2)
#define IB_SA_PATH_REC_SGID   (1<<3)
#define IB_SA_MCMEMBER_REC_MGID   (1<<0)
#define IB_SA_MCMEMBER_REC_PORT_GID   (1<<1)
#define IB_SA_MCMEMBER_REC_QKEY   (1<<2)
#define IB_SA_MCMEMBER_REC_MLID   (1<<3)
#define IB_SA_MCMEMBER_REC_MTU_SELECTOR   (1<<4)
#define IB_SA_MCMEMBER_REC_MTU   (1<<5)
#define IB_SA_MCMEMBER_REC_TRAFFIC_CLASS   (1<<6)
#define IB_SA_MCMEMBER_REC_PKEY   (1<<7)
#define IB_SA_MCMEMBER_REC_RATE_SELECTOR   (1<<8)
#define IB_SA_MCMEMBER_REC_RATE   (1<<9)
#define IB_SA_MCMEMBER_REC_PACKET_LIFE_TIME_SELECTOR   (1<<10)
#define IB_SA_MCMEMBER_REC_PACKET_LIFE_TIME   (1<<11)
#define IB_SA_MCMEMBER_REC_SL   (1<<12)
#define IB_SA_MCMEMBER_REC_FLOW_LABEL   (1<<13)
#define IB_SA_MCMEMBER_REC_HOP_LIMIT   (1<<14)
#define IB_SA_MCMEMBER_REC_SCOPE   (1<<15)
#define IB_SA_MCMEMBER_REC_JOIN_STATE   (1<<16)
#define IB_SA_MCMEMBER_REC_PROXY_JOIN   (1<<17)
#define IB_CM_CLASS_VERSION   2
 Communication management class version.
#define IB_CM_ATTR_CLASS_PORT_INFO   0x0001
#define IB_CM_ATTR_CONNECT_REQUEST   0x0010
#define IB_CM_ATTR_MSG_RCPT_ACK   0x0011
#define IB_CM_ATTR_CONNECT_REJECT   0x0012
#define IB_CM_ATTR_CONNECT_REPLY   0x0013
#define IB_CM_ATTR_READY_TO_USE   0x0014
#define IB_CM_ATTR_DISCONNECT_REQUEST   0x0015
#define IB_CM_ATTR_DISCONNECT_REPLY   0x0016
#define IB_CM_ATTR_SERVICE_ID_RES_REQ   0x0016
#define IB_CM_ATTR_SERVICE_ID_RES_REQ_RESP   0x0018
#define IB_CM_ATTR_LOAD_ALTERNATE_PATH   0x0019
#define IB_CM_ATTR_ALTERNATE_PATH_RESPONSE   0x001a
#define IB_CM_TRANSPORT_RC   0
 CM transport types.
#define IB_CM_TRANSPORT_UC   1
#define IB_CM_TRANSPORT_RD   2
#define IB_CM_REJECT_BAD_SERVICE_ID   8
 CM rejection reasons.
#define IB_CM_REJECT_STALE_CONN   10
#define IB_CM_REJECT_CONSUMER   28
#define IB_MGMT_BASE_VERSION   1
#define IB_MGMT_CLASS_SUBN_LID_ROUTED   0x01
#define IB_MGMT_CLASS_SUBN_DIRECTED_ROUTE   0x81
#define IB_MGMT_CLASS_SUBN_ADM   0x03
#define IB_MGMT_CLASS_PERF_MGMT   0x04
#define IB_MGMT_CLASS_BM   0x05
#define IB_MGMT_CLASS_DEVICE_MGMT   0x06
#define IB_MGMT_CLASS_CM   0x07
#define IB_MGMT_CLASS_SNMP   0x08
#define IB_MGMT_CLASS_VENDOR_RANGE2_START   0x30
#define IB_MGMT_CLASS_VENDOR_RANGE2_END   0x4f
#define IB_MGMT_CLASS_MASK   0x7f
#define IB_MGMT_METHOD_GET   0x01
#define IB_MGMT_METHOD_SET   0x02
#define IB_MGMT_METHOD_GET_RESP   0x81
#define IB_MGMT_METHOD_SEND   0x03
#define IB_MGMT_METHOD_TRAP   0x05
#define IB_MGMT_METHOD_REPORT   0x06
#define IB_MGMT_METHOD_REPORT_RESP   0x86
#define IB_MGMT_METHOD_TRAP_REPRESS   0x07
#define IB_MGMT_METHOD_DELETE   0x15
#define IB_MGMT_STATUS_OK   0x0000
#define IB_MGMT_STATUS_BAD_VERSION   0x0001
#define IB_MGMT_STATUS_UNSUPPORTED_METHOD   0x0002
#define IB_MGMT_STATUS_UNSUPPORTED_METHOD_ATTR   0x0003
#define IB_MGMT_STATUS_INVALID_VALUE   0x0004

Functions

 FILE_LICENCE (GPL2_OR_LATER)

Variables

struct ib_smp_hdr packed
 A subnet management header.


Detailed Description

Infiniband management datagrams.

Definition in file ib_mad.h.


Define Documentation

#define IB_SMP_CLASS_VERSION   1

Subnet management class version.

Definition at line 34 of file ib_mad.h.

Referenced by ib_sma_node_info().

#define IB_SMP_STATUS_D_INBOUND   0x8000

Subnet management direction bit.

This bit resides in the "status" field in the MAD header.

Definition at line 40 of file ib_mad.h.

Referenced by ib_mi_send().

#define IB_SMP_ATTR_NOTICE   0x0002

Definition at line 43 of file ib_mad.h.

#define IB_SMP_ATTR_NODE_DESC   0x0010

Definition at line 44 of file ib_mad.h.

#define IB_SMP_ATTR_NODE_INFO   0x0011

Definition at line 45 of file ib_mad.h.

#define IB_SMP_ATTR_SWITCH_INFO   0x0012

Definition at line 46 of file ib_mad.h.

#define IB_SMP_ATTR_GUID_INFO   0x0014

Definition at line 47 of file ib_mad.h.

Referenced by ib_smc_get_guid_info().

#define IB_SMP_ATTR_PORT_INFO   0x0015

Definition at line 48 of file ib_mad.h.

Referenced by ib_smc_get_port_info().

#define IB_SMP_ATTR_PKEY_TABLE   0x0016

Definition at line 49 of file ib_mad.h.

Referenced by ib_smc_get_pkey_table().

#define IB_SMP_ATTR_SL_TO_VL_TABLE   0x0017

Definition at line 50 of file ib_mad.h.

#define IB_SMP_ATTR_VL_ARB_TABLE   0x0018

Definition at line 51 of file ib_mad.h.

#define IB_SMP_ATTR_LINEAR_FORWARD_TABLE   0x0019

Definition at line 52 of file ib_mad.h.

#define IB_SMP_ATTR_RANDOM_FORWARD_TABLE   0x001A

Definition at line 53 of file ib_mad.h.

#define IB_SMP_ATTR_MCAST_FORWARD_TABLE   0x001B

Definition at line 54 of file ib_mad.h.

#define IB_SMP_ATTR_SM_INFO   0x0020

Definition at line 55 of file ib_mad.h.

#define IB_SMP_ATTR_VENDOR_DIAG   0x0030

Definition at line 56 of file ib_mad.h.

#define IB_SMP_ATTR_LED_INFO   0x0031

Definition at line 57 of file ib_mad.h.

#define IB_SMP_ATTR_VENDOR_MASK   0xFF00

Definition at line 58 of file ib_mad.h.

#define IB_NODE_TYPE_HCA   0x01

Definition at line 88 of file ib_mad.h.

Referenced by ib_sma_node_info().

#define IB_NODE_TYPE_SWITCH   0x02

Definition at line 89 of file ib_mad.h.

#define IB_NODE_TYPE_ROUTER   0x03

Definition at line 90 of file ib_mad.h.

#define IB_LINK_WIDTH_1X   0x01

Definition at line 139 of file ib_mad.h.

Referenced by linda_link_state_changed(), and linda_probe().

#define IB_LINK_WIDTH_4X   0x02

Definition at line 140 of file ib_mad.h.

Referenced by linda_link_state_changed(), and linda_probe().

#define IB_LINK_WIDTH_8X   0x04

Definition at line 141 of file ib_mad.h.

#define IB_LINK_WIDTH_12X   0x08

Definition at line 142 of file ib_mad.h.

#define IB_LINK_SPEED_SDR   0x01

Definition at line 144 of file ib_mad.h.

Referenced by linda_link_state_changed(), and linda_probe().

#define IB_LINK_SPEED_DDR   0x02

Definition at line 145 of file ib_mad.h.

Referenced by linda_link_state_changed().

#define IB_LINK_SPEED_QDR   0x04

Definition at line 146 of file ib_mad.h.

#define IB_PORT_STATE_DOWN   0x01

Definition at line 148 of file ib_mad.h.

Referenced by alloc_ibdev(), and ib_link_rc().

#define IB_PORT_STATE_INIT   0x02

Definition at line 149 of file ib_mad.h.

Referenced by ib_link_rc().

#define IB_PORT_STATE_ARMED   0x03

Definition at line 150 of file ib_mad.h.

Referenced by ib_link_rc().

#define IB_PORT_STATE_ACTIVE   0x04

Definition at line 151 of file ib_mad.h.

Referenced by ib_link_ok(), and ib_link_rc().

#define IB_PORT_PHYS_STATE_SLEEP   0x01

Definition at line 153 of file ib_mad.h.

#define IB_PORT_PHYS_STATE_POLLING   0x02

Definition at line 154 of file ib_mad.h.

Referenced by ib_sma_port_info().

#define IB_MTU_256   0x01

Definition at line 156 of file ib_mad.h.

#define IB_MTU_512   0x02

Definition at line 157 of file ib_mad.h.

#define IB_MTU_1024   0x03

Definition at line 158 of file ib_mad.h.

#define IB_MTU_2048   0x04

Definition at line 159 of file ib_mad.h.

Referenced by ib_cm_path_complete(), and ib_sma_port_info().

#define IB_MTU_4096   0x05

Definition at line 160 of file ib_mad.h.

#define IB_VL_0   0x01

Definition at line 162 of file ib_mad.h.

Referenced by ib_sma_port_info().

#define IB_VL_0_1   0x02

Definition at line 163 of file ib_mad.h.

#define IB_VL_0_3   0x03

Definition at line 164 of file ib_mad.h.

#define IB_VL_0_7   0x04

Definition at line 165 of file ib_mad.h.

#define IB_VL_0_14   0x05

Definition at line 166 of file ib_mad.h.

#define IB_SA_CLASS_VERSION   2

Definition at line 204 of file ib_mad.h.

Referenced by ib_create_path(), and ib_mcast_mad().

#define IB_SA_METHOD_DELETE_RESP   0x95

Definition at line 206 of file ib_mad.h.

#define IB_SA_ATTR_MC_MEMBER_REC   0x38

Definition at line 219 of file ib_mad.h.

Referenced by ib_mcast_mad().

#define IB_SA_ATTR_PATH_REC   0x35

Definition at line 220 of file ib_mad.h.

Referenced by ib_create_path().

#define IB_SA_PATH_REC_DGID   (1<<2)

Definition at line 238 of file ib_mad.h.

Referenced by ib_create_path().

#define IB_SA_PATH_REC_SGID   (1<<3)

Definition at line 239 of file ib_mad.h.

Referenced by ib_create_path().

#define IB_SA_MCMEMBER_REC_MGID   (1<<0)

Definition at line 258 of file ib_mad.h.

Referenced by ib_mcast_mad().

#define IB_SA_MCMEMBER_REC_PORT_GID   (1<<1)

Definition at line 259 of file ib_mad.h.

Referenced by ib_mcast_mad().

#define IB_SA_MCMEMBER_REC_QKEY   (1<<2)

Definition at line 260 of file ib_mad.h.

#define IB_SA_MCMEMBER_REC_MLID   (1<<3)

Definition at line 261 of file ib_mad.h.

#define IB_SA_MCMEMBER_REC_MTU_SELECTOR   (1<<4)

Definition at line 262 of file ib_mad.h.

#define IB_SA_MCMEMBER_REC_MTU   (1<<5)

Definition at line 263 of file ib_mad.h.

#define IB_SA_MCMEMBER_REC_TRAFFIC_CLASS   (1<<6)

Definition at line 264 of file ib_mad.h.

#define IB_SA_MCMEMBER_REC_PKEY   (1<<7)

Definition at line 265 of file ib_mad.h.

#define IB_SA_MCMEMBER_REC_RATE_SELECTOR   (1<<8)

Definition at line 266 of file ib_mad.h.

#define IB_SA_MCMEMBER_REC_RATE   (1<<9)

Definition at line 267 of file ib_mad.h.

#define IB_SA_MCMEMBER_REC_PACKET_LIFE_TIME_SELECTOR   (1<<10)

Definition at line 268 of file ib_mad.h.

#define IB_SA_MCMEMBER_REC_PACKET_LIFE_TIME   (1<<11)

Definition at line 269 of file ib_mad.h.

#define IB_SA_MCMEMBER_REC_SL   (1<<12)

Definition at line 270 of file ib_mad.h.

#define IB_SA_MCMEMBER_REC_FLOW_LABEL   (1<<13)

Definition at line 271 of file ib_mad.h.

#define IB_SA_MCMEMBER_REC_HOP_LIMIT   (1<<14)

Definition at line 272 of file ib_mad.h.

#define IB_SA_MCMEMBER_REC_SCOPE   (1<<15)

Definition at line 273 of file ib_mad.h.

#define IB_SA_MCMEMBER_REC_JOIN_STATE   (1<<16)

Definition at line 274 of file ib_mad.h.

Referenced by ib_mcast_mad().

#define IB_SA_MCMEMBER_REC_PROXY_JOIN   (1<<17)

Definition at line 275 of file ib_mad.h.

#define IB_CM_CLASS_VERSION   2

Communication management class version.

Definition at line 290 of file ib_mad.h.

Referenced by ib_cm_path_complete(), and ib_cm_send_rtu().

#define IB_CM_ATTR_CLASS_PORT_INFO   0x0001

Definition at line 293 of file ib_mad.h.

#define IB_CM_ATTR_CONNECT_REQUEST   0x0010

Definition at line 294 of file ib_mad.h.

Referenced by ib_cm_path_complete().

#define IB_CM_ATTR_MSG_RCPT_ACK   0x0011

Definition at line 295 of file ib_mad.h.

#define IB_CM_ATTR_CONNECT_REJECT   0x0012

Definition at line 296 of file ib_mad.h.

Referenced by ib_cm_req_complete().

#define IB_CM_ATTR_CONNECT_REPLY   0x0013

Definition at line 297 of file ib_mad.h.

Referenced by ib_cm_req_complete().

#define IB_CM_ATTR_READY_TO_USE   0x0014

Definition at line 298 of file ib_mad.h.

Referenced by ib_cm_send_rtu().

#define IB_CM_ATTR_DISCONNECT_REQUEST   0x0015

Definition at line 299 of file ib_mad.h.

#define IB_CM_ATTR_DISCONNECT_REPLY   0x0016

Definition at line 300 of file ib_mad.h.

#define IB_CM_ATTR_SERVICE_ID_RES_REQ   0x0016

Definition at line 301 of file ib_mad.h.

#define IB_CM_ATTR_SERVICE_ID_RES_REQ_RESP   0x0018

Definition at line 302 of file ib_mad.h.

#define IB_CM_ATTR_LOAD_ALTERNATE_PATH   0x0019

Definition at line 303 of file ib_mad.h.

#define IB_CM_ATTR_ALTERNATE_PATH_RESPONSE   0x001a

Definition at line 304 of file ib_mad.h.

#define IB_CM_TRANSPORT_RC   0

CM transport types.

Definition at line 380 of file ib_mad.h.

Referenced by ib_cm_path_complete().

#define IB_CM_TRANSPORT_UC   1

Definition at line 381 of file ib_mad.h.

#define IB_CM_TRANSPORT_RD   2

Definition at line 382 of file ib_mad.h.

#define IB_CM_REJECT_BAD_SERVICE_ID   8

CM rejection reasons.

Definition at line 406 of file ib_mad.h.

Referenced by ib_cm_rejection_reason_to_rc().

#define IB_CM_REJECT_STALE_CONN   10

Definition at line 407 of file ib_mad.h.

Referenced by ib_cm_rejection_reason_to_rc().

#define IB_CM_REJECT_CONSUMER   28

Definition at line 408 of file ib_mad.h.

Referenced by ib_cm_rejection_reason_to_rc(), and ib_cm_req_complete().

#define IB_MGMT_BASE_VERSION   1

#define IB_MGMT_CLASS_SUBN_LID_ROUTED   0x01

Definition at line 498 of file ib_mad.h.

Referenced by ib_smc_get_guid_info(), ib_smc_get_pkey_table(), and ib_smc_get_port_info().

#define IB_MGMT_CLASS_SUBN_DIRECTED_ROUTE   0x81

Definition at line 499 of file ib_mad.h.

Referenced by ib_mi_send().

#define IB_MGMT_CLASS_SUBN_ADM   0x03

Definition at line 500 of file ib_mad.h.

Referenced by ib_create_path(), and ib_mcast_mad().

#define IB_MGMT_CLASS_PERF_MGMT   0x04

Definition at line 501 of file ib_mad.h.

#define IB_MGMT_CLASS_BM   0x05

Definition at line 502 of file ib_mad.h.

#define IB_MGMT_CLASS_DEVICE_MGMT   0x06

Definition at line 503 of file ib_mad.h.

#define IB_MGMT_CLASS_CM   0x07

Definition at line 504 of file ib_mad.h.

Referenced by ib_cm_path_complete(), and ib_cm_send_rtu().

#define IB_MGMT_CLASS_SNMP   0x08

Definition at line 505 of file ib_mad.h.

#define IB_MGMT_CLASS_VENDOR_RANGE2_START   0x30

Definition at line 506 of file ib_mad.h.

#define IB_MGMT_CLASS_VENDOR_RANGE2_END   0x4f

Definition at line 507 of file ib_mad.h.

#define IB_MGMT_CLASS_MASK   0x7f

Definition at line 509 of file ib_mad.h.

Referenced by ib_mi_handle().

#define IB_MGMT_METHOD_GET   0x01

#define IB_MGMT_METHOD_SET   0x02

Definition at line 513 of file ib_mad.h.

Referenced by ib_mcast_mad(), ib_sma_pkey_table(), and ib_sma_port_info().

#define IB_MGMT_METHOD_GET_RESP   0x81

#define IB_MGMT_METHOD_SEND   0x03

Definition at line 515 of file ib_mad.h.

Referenced by ib_cm_path_complete(), and ib_cm_send_rtu().

#define IB_MGMT_METHOD_TRAP   0x05

Definition at line 516 of file ib_mad.h.

#define IB_MGMT_METHOD_REPORT   0x06

Definition at line 517 of file ib_mad.h.

#define IB_MGMT_METHOD_REPORT_RESP   0x86

Definition at line 518 of file ib_mad.h.

#define IB_MGMT_METHOD_TRAP_REPRESS   0x07

Definition at line 519 of file ib_mad.h.

#define IB_MGMT_METHOD_DELETE   0x15

Definition at line 520 of file ib_mad.h.

Referenced by ib_mcast_mad().

#define IB_MGMT_STATUS_OK   0x0000

Definition at line 523 of file ib_mad.h.

Referenced by ib_cm_req_complete(), ib_mcast_complete(), and ib_path_complete().

#define IB_MGMT_STATUS_BAD_VERSION   0x0001

Definition at line 524 of file ib_mad.h.

#define IB_MGMT_STATUS_UNSUPPORTED_METHOD   0x0002

Definition at line 525 of file ib_mad.h.

#define IB_MGMT_STATUS_UNSUPPORTED_METHOD_ATTR   0x0003

Definition at line 526 of file ib_mad.h.

Referenced by ib_sma_pkey_table(), and ib_sma_port_info().

#define IB_MGMT_STATUS_INVALID_VALUE   0x0004

Definition at line 527 of file ib_mad.h.


Function Documentation

FILE_LICENCE ( GPL2_OR_LATER   ) 


Variable Documentation

union ib_mad packed

A subnet management header.

A management datagram.

A communication management MAD.

A subnet administration MAD.

A subnet management MAD.

A management datagram common header.

Management datagram class_specific data.

A communication management attribute.

A communication management ready to use reply.

A communication management connection reply.

A communication management connection rejection.

A communication management connection request.

A communication management path.

Communication management common fields.

Subnet management MAD class-specific data.

A subnet management directed route path.

A subnet management attribute.

A Partition Key Table attribute.

A Port Information attribute.

A GUID Information attribute.

A Node Information attribute.

A Node Description attribute.

Defined in sections 14.2.1.1 and 14.2.1.2 of the IBA.

Defined in section 14.2.5.2 of the IBA

Defined in section 14.2.5.3 of the IBA.

Defined in section 14.2.5.5 of the IBA.

Defined in section 14.2.5.6 of the IBA.

Defined in section 14.2.5.7 of the IBA.

Defined in section 12.6.5 of the IBA.

Defined in section 12.6.7 of the IBA.

Defined in section 12.6.8 of the IBA.

Defined in section 12.6.9 of the IBA.

Defined in section 13.4.2 of the IBA.


Generated on Tue Apr 6 20:01:50 2010 for gPXE by  doxygen 1.5.7.1