rdma_cm.h (0cb15372a615a9835893f43e86ae45399eb63996) | rdma_cm.h (8094ba0ace7f6cd1e31ea8b151fba3594cadfa9a) |
---|---|
1/* 2 * Copyright (c) 2005 Voltaire Inc. All rights reserved. 3 * Copyright (c) 2005 Intel Corporation. All rights reserved. 4 * 5 * This software is available to you under a choice of one of two 6 * licenses. You may choose to be licensed under the terms of the GNU 7 * General Public License (GPL) Version 2, available from the file 8 * COPYING in the main directory of this source tree, or the --- 306 unchanged lines hidden (view full) --- 315 * QP before an RTU has been received. 316 */ 317int rdma_notify(struct rdma_cm_id *id, enum ib_event_type event); 318 319/** 320 * rdma_reject - Called to reject a connection request or response. 321 */ 322int rdma_reject(struct rdma_cm_id *id, const void *private_data, | 1/* 2 * Copyright (c) 2005 Voltaire Inc. All rights reserved. 3 * Copyright (c) 2005 Intel Corporation. All rights reserved. 4 * 5 * This software is available to you under a choice of one of two 6 * licenses. You may choose to be licensed under the terms of the GNU 7 * General Public License (GPL) Version 2, available from the file 8 * COPYING in the main directory of this source tree, or the --- 306 unchanged lines hidden (view full) --- 315 * QP before an RTU has been received. 316 */ 317int rdma_notify(struct rdma_cm_id *id, enum ib_event_type event); 318 319/** 320 * rdma_reject - Called to reject a connection request or response. 321 */ 322int rdma_reject(struct rdma_cm_id *id, const void *private_data, |
323 u8 private_data_len); | 323 u8 private_data_len, u8 reason); |
324 325/** 326 * rdma_disconnect - This function disconnects the associated QP and 327 * transitions it into the error state. 328 */ 329int rdma_disconnect(struct rdma_cm_id *id); 330 331/** --- 100 unchanged lines hidden --- | 324 325/** 326 * rdma_disconnect - This function disconnects the associated QP and 327 * transitions it into the error state. 328 */ 329int rdma_disconnect(struct rdma_cm_id *id); 330 331/** --- 100 unchanged lines hidden --- |