#include <lf_helper.hpp>
|
| task (std::shared_ptr< manager_endpoint > manager_ep) |
|
virtual | ~task () |
|
void | append_wait (const completion_queue &cq, int count, bool signaled, bool last, uint64_t wr_id, const message_type &type) |
|
void | append_enable_send (const managed_endpoint &ep, int count) |
|
void | append_send (const managed_endpoint &ep, const memory_region &mr, size_t offset, size_t length, uint32_t immediate) |
|
void | append_recv (const managed_endpoint &ep, const memory_region &mr, size_t offset, size_t length) |
|
bool | post () __attribute__((warn_unused_result)) |
|
| task (std::shared_ptr< manager_queue_pair > manager_qp) |
|
virtual | ~task () |
|
void | append_wait (const completion_queue &cq, int count, bool signaled, bool last, uint64_t wr_id, const message_type &type) |
|
void | append_enable_send (const managed_queue_pair &qp, int count) |
|
void | append_send (const managed_queue_pair &qp, const memory_region &mr, size_t offset, size_t length, uint32_t immediate) |
|
void | append_recv (const managed_queue_pair &qp, const memory_region &mr, size_t offset, size_t length) |
|
bool | post () __attribute__((warn_unused_result)) |
|
Definition at line 272 of file lf_helper.hpp.
◆ rdma::task::task_impl
struct rdma::task::task_impl |
◆ task() [1/2]
◆ ~task() [1/2]
◆ task() [2/2]
◆ ~task() [2/2]
virtual rdma::task::~task |
( |
| ) |
|
|
virtual |
◆ append_enable_send() [1/2]
◆ append_enable_send() [2/2]
◆ append_recv() [1/2]
◆ append_recv() [2/2]
◆ append_send() [1/2]
◆ append_send() [2/2]
◆ append_wait() [1/2]
void rdma::task::append_wait |
( |
const completion_queue & |
cq, |
|
|
int |
count, |
|
|
bool |
signaled, |
|
|
bool |
last, |
|
|
uint64_t |
wr_id, |
|
|
const message_type & |
type |
|
) |
| |
◆ append_wait() [2/2]
void rdma::task::append_wait |
( |
const completion_queue & |
cq, |
|
|
int |
count, |
|
|
bool |
signaled, |
|
|
bool |
last, |
|
|
uint64_t |
wr_id, |
|
|
const message_type & |
type |
|
) |
| |
◆ post() [1/2]
bool rdma::task::post |
( |
| ) |
|
◆ post() [2/2]
bool rdma::task::post |
( |
| ) |
|
◆ impl
std::unique_ptr< task_impl > rdma::task::impl |
|
protected |
◆ mep
◆ mqp
The documentation for this class was generated from the following files: