#include <ib_cm.h>
Data Fields | |
| void(* | changed )(struct ib_device *ibdev, struct ib_queue_pair *qp, struct ib_connection *conn, int rc, void *private_data, size_t private_data_len) |
| Handle change of connection status. | |
Definition at line 19 of file ib_cm.h.
| void( * ib_connection_operations::changed)(struct ib_device *ibdev, struct ib_queue_pair *qp, struct ib_connection *conn, int rc, void *private_data, size_t private_data_len) |
Handle change of connection status.
| ibdev | Infiniband device | |
| qp | Queue pair | |
| conn | Connection | |
| rc | Connection status code | |
| private_data | Private data, if available | |
| private_data_len | Length of private data |
Referenced by ib_cm_path_complete(), and ib_cm_req_complete().
1.5.7.1