iPXE
|
A Hermon completion queue. More...
#include <hermon.h>
Data Fields | |
union hermonprm_completion_entry * | cqe |
Completion queue entries. More... | |
size_t | cqe_size |
Size of completion queue. More... | |
struct hermon_mtt | mtt |
MTT descriptor. More... | |
struct hermonprm_cq_db_record * | doorbell |
Doorbell record. More... | |
union hermonprm_completion_entry* hermon_completion_queue::cqe |
Completion queue entries.
Definition at line 760 of file hermon.h.
Referenced by hermon_create_cq(), hermon_destroy_cq(), and hermon_poll_cq().
size_t hermon_completion_queue::cqe_size |
Size of completion queue.
Definition at line 762 of file hermon.h.
Referenced by hermon_create_cq(), and hermon_destroy_cq().
struct hermon_mtt hermon_completion_queue::mtt |
MTT descriptor.
Definition at line 764 of file hermon.h.
Referenced by hermon_create_cq(), and hermon_destroy_cq().
struct hermonprm_cq_db_record* hermon_completion_queue::doorbell |
Doorbell record.
Definition at line 766 of file hermon.h.
Referenced by hermon_create_cq(), hermon_destroy_cq(), and hermon_poll_cq().