|
iPXE
|
An Arbel completion queue. More...
#include <arbel.h>
Data Fields | |
| unsigned int | ci_doorbell_idx |
| Consumer counter doorbell record number. More... | |
| unsigned int | arm_doorbell_idx |
| Arm queue doorbell record number. More... | |
| union arbelprm_completion_entry * | cqe |
| Completion queue entries. More... | |
| size_t | cqe_size |
| Size of completion queue. More... | |
| unsigned int arbel_completion_queue::ci_doorbell_idx |
Consumer counter doorbell record number.
Definition at line 423 of file arbel.h.
Referenced by arbel_create_cq(), arbel_destroy_cq(), and arbel_poll_cq().
| unsigned int arbel_completion_queue::arm_doorbell_idx |
Arm queue doorbell record number.
Definition at line 425 of file arbel.h.
Referenced by arbel_create_cq(), and arbel_destroy_cq().
| union arbelprm_completion_entry* arbel_completion_queue::cqe |
Completion queue entries.
Definition at line 427 of file arbel.h.
Referenced by arbel_create_cq(), arbel_destroy_cq(), and arbel_poll_cq().
| size_t arbel_completion_queue::cqe_size |
Size of completion queue.
Definition at line 429 of file arbel.h.
Referenced by arbel_create_cq(), and arbel_destroy_cq().
1.8.15