iPXE
|
A completion queue. More...
#include <thunderx.h>
Data Fields | |
unsigned int | cons |
Consumer counter. More... | |
userptr_t | cqe |
Completion queue entries. More... | |
A completion queue.
Definition at line 402 of file thunderx.h.
unsigned int txnic_cq::cons |
Consumer counter.
Definition at line 404 of file thunderx.h.
Referenced by txnic_create_cq(), txnic_diag(), and txnic_poll_cq().
userptr_t txnic_cq::cqe |
Completion queue entries.
Definition at line 406 of file thunderx.h.
Referenced by txnic_alloc(), txnic_create_cq(), txnic_free(), and txnic_poll_cq().