|
iPXE
|
A completion queue. More...
#include <thunderx.h>
Data Fields | |
| unsigned int | cons |
| Consumer counter. More... | |
| union txnic_cqe * | cqe |
| Completion queue entries. More... | |
A completion queue.
Definition at line 403 of file thunderx.h.
| unsigned int txnic_cq::cons |
Consumer counter.
Definition at line 405 of file thunderx.h.
Referenced by txnic_create_cq(), txnic_diag(), and txnic_poll_cq().
| union txnic_cqe* txnic_cq::cqe |
Completion queue entries.
Definition at line 407 of file thunderx.h.
Referenced by txnic_alloc(), txnic_create_cq(), txnic_free(), and txnic_poll_cq().
1.8.15