Data Fields | |
| struct refcnt | refcnt |
| Reference count. | |
| struct xfer_interface | xfer |
| Data transfer interface. | |
| struct ib_device * | ibdev |
| Infiniband device. | |
| struct ib_completion_queue * | cq |
| Completion queue. | |
| struct ib_queue_pair * | qp |
| Queue pair. | |
| struct ib_connection * | conn |
| Connection. | |
| struct ib_gid | dgid |
| Destination GID. | |
| struct ib_gid_half | service_id |
| Service ID. | |
| int | connected |
| QP is connected. | |
| struct process | shutdown |
| Shutdown process. | |
Definition at line 69 of file ib_cmrc.c.
struct refcnt ib_cmrc_connection::refcnt [read] |
Reference count.
Definition at line 71 of file ib_cmrc.c.
Referenced by ib_cmrc_open(), and ib_cmrc_shutdown().
struct xfer_interface ib_cmrc_connection::xfer [read] |
Data transfer interface.
Definition at line 73 of file ib_cmrc.c.
Referenced by ib_cmrc_changed(), ib_cmrc_close(), ib_cmrc_complete_recv(), and ib_cmrc_open().
struct ib_device* ib_cmrc_connection::ibdev [read] |
Infiniband device.
Definition at line 75 of file ib_cmrc.c.
Referenced by ib_cmrc_open(), ib_cmrc_shutdown(), and ib_cmrc_xfer_deliver_iob().
struct ib_completion_queue* ib_cmrc_connection::cq [read] |
Completion queue.
Definition at line 77 of file ib_cmrc.c.
Referenced by ib_cmrc_open(), and ib_cmrc_shutdown().
struct ib_queue_pair* ib_cmrc_connection::qp [read] |
Queue pair.
Definition at line 79 of file ib_cmrc.c.
Referenced by ib_cmrc_open(), ib_cmrc_shutdown(), and ib_cmrc_xfer_deliver_iob().
struct ib_connection* ib_cmrc_connection::conn [read] |
Connection.
Definition at line 81 of file ib_cmrc.c.
Referenced by ib_cmrc_shutdown(), and ib_cmrc_xfer_deliver_iob().
struct ib_gid ib_cmrc_connection::dgid [read] |
Destination GID.
Definition at line 83 of file ib_cmrc.c.
Referenced by ib_cmrc_open(), and ib_cmrc_xfer_deliver_iob().
struct ib_gid_half ib_cmrc_connection::service_id [read] |
Service ID.
Definition at line 85 of file ib_cmrc.c.
Referenced by ib_cmrc_open(), and ib_cmrc_xfer_deliver_iob().
QP is connected.
Definition at line 87 of file ib_cmrc.c.
Referenced by ib_cmrc_changed(), ib_cmrc_xfer_deliver_iob(), and ib_cmrc_xfer_window().
struct process ib_cmrc_connection::shutdown [read] |
Shutdown process.
Definition at line 89 of file ib_cmrc.c.
Referenced by ib_cmrc_close(), ib_cmrc_open(), and ib_cmrc_shutdown().
1.5.7.1