diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/rdma/ib_cm.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/rdma/ib_cm.h b/include/rdma/ib_cm.h index 12243e80c706..a627c8682d2f 100644 --- a/include/rdma/ib_cm.h +++ b/include/rdma/ib_cm.h | |||
| @@ -477,12 +477,15 @@ int ib_send_cm_rej(struct ib_cm_id *cm_id, | |||
| 477 | const void *private_data, | 477 | const void *private_data, |
| 478 | u8 private_data_len); | 478 | u8 private_data_len); |
| 479 | 479 | ||
| 480 | #define IB_CM_MRA_FLAG_DELAY 0x80 /* Send MRA only after a duplicate msg */ | ||
| 481 | |||
| 480 | /** | 482 | /** |
| 481 | * ib_send_cm_mra - Sends a message receipt acknowledgement to a connection | 483 | * ib_send_cm_mra - Sends a message receipt acknowledgement to a connection |
| 482 | * message. | 484 | * message. |
| 483 | * @cm_id: Connection identifier associated with the connection message. | 485 | * @cm_id: Connection identifier associated with the connection message. |
| 484 | * @service_timeout: The maximum time required for the sender to reply to | 486 | * @service_timeout: The lower 5-bits specify the maximum time required for |
| 485 | * to the connection message. | 487 | * the sender to reply to to the connection message. The upper 3-bits |
| 488 | * specify additional control flags. | ||
| 486 | * @private_data: Optional user-defined private data sent with the | 489 | * @private_data: Optional user-defined private data sent with the |
| 487 | * message receipt acknowledgement. | 490 | * message receipt acknowledgement. |
| 488 | * @private_data_len: Size of the private data buffer, in bytes. | 491 | * @private_data_len: Size of the private data buffer, in bytes. |
