|
iPXE
|
A receive queue. More...
#include <thunderx.h>
Data Fields | |
| unsigned int | prod |
| Producer counter. More... | |
| unsigned int | cons |
| Consumer counter. More... | |
| struct txnic_rqe * | rqe |
| Receive queue entries. More... | |
| struct io_buffer * | iobuf [TXNIC_RQ_FILL] |
| I/O buffers. More... | |
A receive queue.
Definition at line 276 of file thunderx.h.
| unsigned int txnic_rq::prod |
Producer counter.
Definition at line 278 of file thunderx.h.
Referenced by txnic_create_rq(), txnic_diag(), and txnic_refill_rq().
| unsigned int txnic_rq::cons |
Consumer counter.
Definition at line 280 of file thunderx.h.
Referenced by txnic_complete_rqe(), txnic_create_rq(), txnic_diag(), and txnic_refill_rq().
| struct txnic_rqe* txnic_rq::rqe |
Receive queue entries.
Definition at line 282 of file thunderx.h.
Referenced by txnic_alloc(), txnic_create_rq(), txnic_free(), and txnic_refill_rq().
| struct io_buffer* txnic_rq::iobuf[TXNIC_RQ_FILL] |
I/O buffers.
Definition at line 284 of file thunderx.h.
Referenced by txnic_complete_rqe(), txnic_destroy_rq(), and txnic_refill_rq().
1.8.15