#include <verbs_helper.hpp>
|
| manager_queue_pair () |
|
| ~queue_pair () |
|
| queue_pair (size_t remote_index) |
|
| queue_pair (size_t remote_index, std::function< void(queue_pair *)> post_recvs) |
|
| queue_pair (queue_pair &&)=default |
|
bool | post_send (const memory_region &mr, size_t offset, size_t length, uint64_t wr_id, uint32_t immediate, const message_type &type) |
|
bool | post_recv (const memory_region &mr, size_t offset, size_t length, uint64_t wr_id, const message_type &type) |
|
bool | post_empty_send (uint64_t wr_id, uint32_t immediate, const message_type &type) |
|
bool | post_empty_recv (uint64_t wr_id, const message_type &type) |
|
bool | post_write (const memory_region &mr, size_t offset, size_t length, uint64_t wr_id, remote_memory_region remote_mr, size_t remote_offset, const message_type &type, bool signaled=false, bool send_inline=false) |
|
|
| queue_pair () |
|
std::unique_ptr< ibv_qp, std::function< void(ibv_qp *)> > | qp |
|
Definition at line 142 of file verbs_helper.hpp.
◆ manager_queue_pair()
rdma::manager_queue_pair::manager_queue_pair |
( |
| ) |
|
|
explicit |
The documentation for this class was generated from the following files: