#include <ib_mad.h>
Data Fields | |
| uint32_t | local_id |
| Local communication ID. | |
| uint32_t | reserved0 [1] |
| Reserved. | |
| struct ib_gid_half | service_id |
| Service ID. | |
| struct ib_gid_half | local_ca |
| Local CA GUID. | |
| uint32_t | reserved1 [1] |
| Reserved. | |
| uint32_t | local_qkey |
| Local queue key. | |
| uint32_t | local_qpn__responder_resources |
| Local QPN and responder resources. | |
| uint32_t | local_eecn__initiator_depth |
| Local EECN and initiator depth. | |
| uint32_t | remote_eecn__remote_timeout__service_type__ee_flow_ctrl |
| Remote EECN, remote CM response timeout, transport service type, EE flow control. | |
| uint32_t | starting_psn__local_timeout__retry_count |
| Starting PSN, local CM response timeout and retry count. | |
| uint16_t | pkey |
| Partition key. | |
| uint8_t | payload_mtu__rdc_exists__rnr_retry |
| Path packet payload MTU, RDC exists, RNR retry count. | |
| uint8_t | max_cm_retries__srq |
| Max CM retries and SRQ. | |
| struct ib_cm_path | primary |
| Primary path. | |
| struct ib_cm_path | alternate |
| Alternate path. | |
| uint8_t | private_data [92] |
| Private data. | |
Defined in section 12.6.5 of the IBA.
Definition at line 342 of file ib_mad.h.
Local communication ID.
Definition at line 344 of file ib_mad.h.
Referenced by ib_cm_path_complete().
struct ib_gid_half ib_cm_connect_request::service_id [read] |
struct ib_gid_half ib_cm_connect_request::local_ca [read] |
Local QPN and responder resources.
Definition at line 356 of file ib_mad.h.
Referenced by ib_cm_path_complete().
Local EECN and initiator depth.
Definition at line 358 of file ib_mad.h.
Referenced by ib_cm_path_complete().
Remote EECN, remote CM response timeout, transport service type, EE flow control.
Definition at line 362 of file ib_mad.h.
Referenced by ib_cm_path_complete().
Starting PSN, local CM response timeout and retry count.
Definition at line 364 of file ib_mad.h.
Referenced by ib_cm_path_complete().
Path packet payload MTU, RDC exists, RNR retry count.
Definition at line 368 of file ib_mad.h.
Referenced by ib_cm_path_complete().
Max CM retries and SRQ.
Definition at line 370 of file ib_mad.h.
Referenced by ib_cm_path_complete().
struct ib_cm_path ib_cm_connect_request::primary [read] |
struct ib_cm_path ib_cm_connect_request::alternate [read] |
1.5.7.1