|
iPXE
|
A send queue. More...
#include <thunderx.h>
Data Fields | |
| unsigned int | prod |
| Producer counter. More... | |
| unsigned int | cons |
| Consumer counter. More... | |
| struct txnic_sqe * | sqe |
| Send queue entries. More... | |
A send queue.
Definition at line 184 of file thunderx.h.
| unsigned int txnic_sq::prod |
Producer counter.
Definition at line 186 of file thunderx.h.
Referenced by txnic_create_sq(), txnic_diag(), and txnic_send().
| unsigned int txnic_sq::cons |
Consumer counter.
Definition at line 188 of file thunderx.h.
Referenced by txnic_complete_sqe(), txnic_create_sq(), txnic_diag(), and txnic_send().
| struct txnic_sqe* txnic_sq::sqe |
Send queue entries.
Definition at line 190 of file thunderx.h.
Referenced by txnic_alloc(), txnic_create_sq(), txnic_free(), and txnic_send().
1.8.15