Wrapper for IB VERBS completion queue
More...
#include <verbs/ComplQueue.h>
Wrapper for IB VERBS completion queue
Definition at line 35 of file ComplQueue.h.
◆ ComplQueue()
verbs::ComplQueue::ComplQueue |
( |
ContextRef |
ctx, |
|
|
int |
size, |
|
|
struct ibv_comp_channel * |
channel, |
|
|
bool |
use_own_channel = false |
|
) |
| |
◆ ~ComplQueue()
verbs::ComplQueue::~ComplQueue |
( |
| ) |
|
|
virtual |
◆ channel()
struct ibv_comp_channel* verbs::ComplQueue::channel |
( |
| ) |
const |
|
inline |
◆ cq()
struct ibv_cq* verbs::ComplQueue::cq |
( |
| ) |
const |
|
inline |
◆ arg()
uint64_t verbs::ComplQueue::arg |
( |
| ) |
const |
|
inline |
◆ Poll()
int verbs::ComplQueue::Poll |
( |
| ) |
|
◆ Wait()
int verbs::ComplQueue::Wait |
( |
double |
timeout, |
|
|
double |
fasttm = 0. |
|
) |
| |
◆ AcknoledgeEvents()
void verbs::ComplQueue::AcknoledgeEvents |
( |
| ) |
|
◆ GetStrError()
const char * verbs::ComplQueue::GetStrError |
( |
int |
err | ) |
|
|
static |
◆ fContext
◆ f_cq
struct ibv_cq* verbs::ComplQueue::f_cq |
|
protected |
◆ f_channel
struct ibv_comp_channel* verbs::ComplQueue::f_channel |
|
protected |
◆ f_ownchannel
bool verbs::ComplQueue::f_ownchannel |
|
protected |
◆ fCQContext
◆ f_wc
struct ibv_wc verbs::ComplQueue::f_wc |
|
protected |
The documentation for this class was generated from the following files: