#include <hermon.h>
Public Member Functions | |
| struct hermonprm_cq_db_record doorbell | __attribute__ ((aligned(8))) |
| Doorbell. | |
Data Fields | |
| union hermonprm_completion_entry * | cqe |
| Completion queue entries. | |
| size_t | cqe_size |
| Size of completion queue. | |
| struct hermon_mtt | mtt |
| MTT descriptor. | |
Definition at line 464 of file hermon.h.
| struct hermonprm_cq_db_record doorbell hermon_completion_queue::__attribute__ | ( | (aligned(8)) | ) | [read] |
Doorbell.
union hermonprm_completion_entry* hermon_completion_queue::cqe [write] |
Completion queue entries.
Definition at line 466 of file hermon.h.
Referenced by hermon_create_cq(), hermon_destroy_cq(), and hermon_poll_cq().
Size of completion queue.
Definition at line 468 of file hermon.h.
Referenced by hermon_create_cq(), and hermon_destroy_cq().
struct hermon_mtt hermon_completion_queue::mtt [read] |
MTT descriptor.
Definition at line 470 of file hermon.h.
Referenced by hermon_create_cq(), and hermon_destroy_cq().
1.5.7.1