#include <ib_cm.h>
Data Fields | |
| struct ib_device * | ibdev |
| Infiniband device. | |
| struct ib_queue_pair * | qp |
| Queue pair. | |
| uint32_t | local_id |
| Local communication ID. | |
| uint32_t | remote_id |
| Remote communication ID. | |
| struct ib_gid_half | service_id |
| Target service ID. | |
| struct ib_connection_operations * | op |
| Connection operations. | |
| struct list_head | list |
| List of connections. | |
| struct ib_path * | path |
| Path to target. | |
| struct ib_mad_transaction * | madx |
| Connection request management transaction. | |
| size_t | private_data_len |
| Length of connection request private data. | |
| uint8_t | private_data [0] |
| Connection request private data. | |
Definition at line 35 of file ib_cm.h.
struct ib_device* ib_connection::ibdev [read] |
struct ib_queue_pair* ib_connection::qp [read] |
Queue pair.
Definition at line 39 of file ib_cm.h.
Referenced by ib_cm_path_complete(), ib_cm_req_complete(), and ib_create_conn().
Local communication ID.
Definition at line 41 of file ib_cm.h.
Referenced by ib_cm_connect_rep(), ib_cm_path_complete(), ib_cm_send_rtu(), and ib_create_conn().
Remote communication ID.
Definition at line 43 of file ib_cm.h.
Referenced by ib_cm_req_complete(), and ib_cm_send_rtu().
struct ib_gid_half ib_connection::service_id [read] |
Target service ID.
Definition at line 45 of file ib_cm.h.
Referenced by ib_cm_path_complete(), and ib_create_conn().
struct ib_connection_operations* ib_connection::op [read] |
Connection operations.
Definition at line 47 of file ib_cm.h.
Referenced by ib_cm_path_complete(), ib_cm_req_complete(), and ib_create_conn().
struct list_head ib_connection::list [read] |
List of connections.
Definition at line 50 of file ib_cm.h.
Referenced by ib_cm_connect_rep(), ib_create_conn(), and ib_destroy_conn().
struct ib_path* ib_connection::path [read] |
Path to target.
Definition at line 53 of file ib_cm.h.
Referenced by ib_cm_path_complete(), ib_create_conn(), and ib_destroy_conn().
struct ib_mad_transaction* ib_connection::madx [read] |
Connection request management transaction.
Definition at line 55 of file ib_cm.h.
Referenced by ib_cm_path_complete(), ib_cm_req_complete(), and ib_destroy_conn().
Length of connection request private data.
Definition at line 58 of file ib_cm.h.
Referenced by ib_cm_path_complete(), and ib_create_conn().
Connection request private data.
Definition at line 60 of file ib_cm.h.
Referenced by ib_cm_path_complete(), and ib_create_conn().
1.5.7.1